Skip to content
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

Getting a 404 when requesting ingresses on gcloud #758

Open
SamDecrock opened this issue Jun 2, 2023 · 1 comment
Open

Getting a 404 when requesting ingresses on gcloud #758

SamDecrock opened this issue Jun 2, 2023 · 1 comment

Comments

@SamDecrock
Copy link

Since a few weeks, the library is returning a 404 error when requesting old style ingress rules on gcloud:

await client.apis.extensions.v1beta1.ingresses.get()

It does not happen on our bare metal clusters or on Azure.

Any ideas what's going on?

@SamDecrock
Copy link
Author

Update:

Indeed, a GET of https://x.x.x.x/apis/extensions/v1beta1/ingresses responds with

404 page not found

However, a GET of https://x.x.x.x/apis/networking.k8s.io/v1/namespaces/<namespace>/ingresses does responds with all ingress rules (even though we're still using the old ingress rules).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant