Skip to content

Commit

Permalink
increase initial delay of ovs-ovn liveness probe (#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Jun 22, 2022
1 parent 1a55ce1 commit f93a527
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,7 @@ spec:
command:
- bash
- /kube-ovn/ovs-dpdk-healthcheck.sh
initialDelaySeconds: 10
initialDelaySeconds: 60
periodSeconds: 5
failureThreshold: 5
timeoutSeconds: 45
Expand Down Expand Up @@ -2279,7 +2279,7 @@ spec:
command:
- bash
- /kube-ovn/ovs-healthcheck.sh
initialDelaySeconds: 10
initialDelaySeconds: 60
periodSeconds: 5
failureThreshold: 5
timeoutSeconds: 45
Expand Down Expand Up @@ -2436,7 +2436,7 @@ spec:
command:
- bash
- /kube-ovn/ovs-healthcheck.sh
initialDelaySeconds: 10
initialDelaySeconds: 60
periodSeconds: 5
failureThreshold: 5
timeoutSeconds: 45
Expand Down
2 changes: 1 addition & 1 deletion yamls/ovn-dpdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ spec:
command:
- bash
- /kube-ovn/ovs-dpdk-healthcheck.sh
initialDelaySeconds: 10
initialDelaySeconds: 60
periodSeconds: 5
failureThreshold: 5
timeoutSeconds: 45
Expand Down
2 changes: 1 addition & 1 deletion yamls/ovn-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ spec:
command:
- bash
- /kube-ovn/ovs-healthcheck.sh
initialDelaySeconds: 10
initialDelaySeconds: 60
periodSeconds: 5
failureThreshold: 5
timeoutSeconds: 45
Expand Down
2 changes: 1 addition & 1 deletion yamls/ovn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ spec:
command:
- bash
- /kube-ovn/ovs-healthcheck.sh
initialDelaySeconds: 10
initialDelaySeconds: 60
periodSeconds: 5
failureThreshold: 5
timeoutSeconds: 45
Expand Down

0 comments on commit f93a527

Please sign in to comment.