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 @@ -122,20 +122,23 @@ spec:
122
122
scheme : HTTPS
123
123
port : 10357
124
124
path : healthz
125
+ host : localhost
125
126
initialDelaySeconds : 0
126
127
timeoutSeconds : 3
127
128
livenessProbe :
128
129
httpGet :
129
130
scheme : HTTPS
130
131
port : 10357
131
132
path : healthz
133
+ host : localhost
132
134
initialDelaySeconds : 45
133
135
timeoutSeconds : 10
134
136
readinessProbe :
135
137
httpGet :
136
138
scheme : HTTPS
137
139
port : 10357
138
140
path : healthz
141
+ host : localhost
139
142
initialDelaySeconds : 10
140
143
timeoutSeconds : 10
141
144
securityContext :
Original file line number Diff line number Diff line change @@ -123,20 +123,23 @@ spec:
123
123
scheme : HTTPS
124
124
port : 10357
125
125
path : healthz
126
+ host : localhost
126
127
initialDelaySeconds : 0
127
128
timeoutSeconds : 3
128
129
livenessProbe :
129
130
httpGet :
130
131
scheme : HTTPS
131
132
port : 10357
132
133
path : healthz
134
+ host : localhost
133
135
initialDelaySeconds : 45
134
136
timeoutSeconds : 10
135
137
readinessProbe :
136
138
httpGet :
137
139
scheme : HTTPS
138
140
port : 10357
139
141
path : healthz
142
+ host : localhost
140
143
initialDelaySeconds : 10
141
144
timeoutSeconds : 10
142
145
volumes :
You can’t perform that action at this time.
0 commit comments