Skip to content

Commit

Permalink
Decrease size of "LoadBalancer deployments"
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg authored Apr 18, 2020
1 parent f6b2c74 commit 2876509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/en/docs/start/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ kubectl port-forward service/hello-minikube 8780:8080

Tada! Your application is now available at [http://localhost:7080/](http://localhost:7080/)

## LoadBalancer deployments
### LoadBalancer deployments

To access a LoadBalancer deployment, use the "minikube tunnel" command. Here is an example deployment:

Expand All @@ -154,7 +154,7 @@ To find the routable IP, run this command and examine the `EXTERNAL-IP` column:

`kubectl get services balanced`

Your deployment is now available at <EXTERNAL-IP>:8000
Your deployment is now available at &lt;EXTERNAL-IP&gt;:8000

<h2 class="step"><span class="fa-stack fa-1x"><i class="fa fa-circle fa-stack-2x"></i><strong class="fa-stack-1x text-primary">5</strong></span>Manage your cluster</h2>

Expand Down

0 comments on commit 2876509

Please sign in to comment.