-
Notifications
You must be signed in to change notification settings - Fork 985
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
test: allow updating env for ds with multiple containers #4706
Conversation
✅ Deploy Preview for karpenter-docs-prod canceled.
|
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.
Nice 🎉
fa4972f
to
c65b258
Compare
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 |
c65b258
to
f93ca56
Compare
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
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.
Nice! 🎉
f93ca56
to
9902bb6
Compare
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.
Nice! 🎉
…stream release-v0.31.2 Merge in DEL/karpenter-fork from IENGOC-199 to main * commit '3535354df38803b3b6b40cd7efcaecfbd93a4d48': (270 commits) Stable Release updates Release v0.31.2. ci: Pin helm version for `release.yaml` (aws#4974) ci: Remove e2e install helm action for `release.yaml` (aws#4972) Bump karpenter-core to latest fix: Handle rollback to earlier version of Karpenter (aws#4830) chore(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.3 in /tools/allocatable-diff (aws#4930) chore(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 (aws#4928) Pin helm version to v3.12.3 due to ECR push bug ci: Call composite action with values (aws#4767) ci: Pin helm version in action due to `v3.13.0` bug (aws#4762) Add debug to helm push Add permission in release workflow for GH release generation Bump karpenter-core for v0.31.1 release fix: use inputs for composite action (aws#4753) fix: id-token permission for release / snapshot (aws#4752) fix: add checkout to snapshot / release workflows (aws#4751) test: move snapshot releases to separate ECR repo (aws#4734) chore: update aws role to GithubRelease (aws#4743) test: allow updating env for ds with multiple containers (aws#4706) ci: Fix passing through the `event_name` correctly (aws#4719) ...
Fixes #N/A
Description
Allows updating the environment variables on DaemonSets with more than 1 container. Required by the addition of the
aws-network-policy-agent
to theaws-node
DaemonSet.How 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.