cni-calico参数调整,minor changes

pull/275/head
jmgao 2017-11-25 21:31:00 +08:00
parent a850af10c4
commit b904133b13
4 changed files with 5 additions and 3 deletions

View File

@ -6,8 +6,8 @@
# 集群节点的公共配置任务 # 集群节点的公共配置任务
- hosts: - hosts:
- kube-cluster - kube-cluster
- deploy
- etcd - etcd
- lb
roles: roles:
- prepare - prepare

View File

@ -1,5 +1,5 @@
- hosts: - hosts:
- kube-cluster - kube-cluster
- lb - deploy
roles: roles:
- kubectl - kubectl

View File

@ -1,3 +1,5 @@
# 警告此脚本将清理真个K8S集群包括所有POD、ETCD数据等
# 请三思后运行改脚本 ansible-playbook 99.clean.yml
- hosts: kube-cluster - hosts: kube-cluster
tasks: tasks:
- name: stop calico-node service - name: stop calico-node service

View File

@ -12,7 +12,7 @@
"type": "calico-ipam" "type": "calico-ipam"
}, },
"policy": { "policy": {
"type": "k8s", "type": "k8s"
}, },
"kubernetes": { "kubernetes": {
"kubeconfig": "/root/.kube/config" "kubeconfig": "/root/.kube/config"