Deploy GitHub Pages

This commit is contained in:
Travis Bot 2020-02-13 19:54:53 +00:00
parent 006cda8fee
commit 1ed3254484
9 changed files with 61 additions and 60 deletions

View file

@ -1371,11 +1371,7 @@ It includes how to build, test, and release ingress controllers.</p>
</code></pre></div>
<h3 id="initial-developer-environment-build">Initial developer environment build<a class="headerlink" href="#initial-developer-environment-build" title="Permanent link"></a></h3>
<blockquote>
<p><strong>Prequisites</strong>: Minikube must be installed.
See <a href="https://github.com/kubernetes/minikube/releases">releases</a> for installation instructions.</p>
</blockquote>
<p>If you are using <strong>MacOS</strong> and deploying to <strong>minikube</strong>, the following command will build the local nginx controller container image and deploy the ingress controller onto a minikube cluster with RBAC enabled in the namespace <code class="codehilite"><span class="err">ingress-nginx</span></code>:</p>
<p>Ensure docker experimental features option is enabled for <a href="https://docs.docker.com/buildx/working-with-buildx/">buildx</a></p>
<div class="codehilite"><pre><span></span><code>$ make dev-env
</code></pre></div>