-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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
Reading nonexistent component status via API causes internal server error #101348
Comments
|
@matusf: The label(s) In response to this:
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. |
|
/sig api-machinery |
As ComponentStatus is deprecated in v1.19+ since #93570 and will be removed in future release, I am not sure whether we need to fix it in 1.22. |
|
I agree with @pacoxu that we don't need to fix it immediately. Let's wait for more evidence if it's urgent to fix. |
|
/triage accepted |
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
|
@k8s-triage-robot: Closing this issue. In response to this:
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. |
What happened:
Hello @viralpoetry and I were fuzzing the k8s (via openapi-fuzzer) and found out following bug. Reading nonexistent component status via API causes internal server error. The endpoint is
/api/v1/componentstatuses/{name}What you expected to happen:
Response with non-500 HTTP status code
How to reproduce it (as minimally and precisely as possible):
We were fuzzing k8s locally via minikube.
/etc/hostsasminikubecatokenEnvironment:
kubectl version):cat /etc/os-release): Ubuntu 18.04.5 LTS (bionic)uname -a): Linux pine 4.15.0-140-generic Refactor controller manager. #144-Ubuntu SMP Fri Mar 19 14:12:35 UTC 2021 x86_64 x86_64 x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: