From 84f9daa57da9097f3c79e88493770fa7ceb13e71 Mon Sep 17 00:00:00 2001 From: Houssem Dellai Date: Wed, 8 Mar 2023 15:20:45 +0100 Subject: [PATCH] Updated new annotation : ingressClassName: nginx Replaced old annotation: annotations: kubernetes.io/ingress.class: nginx with new one: ingressClassName: nginx --- docs/tutorials/azure.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/tutorials/azure.md b/docs/tutorials/azure.md index 47974a1c10..08a8757c26 100644 --- a/docs/tutorials/azure.md +++ b/docs/tutorials/azure.md @@ -560,9 +560,8 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: nginx - annotations: - kubernetes.io/ingress.class: nginx spec: + ingressClassName: nginx rules: - host: server.example.com http: