fixed markdown typo
Signed-off-by: Mathis Van Eetvelde <mathis.vaneetvelde@protonmail.com>
This commit is contained in:
parent
8dcf172f88
commit
727020b3ac
1 changed files with 8 additions and 8 deletions
|
@ -17,14 +17,14 @@
|
|||
The first time the ingress controller starts, two [Jobs](https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/) create the SSL Certificate used by the admission webhook.
|
||||
For this reason, there is an initial delay of up to two minutes until it is possible to create and validate Ingress definitions.
|
||||
|
||||
You can wait until it is ready to run the next command:
|
||||
You can wait until it is ready to run the next command:
|
||||
|
||||
```yaml
|
||||
```yaml
|
||||
kubectl wait --namespace ingress-nginx \
|
||||
--for=condition=ready pod \
|
||||
--selector=app.kubernetes.io/component=controller \
|
||||
--timeout=120s
|
||||
```
|
||||
```
|
||||
|
||||
## Contents
|
||||
|
||||
|
|
Loading…
Reference in a new issue