Skip to content

Commit

Permalink
fix 多主集群下change_k8s_network时vip丢失问题
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmzj committed Jul 20, 2018
1 parent 9730be0 commit 39295fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/change_k8s_network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
- kubelet
- kube-proxy
ignore_errors: true

- hosts:
- lb
tasks:
- name: 重启lb的keepalived服务
service: name=keepalived state=restarted

- hosts:
- kube-master
Expand Down

0 comments on commit 39295fa

Please sign in to comment.