Kubeconfig is missing AWS profile environment variable #1426
Labels
awaiting-feedback
Blocked on input from the author
kind/bug
Some behavior is incorrect or out of spec
What happened?
Possibly related to #1038, running with
and a deployment containing
Our cluster config contains the AWS profile that was used when running
pulumi up
via theaws:profile
parameter in our pulumi stack config.Running with
The AWS profile is missing from the environment. Since our setup includes a main AWS account where we self-host our pulumi config on S3, and then separate AWS accounts for staging and production, this causes our subsequent deployment pipelines to attempt to access EKS using the default (i.e. main) AWS account.
Example
See description
Output of
pulumi about
See description
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: