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

1.24 kubeadm offline deployment pause version error #2698

Closed
lbftime opened this issue May 25, 2022 · 2 comments
Closed

1.24 kubeadm offline deployment pause version error #2698

lbftime opened this issue May 25, 2022 · 2 comments
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@lbftime
Copy link

lbftime commented May 25, 2022

When kubedm init is deployed offline, pause version 3.7 is ready, but CRI docker has an error.

root@k8s-test-01:~# kubeadm config images list
k8s.gcr.io/kube-apiserver:v1.24.0
k8s.gcr.io/kube-controller-manager:v1.24.0
k8s.gcr.io/kube-scheduler:v1.24.0
k8s.gcr.io/kube-proxy:v1.24.0
k8s.gcr.io/pause:3.7
k8s.gcr.io/etcd:3.5.3-0
k8s.gcr.io/coredns/coredns:v1.8.6
May 25 13:09:06 k8s-test-01 cri-dockerd[3754]: time="2022-05-25T13:09:06+08:00" level=info msg="Pulling the image without credentials. Image: k8s.gcr.io/pause:3.1"

Download pause 3.1 version offline and start normally.

Why Pause version not 3.7?


Versions

kubeadm version (use kubeadm version): 1.24.0

Environment:

  • Kubernetes version (use kubectl version): 1.24.0
  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release): Debian GNU/Linux 10 (buster)
  • Kernel (e.g. uname -a): Linux test 4.19.0-20-amd64 kubeadm join on slave node fails preflight checks #1 SMP Debian 4.19.235-1 (2022-03-17) x86_64 GNU/Linux
  • Container runtime (CRI) (e.g. containerd, cri-o): cri-docker
  • Container networking plugin (CNI) (e.g. Calico, Cilium):
  • Others:
@neolit123
Copy link
Member

We have a PR to document this
kubernetes/website#33660

/support

@github-actions
Copy link

Hello, @lbftime 🤖 👋

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 25, 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

2 participants