Ran into similar issue to three posts up. Tried to...
# kubernetes
s
Ran into similar issue to three posts up. Tried to upgrade the argo-cd Helm chart. One of my deployments worked without issue, another is throwing:
error: failed to create chart from template: chart requires kubeVersion: >=1.22.0-0 which is incompatible with Kubernetes v1.20.0
My cluster that worked is v1.23.8-gke.1900. The one that doesn't is v1.23.12-gke.100. I don't see an open issue, is there a long-term fix inbound?
g
s
found the issue.... it's not respecting the provider in the Pulumi.yaml. I have cluster kubeconfig resources therein, but the initial query was unable to look at the cluster yet. running
gcloud container clusters get-credentials
first resolved it