Skip to content

Instantly share code, notes, and snippets.

@woneill
Created September 26, 2021 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woneill/5555f5701836b1205dfaf86009b02d0d to your computer and use it in GitHub Desktop.
Save woneill/5555f5701836b1205dfaf86009b02d0d to your computer and use it in GitHub Desktop.
---
ssh_authorized_keys:
- "github:woneill"
#hostname: myhost
k3os:
data_sources:
- cdrom
modules:
- kvm
- nvme
sysctl:
kernel.printk: 4 4 1 7
kernel.kptr_restrict: 1
dns_nameservers:
- 8.8.8.8
- 1.1.1.1
ntp_servers:
- 0.us.pool.ntp.org
- 1.us.pool.ntp.org
k3s_args:
- server
- "--cluster-cidr=10.107.0.0/23"
- "--service-cidr=10.107.1.0/23"
# k3s_args:
# - server
# - "--disable-agent"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment