Deploy GitHub Pages

This commit is contained in:
k8s-ci-robot 2020-09-16 13:14:38 +00:00
parent 64dc305033
commit e848dc7b21
4 changed files with 52 additions and 52 deletions

View file

@ -1226,7 +1226,7 @@ pass the client certificate.</p>
<h2 id="test-http-service">Test HTTP Service<a class="headerlink" href="#test-http-service" title="Permanent link"></a></h2>
<p>All examples that require a test HTTP Service use the standard http-svc pod,
which you can deploy as follows</p>
<div class="highlight"><pre><span></span><code><span class="gp">$</span> kubectl create -f http-svc.yaml
<div class="highlight"><pre><span></span><code><span class="gp">$</span> kubectl create -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/docs/examples/http-svc.yaml
<span class="go">service &quot;http-svc&quot; created</span>
<span class="go">replicationcontroller &quot;http-svc&quot; created</span>