Skip to content

Instantly share code, notes, and snippets.

@golyalpha
Last active May 29, 2021 19:15
Show Gist options
  • Save golyalpha/bc2c1d7545922342734ebca06823a16e to your computer and use it in GitHub Desktop.
Save golyalpha/bc2c1d7545922342734ebca06823a16e to your computer and use it in GitHub Desktop.
k3OS starting config
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