From 727020b3acaaa336df86b6d1102c4563030d97a5 Mon Sep 17 00:00:00 2001 From: Mathis Van Eetvelde Date: Thu, 6 May 2021 23:02:40 +0200 Subject: [PATCH] fixed markdown typo Signed-off-by: Mathis Van Eetvelde --- docs/deploy/index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index ff527cd5e..25a8d5133 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -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