-
Notifications
You must be signed in to change notification settings - Fork 72
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
Update Flatcar template #302
Conversation
Pull Request Test Coverage Report for Build 13972288208Details
💛 - Coveralls |
6c55930
to
ed67fd2
Compare
|
aaeba7e
to
cd8bd82
Compare
/ok-to-test |
Huh. I was unaware of the other PR 😮 AFAICT they serve the same purpose. The two templates do have some minor differences, the main one being that my template allows SSH-ing into Flatcar nodes whereas the other template doesn't (that's because CAPK's automatic injection of SSH public keys is tailored for cloud-init whereas Flatcar uses Ignition). I don't have a strong opinion which template to use as long as it works. I based my template on I'm happy to have #300 merged and I can then rebase and add just the SSH part or any other small Flatcar-specific tweaks if that helps. |
/lgtm |
cd8bd82
to
7c9a2cc
Compare
7c9a2cc
to
73878fe
Compare
73878fe
to
e2c0124
Compare
e2c0124
to
7d7afea
Compare
Following this discussion, I've updated the PR to use containerDisks instead of PVCs. |
@nunnatsa I think we're ready for another review. Here is what this PR does now:
🙏 |
Signed-off-by: Johanan Liebermann <[email protected]>
Signed-off-by: Johanan Liebermann <[email protected]>
7d7afea
to
d343184
Compare
Bah. Forgot that I added another comment to the template. Done 👍 |
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.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johananl, nunnatsa 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 |
What this PR does / why we need it: This PR updates the Flatcar template added in #300 to use containerDisks instead of PVCs as well as allow SSH-ing into nodes.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #311Special notes for your reviewer: None
Release notes: