-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Lingering "apiserver received an error that is not an api.Status" errors #11069
Comments
I can take this |
Thanks Nikhil! |
This is working fine for me on HEAD
Since there is no selector, there is no endpoint created. Now when I do GET api/v1/proxy/namespaces/default/services/frontend, I get:
which is as expected.
as expected. So everything seems WAI on HEAD to me. @a-robinson Am I doing something wrong? |
The second one if reproable, seems to be an etcd error: #10064 |
ok. I can repro the first one, when I create a service with selectors. It fails because there is no rc backing the service. |
When running 0.21.1 I've seen a couple different types of errors returned as 500s due to errors not being of the correct type. In both cases, it's causing 500s to be returned where it looks like 404s would be much more appropriate.
First when trying to proxy to an endpoint that has no endpoints:
Also when trying to PUT an rc that doesn't exist
cc @lavalamp
The text was updated successfully, but these errors were encountered: