ubicloud/spec/prog/kubernetes
mohi-kalantari 08813d6fae Fix issue in Kubernetes upgrade process
Prior to this commit, we would run the drain/delete command on the
last node of the cluster but in a setup where we have 1 control plane
node, by the time we are running the delete command, we have
already run the kubeadm reset resulting in errors since there are
no kubeconfigs there.

With this commit, we make sure we are choosing
a functional node and not a draining one.
2025-09-02 13:28:07 +02:00
..
kubernetes_cluster_nexus_spec.rb Update k8s tests so we won't have to update tests on version releases 2025-08-29 10:59:43 +02:00
kubernetes_node_nexus_spec.rb Fix issue in Kubernetes upgrade process 2025-09-02 13:28:07 +02:00
kubernetes_nodepool_nexus_spec.rb Dry up UpgradeKubernetesNode to use KubernetesNodeNexus drain 2025-09-01 13:15:05 +02:00
provision_kubernetes_node_spec.rb Use the first functional node for KubernetesCluster#sshable 2025-09-02 13:28:07 +02:00
upgrade_kubernetes_node_spec.rb Dry up UpgradeKubernetesNode to use KubernetesNodeNexus drain 2025-09-01 13:15:05 +02:00