-
Notifications
You must be signed in to change notification settings - Fork 957
New issue
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
chore: Fix env vars used in e2e Karpenter install and diff test scripts #7006
Conversation
✅ Deploy Preview for karpenter-docs-prod canceled.
|
cc @jigisha620 |
Pull Request Test Coverage Report for Build 10849227974Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/karpenter snapshot
Snapshot successfully published to
|
5dfd423
to
f175f32
Compare
/karpenter snapshot |
@bryantbiggs Is this still relevant since the code was updated with a fix that resolved the failure that we were running into? |
yes, its still relevant there are a few parts:
|
This PR has been inactive for 14 days. StaleBot will close this stale PR after 14 more days of inactivity. |
Fixes #N/A
Notice that the region is missing from the endpoint that is rendered in the script
Description
karpenter-provider-aws/.github/actions/e2e/install-karpenter/action.yaml
Lines 51 to 67 in c925158
ACCOUND_ID
andREGION
are the account ID and region where the clusters are created whereas theECR_ACCOUNT_ID
andECR_REGION
are the account ID and region where the Helm chart and images are stored within ECR. The prior scripts were switching between a mix of cluster account ID and region and the ECR account ID and region, which not all of those values are provided to the script and resulted in incorrect template renderingHow was this change tested?
Does this change impact docs?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.