Skip to content

Commit f69cbbd

Browse files
committed
Show the correct proxy URL in the deploy-intro.
1 parent dcbd588 commit f69cbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@

View the app

153153
<p><b><code>export POD_NAME=$(kubectl get pods -o go-template --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}')code>b><br />
154154
<b><code>echo Name of the Pod: $POD_NAMEcode>b>p>
155155
<p>You can access the Pod through the proxied API, by running:p>
156-
<p><b><code>curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME/code>b>p>
156+
<p><b><code>curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME:8080/proxy/code>b>p>
157157
<p>In order for the new Deployment to be accessible without using the proxy, a Service is required which will be explained in <a href="/docs/tutorials/kubernetes-basics/expose/">Module 4a>.p>
158158
div>
159159

0 commit comments

Comments
 (0)