From fa5eb166a24019ce082f3534d52b543533a2d887 Mon Sep 17 00:00:00 2001 From: Kundan Kumar Date: Thu, 27 Oct 2022 17:10:06 +0530 Subject: [PATCH] updated ingress api version --- LIMITATIONS.md | 2 +- docs/faq/README.md | 2 +- docs/troubleshooting/troubleshooting.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LIMITATIONS.md b/LIMITATIONS.md index a813f2c7aa..a74d0f01ee 100644 --- a/LIMITATIONS.md +++ b/LIMITATIONS.md @@ -33,7 +33,7 @@ It takes ~1m to spin up a loadbalancer (this includes acquiring the public IP), Assume one creates the following simple Ingress: ```yaml -apiVersion: extensions/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: test-ingress diff --git a/docs/faq/README.md b/docs/faq/README.md index 981eacfe0e..e249621b0d 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -53,7 +53,7 @@ Either shutdown the controller satisfying the Ingress, or use the `ingress.class` annotation: ```yaml -apiVersion: extensions/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: test diff --git a/docs/troubleshooting/troubleshooting.md b/docs/troubleshooting/troubleshooting.md index c163ead1a2..b086da969e 100644 --- a/docs/troubleshooting/troubleshooting.md +++ b/docs/troubleshooting/troubleshooting.md @@ -174,7 +174,7 @@ $ kubectl exec test-701078429-s5kca -- curl --cacert /var/run/secrets/kubernetes "/apis/certificates.k8s.io", "/apis/certificates.k8s.io/v1alpha1", "/apis/extensions", - "/apis/extensions/v1beta1", + "/apis/networking.k8s.io/v1", "/apis/policy", "/apis/policy/v1alpha1", "/apis/rbac.authorization.k8s.io",