We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/kind bug
What happened?
export AWS_REGION=example
make test
--- FAIL: TestProvidingDriverLevelCredentialsWithEmptyEnv (0.00s) --- FAIL: TestProvidingPodLevelCredentialsRegionPopulation (0.05s) --- FAIL: TestProvidingPodLevelCredentialsRegionPopulation/no_region (0.01s) --- FAIL: TestProvidingPodLevelCredentialsRegionPopulation/region_from_imds (0.01s)
What you expected to happen? The tests shouldn't be affected by environment variables.
How to reproduce it (as minimally and precisely as possible)?
Environment
Client Version: v1.32.0-eks-5ca49cb Kustomize Version: v5.5.0 Server Version: v1.30.8-eks-2d5f260
1.12.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/kind bug
What happened?
export AWS_REGION=example
make test
) and some tests failed.What you expected to happen?
The tests shouldn't be affected by environment variables.
How to reproduce it (as minimally and precisely as possible)?
export AWS_REGION=example
make test
Environment
1.12.0
The text was updated successfully, but these errors were encountered: