Skip to content

Commit

Permalink
Updates scratch.md to send httpGet livenessprobe to 127.0.0.1 for
Browse files Browse the repository at this point in the history
controller-manager and scheduler as they both listen on 127.0.0.1 by
default. This fixes kubernetes#12740.
  • Loading branch information
Avesh Agarwal committed Aug 29, 2015
1 parent 45ca956 commit a64d8d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting-started-guides/scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ Complete this template for the scheduler pod:
],
"livenessProbe": {
"httpGet": {
"host" : "127.0.0.1",
"path": "/healthz",
"port": 10251
},
Expand Down Expand Up @@ -766,6 +767,7 @@ Template for controller manager pod:
],
"livenessProbe": {
"httpGet": {
"host": "127.0.0.1",
"path": "/healthz",
"port": 10252
},
Expand Down

0 comments on commit a64d8d4

Please sign in to comment.