We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89260f commit 4b13a93Copy full SHA for 4b13a93
content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html
@@ -118,7 +118,7 @@ <h3>Create a new Service</h3>
118
<code><b>$ minikube service kubernetes-bootcamp --url</b></code></p>
119
<p>The output looks like this:
120
<pre><b>http://127.0.0.1:51082<br>! Because you are using a Docker driver on darwin, the terminal needs to be open to run it.</b></pre></p>
121
- <p>Then use the given url to access the app:<br>
+ <p>Then use the given URL to access the app:<br>
122
<code><b>$ curl 127.0.0.1:51082</b></code></p>
123
{{< /note >}}
124
<p>And we get a response from the server. The Service is exposed.</p>
0 commit comments