Skip to content

Instantly share code, notes, and snippets.

@oscartbeaumont
Last active July 7, 2019 02:53
Show Gist options
  • Save oscartbeaumont/87114d05646a5fcf779811d9a7bea6eb to your computer and use it in GitHub Desktop.
Save oscartbeaumont/87114d05646a5fcf779811d9a7bea6eb to your computer and use it in GitHub Desktop.
k3OS Demo Deployment Config
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