File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
bootkube/bootstrap-manifests Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : openshiftcontrolplane.config.openshift.io/v1
2
2
kind : OpenShiftControllerManagerConfig
3
3
servingInfo :
4
- bindAddress : 0 .0.0.0 :10357
4
+ bindAddress : 127 .0.0.1 :10357
5
5
bindNetwork : tcp
6
6
clientCA : /etc/kubernetes/static-pod-certs/configmaps/client-ca/ca-bundle.crt
7
7
certFile : /etc/kubernetes/static-pod-resources/secrets/serving-cert/tls.crt
Original file line number Diff line number Diff line change @@ -106,20 +106,23 @@ spec:
106
106
scheme : HTTPS
107
107
port : 10357
108
108
path : healthz
109
+ host : localhost
109
110
initialDelaySeconds : 0
110
111
timeoutSeconds : 3
111
112
livenessProbe :
112
113
httpGet :
113
114
scheme : HTTPS
114
115
port : 10357
115
116
path : healthz
117
+ host : localhost
116
118
initialDelaySeconds : 45
117
119
timeoutSeconds : 10
118
120
readinessProbe :
119
121
httpGet :
120
122
scheme : HTTPS
121
123
port : 10357
122
124
path : healthz
125
+ host : localhost
123
126
initialDelaySeconds : 10
124
127
timeoutSeconds : 10
125
128
- name : kube-controller-manager-cert-syncer
Original file line number Diff line number Diff line change @@ -107,20 +107,23 @@ spec:
107
107
scheme : HTTPS
108
108
port : 10357
109
109
path : healthz
110
+ host : localhost
110
111
initialDelaySeconds : 0
111
112
timeoutSeconds : 3
112
113
livenessProbe :
113
114
httpGet :
114
115
scheme : HTTPS
115
116
port : 10357
116
117
path : healthz
118
+ host : localhost
117
119
initialDelaySeconds : 45
118
120
timeoutSeconds : 10
119
121
readinessProbe :
120
122
httpGet :
121
123
scheme : HTTPS
122
124
port : 10357
123
125
path : healthz
126
+ host : localhost
124
127
initialDelaySeconds : 10
125
128
timeoutSeconds : 10
126
129
volumes :
You can’t perform that action at this time.
0 commit comments