Scripted deploy#8
Open
mbaran5 wants to merge 13 commits into
Open
Conversation
update sane values for controlplane # of nodes
replace all apis with v4 export ssh key to cluster for troubleshooting validate rocky image against cluster inventory set new more-sane pod/service CIDR implement a function to export all stored variables to a json if script needs to be re-run fix "finished deployment" logic warn user when using air-gapped bundle vs standard bundle
fix cloud-init breaking in newer versions of rocky CIS hardened nutanix images - ssh_pwauth breaks using ssh.
fix escaping in downloader
fix perm in nkp/kubectl when already exists in image from cloud-init
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a new scripted deployment method for easy first time deployment with the following improvements
Additionally, updated
cloud-initto resolve an issue with newer CIS hardened images where ssh_pwauth does not correctly set making the resultant VM inaccessible via SSH.Updated README.md as well to reflect the addition of a new process that can be used.
After initial draft review with @vEDW have also made the following structural improvements to my script such as
This has been tested in a number of partner environments and HPOCs over the course of the last ~6 weeks.