-
Notifications
You must be signed in to change notification settings - Fork 11
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
brightbox: kubernetes bootstrap example #22
Conversation
- name: kubeadm.service | ||
enabled: true | ||
contents: | | ||
[Unit] |
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.
On every boot or only on first boot?
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.
Thanks, done with condition - we should fix this in the documentation too.
f26e8b3
to
e016687
Compare
This could be part of the |
e016687
to
d81bdb5
Compare
Good idea. Added the note + a link to the Flatcar documentation. |
Signed-off-by: Mathieu Tortuyaux <[email protected]>
d81bdb5
to
3f136fc
Compare
This is an example of Kubernetes cluster bootstrapping on Brightbox using Systemd sysext Ignition configuration.