Skip to content

Commit cf66f75

Browse files
authored
Merge pull request #183527 from erik-ha-msft/erikha-aks-ingress-own-tls
Grammar fix and remove contradicting sentence
2 parents 7fd96f3 + 509693e commit cf66f75

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/aks/ingress-own-tls.md

Lines changed: 2 additions & 4 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. In this example, Helm is used to deploy two instances of a simple 'Hello world' application.
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

@@ -238,7 +236,7 @@ Both applications are now running on your Kubernetes cluster, however they're co
238236
In the following example, traffic to the address `https://demo.azure.com/` is routed to the service named `aks-helloworld`. Traffic to the address `https://demo.azure.com/hello-world-two` is routed to the `ingress-demo` service. For this article, you don't need to change those demo host names. For production use, provide the names specified as part of the certificate request and generation process.
239237

240238
> [!TIP]
241-
> If the host name specified during the certificate request process, the CN name, doesn't match the host defined in your ingress route, you ingress controller displays a *Kubernetes Ingress Controller Fake Certificate* warning. Make sure your certificate and ingress route host names match.
239+
> If the host name specified during the certificate request process, the CN name, doesn't match the host defined in your ingress route, your ingress controller displays a *Kubernetes Ingress Controller Fake Certificate* warning. Make sure your certificate and ingress route host names match.
242240

243241
The *tls* section tells the ingress route to use the Secret named *aks-ingress-tls* for the host *demo.azure.com*. Again, for production use, specify your own host address.
244242

0 commit comments

Comments
 (0)