This message was deleted.
# kubernetes
s
This message was deleted.
b
in my kube config I have something like
Copy code
args:
      - --region
      - eu-west-1
      - eks
      - get-token
      - --cluster-name
      - MyCluster
      command: aws
so I'm assuming if you don't have that you will need a env var
c
That looks like a better solution, have you been able to get pulumi to produce those values when creating the eks cluster? The kubeconfigs my app stacks are using come from the output from another infra stack
I think that's the line
ah actually we added role
not region XD
But that's where the code is! lmk if that helps