geerlingguy / kubernetes-101

Kubernetes 101 - by Jeff Geerling
https://kube101.jeffgeerling.com/
MIT License
555 stars 166 forks source link

Issue #24: Replace `networking.k8s.io/v1` with `networking.k8s.io/v1beta1`. #36

Closed minecraftchest1 closed 2 years ago

minecraftchest1 commented 2 years ago

Update ingress files to use networking.k8s.io/v1 api version instead of the depricated networking.k8s.io/v1beta1 api version.

Fixes #24.

minecraftchest1 commented 2 years ago

Doesn't work yet.

geerlingguy commented 2 years ago

This is a duplicate of https://github.com/geerlingguy/kubernetes-101/pull/29