Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty output of docker ps after kubeadm init #2695

Closed
CVilinsky opened this issue May 15, 2022 · 3 comments
Closed

Empty output of docker ps after kubeadm init #2695

CVilinsky opened this issue May 15, 2022 · 3 comments
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@CVilinsky
Copy link

What keywords did you search in kubeadm issues before filing this one?

If you have found any duplicates, you should instead reply there and close this page.

If you have not found any duplicates, delete this section and continue on.

Is this a BUG REPORT or FEATURE REQUEST?

Choose one: BUG REPORT or FEATURE REQUEST

Versions

kubeadm version v1.24.0

Environment:

  • Kubernetes version (use kubectl version):

  • Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.0", GitCommit:"4ce5a8954017644c5420bae81d72b09b735c21f0", GitTreeState:"clean", BuildDate:"2022-05-03T13:46:05Z", GoVersion:"go1.18.1", Compiler:"gc", Platform:"linux/amd64"}
    Kustomize Version: v4.5.4
    Server Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.0", GitCommit:"4ce5a8954017644c5420bae81d72b09b735c21f0", GitTreeState:"clean", BuildDate:"2022-05-03T13:38:19Z", GoVersion:"go1.18.1", Compiler:"gc", Platform:"linux/amd64"}

  • Cloud provider or hardware configuration: AWS

  • OS (e.g. from /etc/os-release): Amazon Linux 2

  • Kernel (e.g. uname -a): Linux ip-172-31-2-210.eu-central-1.compute.internal 5.10.109-104.500.amzn2.x86_64 kubeadm join on slave node fails preflight checks #1 SMP Wed Apr 13 20:31:43 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

  • Container runtime (CRI) : containerd

  • Container networking plugin (CNI): WeaveWorks

What happened?

docker ps output is empty
image

What you expected to happen?

List the existing containers

How to reproduce it (as minimally and precisely as possible)?

kubeadm init
and docker ps after wards

@pacoxu
Copy link
Member

pacoxu commented May 15, 2022

Kubernetes v1.24 will use containerd as the default container runtime. So use crictl pods instead following https://kubernetes.io/docs/tasks/debug/debug-cluster/crictl/.

@neolit123
Copy link
Member

/support

@github-actions
Copy link

Hello, @CVilinsky 🤖 👋

You seem to have troubles using Kubernetes and kubeadm.
Note that our issue trackers should not be used for providing support to users.
There are special channels for that purpose.

Please see:

@github-actions github-actions bot added the kind/support Categorizes issue or PR as a support question. label May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

3 participants