Last active
May 2, 2022 15:59
-
-
Save harrisonde/1d984f66a9c48ac0d18011d704fe5d76 to your computer and use it in GitHub Desktop.
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:harrisonde | |
hostname: k3os-master | |
run_cmd: | |
- "echo hi from run command" | |
boot_cmd: | |
- "echo hi from boot command" | |
init_cmd: | |
- "echo hi from init command" | |
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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment