Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenShift master should expose a Kube compatible readiness check #1902

Closed
smarterclayton opened this issue Apr 24, 2015 · 3 comments
Closed
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/P3

Comments

@smarterclayton
Copy link
Contributor

kubernetes/kubernetes#7111 is defining readiness checks for Kube. We need to implement a readiness check for OpenShift that is gated on

  1. The project authorizer cache having content in it
  2. The namespace controller cache having content in it.
@smarterclayton smarterclayton added the kind/bug Categorizes issue or PR as related to a bug. label Apr 24, 2015
@derekwaynecarr
Copy link
Member

That will be interesting to structure.

Is there a distinction between some content in it versus all content in it?

@smarterclayton
Copy link
Contributor Author

I think the content is less important than the 200 (ready) vs otherwise.

----- Original Message -----

That will be interesting to structure.

Is there a distinction between some content in it versus all content in it?


Reply to this email directly or view it on GitHub:
#1902 (comment)

@smarterclayton
Copy link
Contributor Author

Also SD_NOTIFY should be set at the same time

sjenning added a commit to sjenning/origin that referenced this issue May 3, 2018
openshift-merge-robot added a commit that referenced this issue May 3, 2018
UPSTREAM: google/cadvisor: 1903: fix #1902 bug with retryDockerStatus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/P3
Projects
None yet
Development

No branches or pull requests

3 participants