-
Notifications
You must be signed in to change notification settings - Fork 1.5k
I bip #4461
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
I bip #4461
Conversation
|
@eranco74: No Bugzilla bug is referenced in the title of this pull request. DetailsIn 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/test-infra repository. |
|
Skipping CI for Draft Pull Request. |
5c62210 to
d63d4d3
Compare
|
@eranco74: No Bugzilla bug is referenced in the title of this pull request. DetailsIn 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/test-infra repository. |
f6e892d to
eb61441
Compare
|
/assign |
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.
nit: unnecessary whitespace change.
Makefile
Outdated
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.
There have been previous proposals to give the installer a Makefile, but they were rejected as "not all that useful, vs. calling hack/... scripts directly". See discussion in #1317 and links from there to even earlier discussion.
Narrowly for this PR, if there was an installer Makefile and it had single-node-specific recipes like this sno_manifest.yaml copy, I'd expect it to be using a single-node-specific rule name (e.g. generate-single-node-ignition-configs or some such).
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.
Removing the Makefile as it was just used for testing
hack/ssh/key
Outdated
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.
This may have been useful for testing, but I don't think we want to commit a dummy SSH key to the installer repo.
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.
same
…single node during the installation Added unmanaged patch to patch.sh
Added template install-config.yaml
|
closing this PR since there is another PR targeting master |
|
Reopening for testing purposes. |
|
@eranco74: No Bugzilla bug is referenced in the title of this pull request. DetailsIn 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/test-infra repository. |
Updated bootkube.sh.template Override cluster-bootstrap to accept bootstrap-in-place Update master ignition Added after_reboot.sh for compleating single node installation Added machineconfig manifest with the after_reboot script and service
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
/hold
Pending enhancement
This is a POC for installing SNO using live-CD that runs the bootstrap flow and then restart to become the master node.