Skip to content

Commit

Permalink
chore: no need to wait 30 seconds before kube-ovn-cni get ready. (#2339)
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Feb 16, 2023
1 parent f8b97e7 commit 6e21a93
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion dist/images/install.sh
Expand Up @@ -3203,7 +3203,6 @@ spec:
timeoutSeconds: 3
readinessProbe:
failureThreshold: 3
initialDelaySeconds: 30
periodSeconds: 7
successThreshold: 1
tcpSocket:
Expand Down
1 change: 0 additions & 1 deletion kubeovn-helm/templates/ovncni-ds.yaml
Expand Up @@ -126,7 +126,6 @@ spec:
name: tmp
readinessProbe:
failureThreshold: 3
initialDelaySeconds: 30
periodSeconds: 7
successThreshold: 1
tcpSocket:
Expand Down
1 change: 0 additions & 1 deletion yamls/kube-ovn.yaml
Expand Up @@ -223,7 +223,6 @@ spec:
timeoutSeconds: 3
readinessProbe:
failureThreshold: 3
initialDelaySeconds: 30
periodSeconds: 7
successThreshold: 1
tcpSocket:
Expand Down

0 comments on commit 6e21a93

Please sign in to comment.