Last active
July 7, 2019 02:53
-
-
Save oscartbeaumont/87114d05646a5fcf779811d9a7bea6eb to your computer and use it in GitHub Desktop.
k3OS Demo Deployment Config
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
hostname: cirrus-server | |
ssh_authorized_keys: | |
- github:oscartbeaumont | |
k3os: | |
dns_nameservers: | |
- 1.1.1.1 | |
- 1.0.0.1 | |
ntp_servers: | |
- 0.au.pool.ntp.org | |
- 1.au.pool.ntp.org | |
# TODO: Change Username from rancher to custom | |
password: $1$GhfPOWgO$IxauL3K4Pt8WeKiGG5SpN/ | |
labels: | |
location: home | |
server: cirrus | |
k3s_args: | |
- server | |
#run_cmd: | |
#- curl -sfL https://get.rio.io | sh - | |
#- sleep 30 && rio install | |
# TODO: Somehow kubeapply -f boostrap.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment