Skip to content

Commit

Permalink
Merge pull request #17575 from MarkMoretto/patch-1
Browse files Browse the repository at this point in the history
Minor Spelling Correction in module2.md
  • Loading branch information
spowelljr authored Nov 8, 2023
2 parents 1f5383e + da339a5 commit a332f40
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/$PODNAME
curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME
```

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 a332f40

Please sign in to comment.