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
kubectl version --short
Flag --short has been deprecated, and will be removed in the future. The --short output will become the default.
Client Version: v1.26.9
Kustomize Version: v4.5.7
Server Version: v1.26.9
What happened?
Running kubeadm upgrade the --config flag is triggering the below warning :
kubeadm upgrade apply --force --config=/etc/kubernetes/kubeadmin-config.yaml --certificate-renewal=false
[upgrade/config] Making sure the configuration is correct:
W1005 15:38:39.283288 2452119 common.go:106] WARNING: Usage of the --config flag with kubeadm config types for reconfiguring the cluster during upgrade is not recommended!
What's the cause of this warning, and what's the recommended way ?
Thanks
The text was updated successfully, but these errors were encountered:
the --config for upgrade will be added for a future API, but reconfiguration of an existing node or the whole cluster will remain manual, until we have a plan how to manage that.
Versions
kubectl version --short
Flag --short has been deprecated, and will be removed in the future. The --short output will become the default.
Client Version: v1.26.9
Kustomize Version: v4.5.7
Server Version: v1.26.9
What happened?
Running kubeadm upgrade the --config flag is triggering the below warning :
kubeadm upgrade apply --force --config=/etc/kubernetes/kubeadmin-config.yaml --certificate-renewal=false
[upgrade/config] Making sure the configuration is correct:
W1005 15:38:39.283288 2452119 common.go:106] WARNING: Usage of the --config flag with kubeadm config types for reconfiguring the cluster during upgrade is not recommended!
What's the cause of this warning, and what's the recommended way ?
Thanks
The text was updated successfully, but these errors were encountered: