We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9ddf53 + da7d205 commit d1f16c2Copy full SHA for d1f16c2
articles/application-gateway/ingress-controller-troubleshoot.md
@@ -55,7 +55,7 @@ spec:
55
port: 80
56
targetPort: 80
57
---
58
-apiVersion: extensions/v1beta1
+apiVersion: networking.k8s.io/v1
59
kind: Ingress
60
metadata:
61
name: test-agic-app-ingress
@@ -323,4 +323,4 @@ rbac:
323
# Specify aks cluster related information. THIS IS BEING DEPRECATED.
324
aksClusterConfiguration:
325
apiServerAddress: <aks-api-server-address>
326
-```
+```
0 commit comments