You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
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.
The text was updated successfully, but these errors were encountered: