Skip to content

Commit

Permalink
Merge branch 'openshift:master' into use-new-default-leader-election-…
Browse files Browse the repository at this point in the history
…values-to-handle-api-server-rollout-on-sno
  • Loading branch information
creydr committed Aug 12, 2021
2 parents 048145f + 1fb2149 commit 1c095ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bindata/network/kuryr/alert-rules.yaml
Expand Up @@ -43,7 +43,7 @@ spec:
annotations:
message: SDN pod {{"{{"}} $labels.pod {{"}}"}} on node {{"{{"}} $labels.node {{"}}"}} is not ready.
expr: |
kube_pod_status_ready{namespace='openshift-kuryr', condition='true'} == 0
sum by(pod, namespace) (kube_pod_status_ready{condition="true",namespace="openshift-kuryr"}) * on(pod, namespace) group_right() kube_pod_info == 0
for: 10m
labels:
severity: warning
Expand Down
4 changes: 4 additions & 0 deletions bindata/network/ovn-kubernetes/ovnkube-master.yaml
Expand Up @@ -374,7 +374,9 @@ spec:
- /var/run/ovn/ovnnb_db.ctl
- exit
readinessProbe:
{{ if not .IsSNO }}
initialDelaySeconds: 90
{{ end }}
timeoutSeconds: 5
exec:
command:
Expand Down Expand Up @@ -711,7 +713,9 @@ spec:
- /var/run/ovn/ovnsb_db.ctl
- exit
readinessProbe:
{{ if not .IsSNO }}
initialDelaySeconds: 90
{{ end }}
timeoutSeconds: 5
exec:
command:
Expand Down

0 comments on commit 1c095ca

Please sign in to comment.