-
Notifications
You must be signed in to change notification settings - Fork 525
[GEP-28] gardenadm bootstrap
: Connect to first control plane machine and copy manifests
#12686
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
: Connect to first control plane machine and copy manifests
#12686
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. |
28c4395
to
341127a
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.
Very nice PR :) Well done!
Should be a bit easier to follow as the previous tasks are not related to the `Bastion`, but the next tasks will be.
This allows reusing our logic for selecting manifest files (file extension, ignore hidden files, etc.) when copying them to the control plane machines.
@rfranzke I addressed your feedback, PTAL :) |
341127a
to
c7fdad7
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! :)
/lgtm
/approve
LGTM label has been added. Git tree hash: 26725afc23afb0408b9c86c47a6eaa551eb0e4cf
|
[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 the implementation of the
gardenadm bootstrap
flow.After deploying
Worker
andBastion
,gardenadm
connects to the first control plane machine using SSH via theBastion
.Then, after connecting and compiling the
ShootState
(#12669),gardenadm
copies all manifests in--config-dir
, theShootState
, and the image vector overwrite file via SCP to the control plane machine.With this, the machine is prepared so that we can run
gardenadm init
to bootstrap the control plane.Which issue(s) this PR fixes:
Part of #2906
Special notes for your reviewer:
/cc @rfranzke @ScheererJ @maboehm
Release note: