Skip to content

Commit 7e93f91

Browse files
Merge pull request #271106 from sabbour/patch-8
Update app-routing-nginx-configuration.md
2 parents b75e8bc + aa05d9f commit 7e93f91

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

articles/aks/app-routing-nginx-configuration.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ The application routing add-on uses a Kubernetes [custom resource definition (CR
3939

4040
When you enable the application routing add-on with NGINX, it creates an ingress controller called `default` in the `app-routing-namespace` configured with a public facing Azure load balancer. That ingress controller uses an ingress class name of `webapprouting.kubernetes.azure.com`.
4141

42-
You can modify the configuration of the default ingress controller by editing its configuration.
43-
44-
```bash
45-
kubectl edit nginxingresscontroller default -n app-routing-system
46-
```
47-
4842
### Create another public facing NGINX ingress controller
4943

5044
To create another NGINX ingress controller with a public facing Azure Load Balancer:

0 commit comments

Comments
 (0)