Open drobit opened 2 years ago
Hi @drobit ,
doctl
supports upgrading a cluster's version using doctl kubernetes cluster upgrade <UUID> --version <version>
See: https://docs.digitalocean.com/reference/doctl/reference/kubernetes/cluster/upgrade/
This will upgrade both the control plane and all node pools to the same version. DOKS does not support managing the Kubernetes version of a node pool separately from the control plane.
I'd love to better understand your need for this feature. Could you expand on the problem you are trying to solve? I'll pass your feedback on to the DOKS team.
Hey, @andrewsomething, and thanks for your response.
Yeah, it's more about achieving zero downtime with Upgrading node pools
or adding a node pool
to DOKS cluster with the new k8s version.
Regards, Serhii
What is the problem this feature would solve? Please describe.
Ability to upgrade a node pool
Describe the solution you'd like
Upgrade or downgrade for a DOKS cluster its nodes via doctl.
or