Last active
March 20, 2020 09:05
-
-
Save JuryA/da30bc28644d1569320b9af999da1874 to your computer and use it in GitHub Desktop.
k3os.cloud-init
This file contains hidden or 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:jurya | |
hostname: rproxy | |
write_files: | |
- content: |- | |
/dev/sda1 /persist ext4 auto 0 0 | |
owner: root | |
path: /etc/fstab | |
permissions: '0644' | |
boot_cmd:boot_cmd: | |
- "mkdir /persist || echo persist dir exists" | |
k3os: | |
ntp_servers: | |
- 0.us.pool.ntp.org | |
- 1.us.pool.ntp.org | |
dns_nameservers: | |
- 8.8.8.8 | |
- 1.1.1.1 | |
password: supersecure | |
k3s_args: | |
- server | |
- "--kubelet-arg volume-plugin-dir=/etc/kubernetes/kubelet-plugins/volume/exec" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment