Skip to content

Commit

Permalink
add ending backtick for formating
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframe05 authored and knrt10 committed Oct 23, 2019
1 parent 838d7c8 commit 422fe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ Note that you can only retrieve container logs of pods that are still in existen

When you want to talk to a specific pod without going through a service (for debugging or other reasons), Kubernetes allows you to configure port forwarding to the pod. This is done through the **kubectl port-forward** command. The following command will forward your machine’s local port **8888** to port **8080** of your **kubia-manual** pod:

`kubectl port-forward kubia-manual 8888:8080
`kubectl port-forward kubia-manual 8888:8080`

In a different terminal, you can now use curl to send an HTTP request to your pod through the kubectl port-forward proxy running on localhost:8888:

Expand Down

0 comments on commit 422fe50

Please sign in to comment.