Skip to content

Minor issues with the k8s template #2992

@afbjorklund

Description

@afbjorklund

Description

Trying out k8s 1.32 RC, found some issues:

  • Flannel was a bit outdated (PR added)

#2991

  • 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"

#2996

  • 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions