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
W0921 02:35:39.590435 3837 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.
W0921 02:35:39.590806 3837 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "InitConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config ne
w.yaml', which will write the new, similar spec using a newer API version.
Fix:
Use kubeadm on a linux vm to create new yaml
Replace the deprecated APIs in test/drenv/providers/lima/k8s.yaml
The text was updated successfully, but these errors were encountered:
We see these warnings in kubeadm output:
Fix:
The text was updated successfully, but these errors were encountered: