fix 多主集群下change_k8s_network时vip丢失问题

pull/270/head
gjmzj 2018-07-20 17:24:17 +08:00
parent 9730be0962
commit 39295fa098
1 changed files with 6 additions and 0 deletions

View File

@ -81,6 +81,12 @@
- kube-proxy
ignore_errors: true
- hosts:
- lb
tasks:
- name: 重启lb的keepalived服务
service: name=keepalived state=restarted
- hosts:
- kube-master
- new-master