mirror of
https://github.com/rancher/rke.git
synced 2025-04-28 03:31:24 +00:00
Merge pull request #33 from moelsayed/cluster_yaml_comments
Minor cluster.yaml updates
This commit is contained in:
commit
f78defa3b1
@ -5,8 +5,12 @@ auth:
|
||||
options:
|
||||
foo: bar
|
||||
|
||||
# supported plugins are:
|
||||
# flannel
|
||||
# calico
|
||||
# canal
|
||||
network:
|
||||
plugin:
|
||||
plugin: flannel
|
||||
options:
|
||||
foo: bar
|
||||
|
||||
@ -30,7 +34,7 @@ services:
|
||||
image: quay.io/coreos/hyperkube:v1.7.5_coreos.0
|
||||
service_cluster_ip_range: 10.233.0.0/18
|
||||
extra_args:
|
||||
- --v=4
|
||||
v: 4
|
||||
kube-controller:
|
||||
image: quay.io/coreos/hyperkube:v1.7.5_coreos.0
|
||||
cluster_cidr: 10.233.64.0/18
|
||||
@ -45,6 +49,7 @@ services:
|
||||
kubeproxy:
|
||||
image: quay.io/coreos/hyperkube:v1.7.5_coreos.0
|
||||
|
||||
# all addon manifests MUST specify a namespace
|
||||
addons: |-
|
||||
---
|
||||
apiVersion: v1
|
||||
|
Loading…
Reference in New Issue
Block a user