You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error message when initializing my kubernetes cluster detected that the sandbox image "registry.k8s.io/pause:3.6" of the container runtime is inconsistent with that used by kubeadm. It is recommended that using "registry.k8s.io/pause:3.9" as the CRI sandbox image
The initialization is complete and the cluster is operational but I am a bit worried about the risk of ignoring this warning message.
is there a fix to it ? I did not find a way to override the cri-dockerd sandbox version
The text was updated successfully, but these errors were encountered:
The cri-dockerd adapter accepts a command line argument for specifying which container image to use as the Pod infrastructure container (“pause image”). The command line argument to use is --pod-infra-container-image.
I am getting this error message when initializing my kubernetes cluster
detected that the sandbox image "registry.k8s.io/pause:3.6" of the container runtime is inconsistent with that used by kubeadm. It is recommended that using "registry.k8s.io/pause:3.9" as the CRI sandbox image
The initialization is complete and the cluster is operational but I am a bit worried about the risk of ignoring this warning message.
is there a fix to it ? I did not find a way to override the cri-dockerd sandbox version
The text was updated successfully, but these errors were encountered: