Update content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html

Co-authored-by: Nate W <natew@cncf.io>
pull/41260/head
Fucheng Yu 2023-09-15 22:45:53 -04:00 committed by GitHub
parent 4b13a93940
commit e08eb51af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ description: |-
<code><b>echo "NODE_PORT=$NODE_PORT"</b></code></p>
<p>Now we can test that the app is exposed outside of the cluster using <code>curl</code>, the IP address of the Node and the externally exposed port:</p>
<p><code><b>curl http://"$(minikube ip):$NODE_PORT"</b></code></p>
{{< note >}}<p>If Docker is the container runtime, minikube tunnel is needed. This is because Docker Desktop does not support ports. <br>
{{< note >}}<p>If Docker is the container runtime, a minikube tunnel is needed. This is because Docker Desktop does not support ports. <br>
<p>In a separate terminal window, execute:<br>
<code><b>$ minikube service kubernetes-bootcamp --url</b></code></p>
<p>The output looks like this: