-
Notifications
You must be signed in to change notification settings - Fork 525
[GEP-28] gardenadm bootstrap
: Initialize botanist from manifests
#12041
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] gardenadm bootstrap
: Initialize botanist from manifests
#12041
Conversation
This simplifies initializing the botanist in tests and in `go run ./cmd/gardenadm`, as we don't need to set ldflags.
/assign |
a332baa
to
3d6fc70
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.
Thanks for pushing the medium touch story for autonomous shoot clusters forward. Looks good already.
Only the placement of one function seems weird to me.
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: afa0615e5b5078c3a9f74bf55fe03a07ab07bd73
|
[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 |
How to categorize this PR?
/area ipcei
/kind enhancement
What this PR does / why we need it:
This PR continues #12031 and initializes the botanist from the given manifests.
For this, it makes the options and functions for reading the manifests and initializing the botanist reusable for both
gardenadm init
andgardenadm bootstrap
.Which issue(s) this PR fixes:
Part of #2906
Special notes for your reviewer:
/cc @rfranzke @ScheererJ
Release note: