temporalio / temporalio/temporal-worker-controller
Ensure that all CRD statuses are compatible with kstatus (used by Argo and Helm)
@zainawaisn is already working on this.
Since Aug 24, 2026.
- Dominant language
- Go
- Stars
- 187
- Forks
- 70
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 31
Description
Argo Rollouts and Helm both use the kstatus library under the hood to wait for the readiness of custom resources before considering a deployment "healthy".
We should ensure that all custom resources follow the conventions expected by kstatus to indicate rollout progress, errors, and success. Unit and/or integration tests should be included that verify kstatus correctly considers rollouts in progress/failed/succeeded for every Temporal custom resource type.
This was originally captured in https://github.com/temporalio/temporal-worker-controller/issues/76 (Automatically wait-for-health before finishing Helm install/upgrade). There is also related discussion in https://github.com/temporalio/temporal-worker-controller/issues/198.
After this issue is closed, Argo Rollouts users should not need to use any custom Lua scripts to wait for CRD readiness.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.