[CAPI] cloud init customization#155
Merged
jnummelin merged 1 commit intok0sproject:mainfrom Jun 19, 2023
Merged
Conversation
4096fbc to
122fdd5
Compare
Member
Author
|
Broke down the docs part as separate PR, see #156 |
122fdd5 to
6cae5e2
Compare
Files: Extra files create via cloud-init Pre/Post commands: Executed pre and post k0s install and start Args: Extra args passed to `k0s worker` command DownloadURL: If k0s needs to be downloaded from custom URL instead of via get.k0s.sh PerInstalledK0s: If k0s does not need to be downloaded at all Signed-off-by: Jussi Nummelin <jnummelin@mirantis.com>
6cae5e2 to
6eb6593
Compare
juanluisvaladas
approved these changes
Jun 19, 2023
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.
Add more configurable items in
K0sWorkerConfigFiles: Extra files create via cloud-init
Pre/Post commands: Executed pre and post k0s install and start
Args: Extra args passed to
k0s workercommandDownloadURL: If k0s needs to be downloaded from custom URL instead of via get.k0s.sh
PreInstalledK0s: If k0s does not need to be downloaded at all
fixes #126