You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use direnv heavily eg. HariSekhon/Environments to automatically configure my $AWS_DEFAULT_REGION among other environment variables to make all commands shorter and easier.
But eksup doesn't seem to follow the standard AWS environment variables so I have to specify the region explicitly.
It would be nice if eksup defaulted to following the standard AWS environment variables to improve UX slightly.
Solution/User Experience
So I have to specify --region eu-west-1 explicitly as an argument for eksup analyze to find the cluster.
Alternative solutions
No response
The text was updated successfully, but these errors were encountered:
it does - it uses the AWS SDK for Rust which respects the standard AWS credential chain. perhaps https://github.com/HariSekhon/Environments is not loading this in the correct manner?
Use case
I use direnv heavily eg. HariSekhon/Environments to automatically configure my
$AWS_DEFAULT_REGION
among other environment variables to make all commands shorter and easier.But
eksup
doesn't seem to follow the standard AWS environment variables so I have to specify the region explicitly.It would be nice if
eksup
defaulted to following the standard AWS environment variables to improve UX slightly.Solution/User Experience
So I have to specify
--region eu-west-1
explicitly as an argument foreksup analyze
to find the cluster.Alternative solutions
No response
The text was updated successfully, but these errors were encountered: