Skip to content

promote pause image to 3.7 (sync with kube v1.24)#7003

Merged
estesp merged 1 commit intocontainerd:mainfrom
pacoxu:pause-3.7
Jun 1, 2022
Merged

promote pause image to 3.7 (sync with kube v1.24)#7003
estesp merged 1 commit intocontainerd:mainfrom
pacoxu:pause-3.7

Conversation

@pacoxu
Copy link
Copy Markdown
Contributor

@pacoxu pacoxu commented May 30, 2022

A friend try to load images of kube firstly by kubeadm config image list and run kubeadm init, but he failed to start the cluster as GFW.

[root@paco ~]# ./kubeadm config images list
k8s.gcr.io/kube-apiserver:v1.24.1
k8s.gcr.io/kube-controller-manager:v1.24.1
k8s.gcr.io/kube-scheduler:v1.24.1
k8s.gcr.io/kube-proxy:v1.24.1
k8s.gcr.io/pause:3.7
k8s.gcr.io/etcd:3.5.3-0
k8s.gcr.io/coredns/coredns:v1.8.6

kuberuntime_sandbox.go:70] "Failed to create sandbox for pod" err="rpc error: code = Unknown desc = failed pulling image "k8s.gcr.io/pause:3.6": Error response from daemon: Get "https://k8s.gcr.io/v2/\": read tcp 127.0.0.1:57370->127.0.0.1:9880: read: connection reset by peer" pod="kube-system/etcd-k1"

A simple workaround for him is

docker tag k8s.gcr.io/pause:3.7 k8s.gcr.io/pause:3.6

@k8s-ci-robot
Copy link
Copy Markdown

Hi @pacoxu. Thanks for your PR.

I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@pacoxu
Copy link
Copy Markdown
Contributor Author

pacoxu commented May 30, 2022

Copy link
Copy Markdown
Member

@mikebrow mikebrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mikebrow
Copy link
Copy Markdown
Member

/ok-to-test

Copy link
Copy Markdown
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@estesp estesp merged commit 5bc2d2e into containerd:main Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants