Skip to content

Commit 18c84c1

Browse files
committed
Improving Acrolinx
1 parent 8c718a1 commit 18c84c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/ingress-tls.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ You can configure your NGINX ingress controller using either a static public IP
9595

9696
#### Use a static public IP address
9797

98-
You can configure your ingress controller with a static public IP address. The static public IP address remains if you delete your ingress controller. The IP address does *not* remain if you delete your AKS cluster.
98+
You can configure your ingress controller with a static public IP address. The static public IP address remains if you delete your ingress controller. The IP address *doesn't* remain if you delete your AKS cluster.
9999

100100
When you upgrade your ingress controller, you must pass a parameter to the Helm release to ensure the ingress controller service is made aware of the load balancer that will be allocated to it. For the HTTPS certificates to work correctly, you use a DNS label to configure an FQDN for the ingress controller IP address.
101101

@@ -175,7 +175,7 @@ For more information, see [Use a static public IP address and DNS label with the
175175

176176
#### Use a dynamic public IP address
177177

178-
An Azure public IP address is created for your ingress controller upon creation. The public IP address is static for the lifespan of your ingress controller. The public IP address does *not* remain if you delete your ingress controller. If you create a new ingress controller, it will be assigned a new public IP address.
178+
An Azure public IP address is created for your ingress controller upon creation. The public IP address is static for the lifespan of your ingress controller. The public IP address *doesn't* remain if you delete your ingress controller. If you create a new ingress controller, it will be assigned a new public IP address.
179179

180180
Use the `kubectl get service` command to get the public IP address for your ingress controller.
181181

@@ -507,7 +507,7 @@ Next, a certificate resource must be created. The certificate resource defines t
507507

508508
Cert-manager automatically creates a certificate object for you using ingress-shim, which is automatically deployed with cert-manager since v0.2.2. For more information, see the [ingress-shim documentation][ingress-shim].
509509

510-
To verify that the certificate was created successfully, use the `kubectl get certificate --namespace ingress-basic` command and verify *READY* is *True*. This may take several minutes.
510+
To verify that the certificate was created successfully, use the `kubectl get certificate --namespace ingress-basic` command and verify *READY* is *True*. It may take several minutes to get the output.
511511

512512
```console
513513
kubectl get certificate --namespace ingress-basic

0 commit comments

Comments
 (0)