blob: 90e1b11326f7604a1f509044a4878e12a118ee6a [file] [log] [blame]
Hyunsun Moonb4b4d2f2019-12-08 19:23:10 -08001cluster_name: aether-rancher
2kubernetes_version: "v1.15.6-rancher1-2"
3nodes:
4 - address: rancher-us-west2-a
5 user: aether
6 role: [controlplane,worker,etcd]
7 - address: rancher-us-west2-b
8 user: aether
9 role: [controlplane,worker,etcd]
10 - address: rancher-us-west2-c
11 user: aether
12 role: [controlplane,worker,etcd]
13cloud_provider:
14 name: gce
15 customCloudProvider: |-
16 [global]
17 project-id = m-cord
18 network-project-id = onf-vpn
19 network-name = default
20 subnetwork-name = default
21services:
22 etcd:
23 backup_config:
24 enabled: true
25 interval_hours: 6
26 retention: 60
27network:
28 plugin: calico
29 options:
30 calico_cloud_provider: gce
31monitoring:
32 provider: none