Skip to content

Commit

Permalink
Merge pull request #17286 from kubernetes/revert-17277-patch-1
Browse files Browse the repository at this point in the history
Revert "site: Update deploy an app"
  • Loading branch information
medyagh authored Sep 20, 2023
2 parents 6dfb9fc + 52f4b5d commit 3df32a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/tutorials/kubernetes_101/module2.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ echo Name of the Pod: $POD_NAME

You can access the Pod through the API by running:
```shell
curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME
curl http://localhost:8001/api/v1/namespaces/default/pods/$PODNAME
```

In order for the new deployment to be accessible without using the Proxy, a Service is required which will be explained in the next modules.
Expand Down

0 comments on commit 3df32a7

Please sign in to comment.