Skip to content

Commit

Permalink
Merge pull request #17437 from chee-zaram/fix-tutorial-typo
Browse files Browse the repository at this point in the history
tutorials/kubernetes_101: fix typo in module 4
  • Loading branch information
spowelljr authored Oct 24, 2023
2 parents 52fae8e + 2b342a9 commit 648448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/tutorials/kubernetes_101/module4.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ This confirms that our Service was removed. To confirm that route is not exposed
curl $(minikube ip):$NODE_PORT
```

This proces that the app is not reachable anymore from outside of the cluster. You can confirm that the app is still running with a curl inside the pod:
This proves that the app is not reachable anymore from outside of the cluster. You can confirm that the app is still running with a curl inside the pod:

```shell
kubectl exec -ti $POD_NAME -- curl localhost:8080
Expand Down

0 comments on commit 648448c

Please sign in to comment.