Deploy GitHub Pages

This commit is contained in:
aledbf 2020-06-02 16:14:27 +00:00
parent ed7fcdad51
commit fc7ff0baa9
4 changed files with 51 additions and 51 deletions

View file

@ -1450,7 +1450,7 @@ For this reason, there is an initial delay of up to two minutes until it is poss
<div class="highlight"><pre><span></span><code><span class="l l-Scalar l-Scalar-Plain">kubectl wait --namespace ingress-nginx \</span>
<span class="l l-Scalar l-Scalar-Plain">--for=condition=ready pod \</span>
<span class="l l-Scalar l-Scalar-Plain">--selector=app.kubernetes.io/component=controller \</span>
<span class="l l-Scalar l-Scalar-Plain">--timeout=90s</span>
<span class="l l-Scalar l-Scalar-Plain">--timeout=120s</span>
</code></pre></div>
</div>