-
Notifications
You must be signed in to change notification settings - Fork 775
Closed
Labels
Description
Description
Trying out k8s 1.32 RC, found some issues:
- Flannel was a bit outdated (PR added)
- kubeadm config version was updated
[ 191.575331] cloud-init[1077]: + kubeadm init --config kubeadm-config.yaml
[ 191.605187] cloud-init[1077]: W1207 10:05:49.428211 3159 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "ClusterConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3"
sandbox image is not configured properly- still using the old containerd config version (v2)
[ 194.231682] cloud-init[1077]: [preflight] Running pre-flight checks
[ 194.360972] cloud-init[1077]: [preflight] Pulling images required for setting up a Kubernetes cluster
[ 194.361128] cloud-init[1077]: [preflight] This might take a minute or two, depending on the speed of your internet connection
[ 194.361354] cloud-init[1077]: [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
[ 194.365795] cloud-init[1077]: W1207 10:05:52.188987 3159 checks.go:846] detected that the sandbox image "" of the container runtime is inconsistent with that used by kubeadm.It is recommended to use "registry.k8s.io/pause:3.10" as the CRI sandbox image.
detected that the sandbox image "" of the container runtime is inconsistent with that used by kubeadm
containerd/containerd#11114
kubernetes/website#48976
EDIT: It did work OK, just complained in the logs.
Switching k8s versions involves hacking the yaml.