Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit b72fa50

Browse files
authored
Merge pull request #2953 from NothingButTheHoff/patch-1
Corrected url to leader pod
2 parents 1fd5fb9 + 787a93a commit b72fa50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

election/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $ kubectl proxy
6161

6262
You can then access:
6363

64-
`http://localhost:8001/api/v1/proxy/namespaces/default/pods/<leader-pod-name>:4040/`
64+
`http://localhost:8001/api/v1/namespaces/default/pods/<leader-pod-name>:4040/proxy`
6565
And you will see:
6666

6767
`{"name":"(name-of-leader-here)"}`

0 commit comments

Comments
 (0)