Deploy GitHub Pages
This commit is contained in:
parent
3b5f8525f2
commit
534a214f04
4 changed files with 50 additions and 45 deletions
|
|
@ -1392,6 +1392,11 @@ To change this behavior use the flag <code class="codehilite">--watch-namespace<
|
|||
<p class="admonition-title">Warning</p>
|
||||
<p>If multiple Ingresses define different paths for the same host, the ingress controller will merge the definitions.</p>
|
||||
</div>
|
||||
<div class="admonition attention">
|
||||
<p class="admonition-title">Attention</p>
|
||||
<p>If you're using GKE you need to initialize your user as a cluster-admin with the following command:
|
||||
<code class="codehilite">kubectl create clusterrolebinding cluster-admin-binding --clusterrole cluster-admin --user $(gcloud config get-value account)</code></p>
|
||||
</div>
|
||||
<h3 id="provider-specific-steps">Provider Specific Steps<a class="headerlink" href="#provider-specific-steps" title="Permanent link">¶</a></h3>
|
||||
<p>There are cloud provider specific yaml files.</p>
|
||||
<h4 id="docker-for-mac">Docker for Mac<a class="headerlink" href="#docker-for-mac" title="Permanent link">¶</a></h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue