Skip to content

Commit aa859ef

Browse files
aabughoshopenshift-cherrypick-robot
authored andcommitted
OCPBUGS-53290: Missing endpoint slices for open ports the operator uses
1 parent cec410b commit aa859ef

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

bindata/assets/config/default-cluster-policy-controller-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: openshiftcontrolplane.config.openshift.io/v1
22
kind: OpenShiftControllerManagerConfig
33
servingInfo:
4-
bindAddress: 0.0.0.0:10357
4+
bindAddress: 127.0.0.1:10357
55
bindNetwork: tcp
66
clientCA: /etc/kubernetes/static-pod-certs/configmaps/client-ca/ca-bundle.crt
77
certFile: /etc/kubernetes/static-pod-resources/secrets/serving-cert/tls.crt

bindata/assets/kube-controller-manager/pod.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,20 +106,23 @@ spec:
106106
scheme: HTTPS
107107
port: 10357
108108
path: healthz
109+
host: localhost
109110
initialDelaySeconds: 0
110111
timeoutSeconds: 3
111112
livenessProbe:
112113
httpGet:
113114
scheme: HTTPS
114115
port: 10357
115116
path: healthz
117+
host: localhost
116118
initialDelaySeconds: 45
117119
timeoutSeconds: 10
118120
readinessProbe:
119121
httpGet:
120122
scheme: HTTPS
121123
port: 10357
122124
path: healthz
125+
host: localhost
123126
initialDelaySeconds: 10
124127
timeoutSeconds: 10
125128
- name: kube-controller-manager-cert-syncer

bindata/bootkube/bootstrap-manifests/kube-controller-manager-pod.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,20 +107,23 @@ spec:
107107
scheme: HTTPS
108108
port: 10357
109109
path: healthz
110+
host: localhost
110111
initialDelaySeconds: 0
111112
timeoutSeconds: 3
112113
livenessProbe:
113114
httpGet:
114115
scheme: HTTPS
115116
port: 10357
116117
path: healthz
118+
host: localhost
117119
initialDelaySeconds: 45
118120
timeoutSeconds: 10
119121
readinessProbe:
120122
httpGet:
121123
scheme: HTTPS
122124
port: 10357
123125
path: healthz
126+
host: localhost
124127
initialDelaySeconds: 10
125128
timeoutSeconds: 10
126129
volumes:

0 commit comments

Comments
 (0)