We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f5383e + da339a5 commit a332f40Copy full SHA for a332f40
site/content/en/docs/tutorials/kubernetes_101/module2.md
@@ -85,7 +85,7 @@ echo Name of the Pod: $POD_NAME
85
86
You can access the Pod through the API by running:
87
```shell
88
-curl http://localhost:8001/api/v1/namespaces/default/pods/$PODNAME
+curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME
89
```
90
91
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