Skip to content

Commit

Permalink
Merge pull request #612 from ingvagabund/exclude-etcd-from-readyz
Browse files Browse the repository at this point in the history
OCPBUGS-48177: Exclude etcd readiness checks from /readyz to ignore temporary etcd hiccups
  • Loading branch information
openshift-merge-bot[bot] authored Feb 3, 2025
2 parents 2583fad + d891c44 commit 5f66a3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindata/v3.11.0/openshift-apiserver/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spec:
httpGet:
scheme: HTTPS
port: 8443
path: readyz
path: readyz?exclude=etcd&exclude=etcd-readiness
initialDelaySeconds: 0
periodSeconds: 5
timeoutSeconds: 10
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/v311_00_assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f66a3e

Please sign in to comment.