-
Notifications
You must be signed in to change notification settings - Fork 525
[GEP-28] Add gardenadm
container image builds
#12287
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
[GEP-28] Add gardenadm
container image builds
#12287
Conversation
@timebertt: GitHub didn't allow me to request PR reviews from the following users: maboehm. Note that only gardener members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/cherry-pick release-v1.120 |
@timebertt: once the present PR merges, I will cherry-pick it on top of release-v1.120 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/cherry-pick release-v1.119 |
@timebertt: once the present PR merges, I will cherry-pick it on top of release-v1.119 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/cherry-pick release-v1.118 |
@timebertt: once the present PR merges, I will cherry-pick it on top of release-v1.118 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/retest |
/cherry-pick release-v1.121 |
@ary1992: once the present PR merges, I will cherry-pick it on top of release-v1.121 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
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.
/lgtm
/approve
LGTM label has been added. Git tree hash: 6f949ef14d3efc50ef6b29694faa1b5bde389760
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rfranzke The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@timebertt: new pull request created: #12291 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@timebertt: new pull request created: #12292 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@timebertt: new pull request created: #12293 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@ary1992: new pull request created: #12294 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
How to categorize this PR?
/area ipcei
/kind enhancement
What this PR does / why we need it:
In
gardenadm bootstrap
(GEP-28 medium-touch scenario),gardenadm
will be downloaded on the control plane machines from the container registry, similar to how we download gardener-node-agent on shoot machines (see #12267).For this, we add
gardenadm
to this repository's container image builds.Which issue(s) this PR fixes:
Part of #2906
Special notes for your reviewer:
/cc @maboehm @ScheererJ @rfranzke
For actually publishing the container images,
refs/meta/ci
needs to be updated. We spare the effort for configuring specific branch configs for newer release branches by simply cherry-picking this PR to all active release branches.Release note: