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

networking.k8s.io/v1beta1 deprecated #6

Open
richert-addisca opened this issue Jun 23, 2021 · 3 comments
Open

networking.k8s.io/v1beta1 deprecated #6

richert-addisca opened this issue Jun 23, 2021 · 3 comments

Comments

@richert-addisca
Copy link

The apiVersion networking.k8s.io/v1beta1 for the Ingress is no longer supported.

Replacing it with networking.k8s.io/v1 is not enough as the webhook to verify it in the nginx-ingress(-windows).yaml does no longer exist.

Therefore, section 4-networking can no longer be finished successfully.

@ishustava
Copy link
Owner

Hey @richert-addisca

Thanks so much for reporting it. Which Kubernetes version are you using? I believe it's removed in v1.22, and the GA version of that is still not released.

@sivamalla42
Copy link

hi @ishustava ,
is this issue fixed in new version of k8s ?
I was trying to learn using this repo, seems to be very helpful, but as richert said, section-4 is not working. any workarounds to help on this please

@ishustava
Copy link
Owner

ishustava commented Jan 3, 2023

Hey @sivamalla42

Thanks for trying out the tutorial!

We're not actively maintaining this repo to keep up with the changes that Kubernetes itself is making, and so I updated our start-kind.sh script to instead use Kubernetes 1.21 which still has networking.k8s.io/v1beta1 version. With these changes, the tutorial should now work as intended. Hope this solves your issue.

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

3 participants