Skip to content

Instantly share code, notes, and snippets.

@cloudcafetech
Last active December 20, 2021 00:34
Show Gist options
  • Save cloudcafetech/3239539f23f1635f3193172975f00736 to your computer and use it in GitHub Desktop.
Save cloudcafetech/3239539f23f1635f3193172975f00736 to your computer and use it in GitHub Desktop.
rke2 config files
token: rancher-secret
write-kubeconfig-mode: "0644"
node-label:
- "region=master"
tls-san:
- "lbdns"
- "lbip"
- "masterip1"
- "masterip2"
- "masterip3"
- "masterdns1"
- "masterdns2"
- "masterdns3"
etcd-snapshot-schedule-cron: "0 */12 * * *"
etcd-snapshot-retention: 56
server: https://masterip1:9345
token: rancher-secret
write-kubeconfig-mode: "0644"
node-label:
- "region=master"
tls-san:
- "lbdns"
- "lbip"
- "masterip1"
- "masterip2"
- "masterip3"
- "masterdns1"
- "masterdns2"
- "masterdns3"
etcd-snapshot-schedule-cron: "0 */12 * * *"
etcd-snapshot-retention: 56
server: https://masterip1:9345
token: rancher-secret
node-label:
- "region=worker"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment