05dc2b3a09
* Use K8s 1.14 and add kubeadm experimental control plane mode
This reverts commit d39c273d96
.
* Cleanup kubeadm setup run on first master
* pin kubeadm_certificate_key in test
* Remove kubelet autolabel of kube-node, add symlink for pki dir
Change-Id: Id5e74dd667c60675dbfe4193b0bc9fb44380e1ca
16 lines
429 B
YAML
16 lines
429 B
YAML
---
|
|
# Global as_num (/calico/bgp/v1/global/as_num)
|
|
# should be the same as in calico role
|
|
global_as_num: "64512"
|
|
|
|
calico_cert_dir: /etc/calico/certs
|
|
|
|
# Limits for apps
|
|
calico_rr_memory_limit: 1000M
|
|
calico_rr_cpu_limit: 300m
|
|
calico_rr_memory_requests: 128M
|
|
calico_rr_cpu_requests: 150m
|
|
|
|
kube_etcd_cacert_file: ca.pem
|
|
kube_etcd_cert_file: node-{{ inventory_hostname }}.pem
|
|
kube_etcd_key_file: node-{{ inventory_hostname }}-key.pem
|