Skip to content

Commit

Permalink
fix bug ipvsadmin
Browse files Browse the repository at this point in the history
su-cloud committed Jun 24, 2018
1 parent 20d3191 commit 28dc0eb
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion salt/k8s/modules/api-server.sls
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ kube-apiserver-service:
- names:
- ipvsadm
- ipset
- conntrack
- conntrack-tools
cmd.run:
- name: systemctl daemon-reload
service.running:
2 changes: 1 addition & 1 deletion salt/k8s/modules/kube-proxy.sls
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ kube-proxy-service:
- names:
- ipvsadm
- ipset
- conntrack
- conntrack-tools
service.running:
- name: kube-proxy
- enable: True

0 comments on commit 28dc0eb

Please sign in to comment.