Merge pull request 'fix: use admin kubeconfig for final cluster node check' (#71) from stage into master
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 19m16s

Reviewed-on: #71
This commit was merged in pull request #71.
This commit is contained in:
2026-03-01 20:38:17 +00:00

View File

@@ -313,4 +313,4 @@ for node in "${WK_NAMES[@]}"; do
done
echo "==> Final node list"
remote "$PRIMARY_CP_IP" "kubectl get nodes -o wide"
remote "$PRIMARY_CP_IP" "sudo kubectl --kubeconfig /etc/kubernetes/admin.conf get nodes -o wide"