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
feat: block individual node upgrades when using centralized config (#53)
feat: individual node upgrades when centralized config
users shouldn't be able to run `helmvm node upgrade` when they are using
a centralized config. on a centralized config all nodes are upgraded
with a single `helmvm apply` or `helmvm install` command. this commit
blocks users from attempting to upgrade nodes individually until they
have added other nodes to the cluster using `join` commands.
0 commit comments