mirror of
https://github.com/rancher/rke.git
synced 2025-07-08 12:54:39 +00:00
Update cluster.yml
This commit is contained in:
parent
493da52f09
commit
2fdc2424e2
16
cluster.yml
16
cluster.yml
@ -67,11 +67,20 @@ services:
|
|||||||
# 'calico_cloud_provider: aws'
|
# 'calico_cloud_provider: aws'
|
||||||
# or
|
# or
|
||||||
# 'calico_cloud_provider: gce'
|
# '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:
|
network:
|
||||||
plugin: flannel
|
plugin: flannel
|
||||||
options:
|
options:
|
||||||
flannel_image: quay.io/coreos/flannel:v0.9.1
|
|
||||||
flannel_cni_image: quay.io/coreos/flannel-cni:v0.2.0
|
|
||||||
|
|
||||||
authentication:
|
authentication:
|
||||||
strategy: x509
|
strategy: x509
|
||||||
@ -102,6 +111,9 @@ system_images:
|
|||||||
dnsmasq: rancher/k8s-dns-dnsmasq-nanny-amd64:1.14.5
|
dnsmasq: rancher/k8s-dns-dnsmasq-nanny-amd64:1.14.5
|
||||||
kubedns_sidecar: rancher/k8s-dns-sidecar-amd64:1.14.5
|
kubedns_sidecar: rancher/k8s-dns-sidecar-amd64:1.14.5
|
||||||
kubedns_autoscaler: rancher/cluster-proportional-autoscaler-amd64:1.0.0
|
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
|
ssh_key_path: ~/.ssh/test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user