Advertisement
niels68

rke-install

Jan 30th, 2024
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.54 KB | Fixit | 0 0
  1. nodes:
  2.   - address: SCBRANC001
  3.     user: necadmin
  4.     role:
  5.      - controlplane
  6.       - etcd
  7.       - worker
  8.   - address: SCBRANC002
  9.     user: necadmin
  10.     role:
  11.      - controlplane
  12.       - etcd
  13.       - worker
  14.   - address: SCBRANC003
  15.     user: necadmin
  16.     role:
  17.      - controlplane
  18.       - etcd
  19.       - worker
  20. services:
  21.   etcd:
  22.     snapshot: true
  23.     creation: 6h
  24.     retention: 24h
  25. #ingress-nginx v0.22+
  26. ingress:
  27.   provider: nginx
  28.   options:
  29.     use-forwarded-headers: "true"
  30. kubernetes_version: "v1.24.8-rancher1-1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement