Skip to content

Commit 509693e

Browse files
committed
combine ingress controllers sentences
1 parent 2ed780f commit 509693e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/aks/ingress-own-tls.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,7 @@ kubectl create secret tls aks-ingress-tls \
144144

145145
## Run demo applications
146146

147-
An ingress controller and a Secret with your certificate have been configured. Now let's run two demo applications in your AKS cluster.
148-
149-
To see the ingress controller in action, run two demo applications in your AKS cluster. In this example, you use `kubectl apply` to deploy two instances of a simple *Hello world* application.
147+
An ingress controller and a Secret with your certificate have been configured. To see the ingress controller in action, run two demo applications in your AKS cluster. In this example, you use `kubectl apply` to deploy two instances of a simple *Hello world* application.
150148

151149
Create a *aks-helloworld.yaml* file and copy in the following example YAML:
152150

0 commit comments

Comments
 (0)