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
{{ message }}
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
That code path then builds an upgrade plan using only the Kubernetes version, so, if something else changed in the machine spec at the same time that change will not be applied, it will get lost.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The controller checks if the Kubernetes version is different to that currently installed, and if so goes into a special path to run a
kubeadm upgrade
:wksctl/pkg/apis/wksprovider/controller/wksctl/machine_controller.go
Lines 515 to 519 in 96bc981
That code path then builds an upgrade plan using only the Kubernetes version, so, if something else changed in the machine spec at the same time that change will not be applied, it will get lost.
The text was updated successfully, but these errors were encountered: