Skip to content

Commit a0caf9e

Browse files
authored
Remove duplicate header in example output table
Remove the duplicate header row on the example table output under "Check the load balancer service"
1 parent a65ab79 commit a0caf9e

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)