Skip to content

Revisit API status #2320

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

Closed
vishalbollu opened this issue Jul 7, 2021 · 0 comments · Fixed by #2368
Closed

Revisit API status #2320

vishalbollu opened this issue Jul 7, 2021 · 0 comments · Fixed by #2368
Assignees
Milestone

Comments

@vishalbollu
Copy link
Contributor

vishalbollu commented Jul 7, 2021

Improve the observability of the cortex statuses to help users clearly understand the statuses of their API pods without having to drop down to kubectl.

The API status has at least two confusing statuses:

  • updating when the API is initializing and updating when there is a new version has the same status except that you will get 500s in the former and you will get actual responses in the latter
  • compute unavailable is a pod that has been stuck in the pending status for 15 minutes. This can happen for other reasons such as API server is not responsive.

Also consider distinguishing between pending / pulling image / initializing (readiness check failing)

Also consider identifying if a new node has been requested (or was not able to be), if the new node is spinning up (not joined the cluster), and if the new node has joined and is initializing (the pod is not yet running on it)

@vishalbollu vishalbollu added research Determine technical constraints and removed research Determine technical constraints labels Jul 7, 2021
@deliahu deliahu added this to the v0.40 milestone Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants