Created
December 4, 2020 05:28
-
-
Save luginbash/08cb85a2ecff45a6cf38a0d312370527 to your computer and use it in GitHub Desktop.
Cloud Config for K3OS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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