12 lines
557 B
Plaintext
12 lines
557 B
Plaintext
# Flanneld configuration options
|
|
|
|
# etcd url location. Point this to the server where etcd runs
|
|
FLANNEL_ETCD_ENDPOINTS="https://172.20.0.113:2379,https://172.20.0.114:2379,https://172.20.0.115:2379"
|
|
|
|
# etcd config key. This is the configuration key that flannel queries
|
|
# For address range assignment
|
|
FLANNEL_ETCD_PREFIX="/kube-centos/network"
|
|
|
|
# Any additional options that you want to pass
|
|
FLANNEL_OPTIONS="-etcd-cafile=/etc/kubernetes/ssl/ca.pem -etcd-certfile=/etc/kubernetes/ssl/kubernetes.pem -etcd-keyfile=/etc/kubernetes/ssl/kubernetes-key.pem"
|