Skip to content

helm-check.py: Handle out of date KUBECONFIG

Ahmon Dancy requested to merge main-I95c8f8f73793f2691d793c235b44775d7bac5b28 into main

kubectl cluster-info can fail if the kubeconfig stored in terraform
state is out of date (which can happen if a deployment hasn't occurred
in a while.... DigitalOcean's managed k8s rotates the kubeconfig auth
on a regular basis). Handle this case gracefully.

Merge request reports