Skip to content

Instantly share code, notes, and snippets.

@vitobotta
Last active July 3, 2019 16:29
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 vitobotta/15bb7e1e0abe0a21a9abbe3f2e2c66f3 to your computer and use it in GitHub Desktop.
Save vitobotta/15bb7e1e0abe0a21a9abbe3f2e2c66f3 to your computer and use it in GitHub Desktop.
k3os basic config
ssh_authorized_keys:
- github:vitobotta
hostname: master1
k3os:
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
- "--no-deploy traefik"
token: "k3os"
password: rancher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment