mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 03:03:40 +00:00
Updates scratch.md to send httpGet livenessprobe to 127.0.0.1 for
controller-manager and scheduler as they both listen on 127.0.0.1 by default. This fixes #12740.
This commit is contained in:
@@ -710,6 +710,7 @@ Complete this template for the scheduler pod:
|
||||
],
|
||||
"livenessProbe": {
|
||||
"httpGet": {
|
||||
"host" : "127.0.0.1",
|
||||
"path": "/healthz",
|
||||
"port": 10251
|
||||
},
|
||||
@@ -766,6 +767,7 @@ Template for controller manager pod:
|
||||
],
|
||||
"livenessProbe": {
|
||||
"httpGet": {
|
||||
"host": "127.0.0.1",
|
||||
"path": "/healthz",
|
||||
"port": 10252
|
||||
},
|
||||
|
Reference in New Issue
Block a user