Skip to content

Instantly share code, notes, and snippets.

@yeyus
Created April 3, 2021 03:44
Show Gist options
  • Save yeyus/5ada1fc20f79d68bad580f90bf0e65f7 to your computer and use it in GitHub Desktop.
Save yeyus/5ada1fc20f79d68bad580f90bf0e65f7 to your computer and use it in GitHub Desktop.
ssh_authorized_keys:
- github:yeyus
hostname: k3s-node1
k3os:
data_sources:
- cdrom
sysctl:
kernel.printk: "4 4 1 7"
kernel.kptr_restrict: "1"
dns_nameservers:
- 192.168.1.1
ntp_servers:
- 0.us.pool.ntp.org
- 1.us.pool.ntp.org
server_url: https://k3s.lab.ea7jmf.com:6443
token: not-putting-the-secret-here
k3s_args:
- agent
- "--with-node-id"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment