kuberay
kuberay copied to clipboard
[Bug] KubeRay API Server ListAllComputeTemplates is intermittently failing.
Search before asking
- [X] I searched the issues and found no similar issues.
KubeRay Component
apiserver
What happened + What you expected to happen
The ListAllComputeTemplates endpoint in the KubeRay API Server is intermittently failing with this error message:
List all compute templates from all namespaces failed.: List compute templates failed in kube-public: context canceled
Reproduction script
Execute curl -X GET --silent localhost:31888/apis/v1/compute_templates with a few templates created in different namespaces
Anything else
This was discovered in #1460
Are you willing to submit a PR?
- [ ] Yes I am willing to submit a PR!