Skip to content

Commit

Permalink
Increase termination grace period to 45s to allow for flows to get saved
Browse files Browse the repository at this point in the history
  • Loading branch information
abhat committed Mar 3, 2020
1 parent 161c3d7 commit a47ecd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindata/network/openshift-sdn/sdn-ovs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
/usr/bin/ovs-vsctl -t 5 show > /dev/null
initialDelaySeconds: 15
periodSeconds: 5
terminationGracePeriodSeconds: 10
terminationGracePeriodSeconds: 45
nodeSelector:
kubernetes.io/os: linux
affinity:
Expand Down

0 comments on commit a47ecd3

Please sign in to comment.