Skip to content

Instantly share code, notes, and snippets.

@luginbash
Created December 4, 2020 05:28
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 luginbash/08cb85a2ecff45a6cf38a0d312370527 to your computer and use it in GitHub Desktop.
Save luginbash/08cb85a2ecff45a6cf38a0d312370527 to your computer and use it in GitHub Desktop.
Cloud Config for K3OS
ssh_authorized_keys:
- github:luginbash
k3os:
data_sources:
- openstack
sysctl:
dns_nameservers:
- 8.8.8.8
- 1.1.1.1
ntp_servers:
- 0.jp.pool.ntp.org
- 1.jp.pool.ntp.org
labels:
region: jp-east-3
k3s_args:
- server
- "--disable-agent"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment