Last active
May 29, 2021 19:15
-
-
Save golyalpha/bc2c1d7545922342734ebca06823a16e to your computer and use it in GitHub Desktop.
k3OS starting config
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
ssh_authorized_keys: | |
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQAB... | |
hostname: cluster | |
k3os: | |
sysctl: | |
kernel.printk: "4 4 1 7" | |
kernel.kptr_restrict: "1" | |
dns_nameservers: | |
- 1.1.1.1 | |
- 1.0.0.1 | |
ntp_servers: | |
- 0.pool.ntp.org | |
- 1.pool.ntp.org | |
labels: | |
k3os.io/upgrade: enabled | |
region: eu1 | |
k3s_args: | |
- server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment