Hey, I'm using Pulumi to deploy an EKS cluster and install some Helm charts on it.
Everything is working when I run Pulumi using the CLI on my laptop but since last week, Pulumi preview stopped working on Github actions with the following error:
“kubernetes: helm.sh/v3:Release (helm-chart-name): error: could not get server version from Kubernetes: the server has asked for the client to provide credentials”. Any clues?
c
cold-minister-39214
05/02/2023, 11:55 PM
I’ve had issues with eks and the generated kubeconfig. I’ve had to craft my own.
g
green-gigabyte-29081
05/03/2023, 11:30 AM
how are you creating the kubernetes provider? I’m facing this problem just in GH actions, so i think is something related to the assumed roles