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 cf0bbd9 commit 71dba39
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/images/install.sh
Expand Up @@ -1295,7 +1295,7 @@ spec:
command:
- bash
- /kube-ovn/ovs-dpdk-healthcheck.sh
initialDelaySeconds: 10
initialDelaySeconds: 60
periodSeconds: 5
failureThreshold: 5
timeoutSeconds: 45
Expand Down Expand Up @@ -1767,7 +1767,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
Expand Up @@ -407,7 +407,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
Expand Up @@ -425,7 +425,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
Expand Up @@ -443,7 +443,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 71dba39

Please sign in to comment.