Skip to content

Commit

Permalink
Apply ipset fix to weave 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Reed committed Jan 15, 2021
1 parent 69acd51 commit e941881
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addons/weave/2.6.4/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ spec:
containers:
- name: weave
command:
- /home/weave/launch.sh
- /bin/sh
- -c
- sed '/ipset destroy weave-kube-test$/ i sleep 1' /home/weave/launch.sh | /bin/sh
env:
- name: HOSTNAME
valueFrom:
Expand Down

0 comments on commit e941881

Please sign in to comment.