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
The "pause" image is a separate issue, it is not properly updated in the configuration for the container runtime.
[preflight] Running pre-flight checks
[WARNING SystemVerification]: missing optional cgroups: hugetlb
[preflight] Pulling images required for setting up a Kubernetes cluster
[preflight] This might take a minute or two, depending on the speed of your internet connection
[preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
W1120 14:53:13.989807 178 checks.go:835] detected that the sandbox image "registry.k8s.io/pause:3.7" 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 base image is not updated, but the kubernetes version is not pinned. So you end up with duplicate images.
The "pause" image is a separate issue, it is not properly updated in the configuration for the container runtime.EDIT: reported separately as #314
The text was updated successfully, but these errors were encountered: