kcp icon indicating copy to clipboard operation
kcp copied to clipboard

Adding readiness checkups in KCP

Open samyak-jn opened this issue 2 years ago • 4 comments

Is your feature request related to a problem? Please describe.

When deploying ArgoCD to KCP, one of the initial blocker we face is due to the readyz and health checkups by ArgoCD on the cluster, which as per my knowledge KCP still don't support. So while deploying the argocd, the argo looks for some health and readiness checks from the cluster, while doing so it looks for a port service for checking if the cluster is ready or not, which while doing so on KCP turns out to be the blocker, As stts mentioned readiness in the sense of kube-apiserver /readyz; basically to serve /clusters/root:org:ws/readyz

Describe the solution you'd like

Enable readiness and health probes checkup in KCP in each workspace, for ex: /clusters/root:org:ws/readyz so, in case I'm deploying argocd in org->A ws->test then, the readiness can be checked at /clusters/root:A:test/readyz

Describe alternatives you've considered For now, to make ArgoCD deploy on KCP, we have disabled those checks hence this feature request will unblock us form that.

CC: @sttts, in case I missed some details, feel free to chime in, thanks!

samyak-jn avatar Jul 14 '22 12:07 samyak-jn

Idea: redirect per cluster livez/readyz to the main paths (without /clusters/)

ncdc avatar Jul 19 '22 15:07 ncdc

I would like to work on this please.

pradeepnnv avatar Jul 26 '22 00:07 pradeepnnv

Issues go stale after 90d of inactivity. After a furter 30 days, they will turn rotten. Mark the issue as fresh with /remove-lifecycle stale.

If this issue is safe to close now please do so with /close.

/lifecycle stale

kcp-ci-bot avatar Apr 14 '24 08:04 kcp-ci-bot

Stale issues rot after 30d of inactivity. Mark the issue as fresh with /remove-lifecycle rotten. Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

/lifecycle rotten

kcp-ci-bot avatar May 14 '24 08:05 kcp-ci-bot

Rotten issues close after 30d of inactivity. Reopen the issue with /reopen. Mark the issue as fresh with /remove-lifecycle rotten.

/close

kcp-ci-bot avatar Jun 13 '24 08:06 kcp-ci-bot

@kcp-ci-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity. Reopen the issue with /reopen. Mark the issue as fresh with /remove-lifecycle rotten.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

kcp-ci-bot avatar Jun 13 '24 08:06 kcp-ci-bot