xen-orchestra icon indicating copy to clipboard operation
xen-orchestra copied to clipboard

[Pyrgos/k8s] Kubernetes cluster update

Open olivierlambert opened this issue 1 year ago • 1 comments

  1. Detecting if current version of a cluster is outdated
  2. Replace each node one by one automatically

olivierlambert avatar Nov 13 '23 17:11 olivierlambert

  1. Detecting if the cluster is outdated should be fairly easy with the API
  2. This should be done by updating the kubelet, kubect and kubeadm binairies and then run the upgrade commands

https://v1-28.docs.kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/

shinuza avatar Feb 08 '24 13:02 shinuza