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

Episode 6 - warning about ingress kind in Kubernetes 1.19+ #24

Open
geerlingguy opened this issue Feb 8, 2021 · 3 comments
Open

Episode 6 - warning about ingress kind in Kubernetes 1.19+ #24

geerlingguy opened this issue Feb 8, 2021 · 3 comments
Labels

Comments

@geerlingguy
Copy link
Owner

When applying the ingress manifest in Episode 6, I'm getting:

$ kubectl apply -f drupal-ingress.yml
Warning: networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress

So that manifest needs to be updated.

@stale
Copy link

stale bot commented May 9, 2021

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@stale stale bot added the stale label May 9, 2021
@stale
Copy link

stale bot commented May 10, 2021

This issue is no longer marked for closure.

@stale stale bot removed the stale label May 10, 2021
minecraftchest1 added a commit to minecraftchest1/kubernetes-101 that referenced this issue Dec 14, 2021
…rking.k8s.io/v1`

Update ingress files to use `networking.k8s.io/v1` api version instead of the depricated `networking.k8s.io/v1beta1` api version.
@minecraftchest1
Copy link

Submitted a PR.

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