-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
enhancementNew feature or requestNew feature or request
Description
[init] Using Kubernetes version: v1.28.4
[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'
W1123 08:54:42.549433 139 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.
This issue is not seen in kind, since they do not run the preflight:
--skip-phases=preflight
Newer versions of kubernetes (1.29) will query CRI for the sandbox.
So then it will automatically get the old version containerd is using...
# use fixed sandbox image
sandbox_image = "registry.k8s.io/pause:3.7"
It probably should make sure that it is "pinned", for garbage collection.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request