Skip to content

Commit a332f40

Browse files
authored
Merge pull request #17575 from MarkMoretto/patch-1
Minor Spelling Correction in module2.md
2 parents 1f5383e + da339a5 commit a332f40

File tree

1 file changed

+1
-1
lines changed
  • site/content/en/docs/tutorials/kubernetes_101

1 file changed

+1
-1
lines changed

site/content/en/docs/tutorials/kubernetes_101/module2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ echo Name of the Pod: $POD_NAME
8585

8686
You can access the Pod through the API by running:
8787
```shell
88-
curl http://localhost:8001/api/v1/namespaces/default/pods/$PODNAME
88+
curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME
8989
```
9090

9191
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.

0 commit comments

Comments
 (0)