mirror of
https://github.com/rancher/rke.git
synced 2025-07-07 12:28:46 +00:00
Update cluster.yml
This commit is contained in:
parent
493da52f09
commit
2fdc2424e2
18
cluster.yml
18
cluster.yml
@ -67,12 +67,21 @@ services:
|
||||
# 'calico_cloud_provider: aws'
|
||||
# or
|
||||
# 'calico_cloud_provider: gce'
|
||||
# network:
|
||||
# plugin: calico
|
||||
# options:
|
||||
# calico_cloud_provider: aws
|
||||
#
|
||||
# To specify flannel interface, you can use the 'flannel_iface' option:
|
||||
# network:
|
||||
# plugin: flannel
|
||||
# options:
|
||||
# flannel_iface: eth1
|
||||
|
||||
network:
|
||||
plugin: flannel
|
||||
options:
|
||||
flannel_image: quay.io/coreos/flannel:v0.9.1
|
||||
flannel_cni_image: quay.io/coreos/flannel-cni:v0.2.0
|
||||
|
||||
|
||||
authentication:
|
||||
strategy: x509
|
||||
|
||||
@ -102,6 +111,9 @@ system_images:
|
||||
dnsmasq: rancher/k8s-dns-dnsmasq-nanny-amd64:1.14.5
|
||||
kubedns_sidecar: rancher/k8s-dns-sidecar-amd64:1.14.5
|
||||
kubedns_autoscaler: rancher/cluster-proportional-autoscaler-amd64:1.0.0
|
||||
flannel: rancher/coreos-flannel:v0.9.1
|
||||
flannel_cni: rancher/coreos-flannel-cni:v0.2.0
|
||||
|
||||
|
||||
ssh_key_path: ~/.ssh/test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user