-
Notifications
You must be signed in to change notification settings - Fork 570
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switch machine acuator to use cloud config instead of bash while creating new node * fix yaml * yaml is hard * Change meta-data reference in cloud config and update its header * fix yaml indents * go templates are hard * Use kubeadm module in cloud-init configuration * Remove copyright header * Change permissions for kubeadm configuration * Remove unused variable * Add controlplane cloud-config template * Switch controlplane to use cloud-init * yaml doesn't like tabs * fix indents in yaml template * Add helper functions for template generation * encode certificates in base64 * Use Base64Encode template function when initializing cluster * Remove unused variable * Make controlplane to use cloud-init when joining cluster * remove trailing tab * Remove unused variable * yaml is hell * Join the controlplane
- Loading branch information
1 parent
aacc639
commit d9e9820
Showing
3 changed files
with
244 additions
and
129 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.