Skip to content

Commit c98a998

Browse files
authored
Merge pull request #101763 from nathan815/patch-1
Remove duplicate header in example output table
2 parents a65ab79 + a0caf9e commit c98a998

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/aks/ingress-basic.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ kubectl get services --namespace ingress-basic -o wide -w ingress-nginx-controll
298298
When the Kubernetes load balancer service is created for the NGINX ingress controller, an IP address is assigned under *EXTERNAL-IP*, as shown in the following example output:
299299

300300
```
301-
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR
302301
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR
303302
ingress-nginx-controller LoadBalancer 10.0.65.205 EXTERNAL-IP 80:30957/TCP,443:32414/TCP 1m app.kubernetes.io/component=controller,app.kubernetes.io/instance=ingress-nginx,app.kubernetes.io/name=ingress-nginx
304303
```

0 commit comments

Comments
 (0)