Skip to content

Commit e08eb51

Browse files
fyu17nate-double-u
andauthored
Update content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html
Co-authored-by: Nate W <[email protected]>
1 parent 4b13a93 commit e08eb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h3>Create a new Service</h3>
113113
<code><b>echo "NODE_PORT=$NODE_PORT"</b></code></p>
114114
<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>
115115
<p><code><b>curl http://"$(minikube ip):$NODE_PORT"</b></code></p>
116-
{{< note >}}<p>If Docker is the container runtime, minikube tunnel is needed. This is because Docker Desktop does not support ports. <br>
116+
{{< note >}}<p>If Docker is the container runtime, a minikube tunnel is needed. This is because Docker Desktop does not support ports. <br>
117117
<p>In a separate terminal window, execute:<br>
118118
<code><b>$ minikube service kubernetes-bootcamp --url</b></code></p>
119119
<p>The output looks like this:

0 commit comments

Comments
 (0)