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:
- kube-cluster
- deploy
- etcd
- lb
roles:
- prepare

View File

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

View File

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

View File

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