Skip to content

Commit

Permalink
Merge pull request #7114 from mathisve/markdown-fix
Browse files Browse the repository at this point in the history
Fixed markdown typo in deploy/index.md
  • Loading branch information
k8s-ci-robot authored May 7, 2021
2 parents 8dcf172 + 727020b commit 22f3379
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/deploy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

!!! attention
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.
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
kubectl wait --namespace ingress-nginx \
--for=condition=ready pod \
--selector=app.kubernetes.io/component=controller \
--timeout=120s
```
```yaml
kubectl wait --namespace ingress-nginx \
--for=condition=ready pod \
--selector=app.kubernetes.io/component=controller \
--timeout=120s
```

## Contents

Expand Down

0 comments on commit 22f3379

Please sign in to comment.