From ea7283fac4e3eafa180598f03a733f16c299d5b4 Mon Sep 17 00:00:00 2001 From: aledbf Date: Wed, 20 May 2020 22:56:19 +0000 Subject: [PATCH] Deploy GitHub Pages --- deploy/index.html | 16 ++++++++++++++++ search/search_index.json | 2 +- sitemap.xml.gz | Bin 679 -> 679 bytes 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/deploy/index.html b/deploy/index.html index 3537be280..748cd1bb2 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -1441,6 +1441,18 @@

Danger

The admission webhook require conectivity between Kubernetes API server and the ingress controller.

In case Network policies or additional firewalls, please allow access to port 8443.

+ +
+

Attention

+

The first time the ingress controller starts, two Jobs 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 is ready to running the next command:

+
kubectl wait --namespace ingress-nginx \
+  --for=condition=ready pod \
+  --selector=app.kubernetes.io/component=controller \
+  --timeout=90s
+
+

Contents