Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ spec:
readOnly: true
livenessProbe:
httpGet:
scheme: HTTP
port: 10252
scheme: HTTPS
port: 10257
path: healthz
initialDelaySeconds: 45
timeoutSeconds: 10
Expand Down
4 changes: 4 additions & 0 deletions bindata/bootkube/config/bootstrap-config-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ extendedArguments:
- "/etc/kubernetes/secrets/kubelet-signer.crt"
cluster-signing-key-file:
- "/etc/kubernetes/secrets/kubelet-signer.key"
secure-port:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we bother to override this to the same value?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just reverted.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From what I understood @deads2k we don't need that bit at all.

- "10257"
port:
- "0"
{{if .ClusterCIDR }}
cluster-cidr: {{range .ClusterCIDR}}
- {{.}}{{end}}
Expand Down
6 changes: 4 additions & 2 deletions bindata/v3.11.0/kube-controller-manager/defaultconfig.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: kubecontrolplane.config.openshift.io/v1
kind: KubeControllerManagerConfig
extendedArguments:
cert-dir:
- "/var/run/kubernetes"
enable-dynamic-provisioning:
- "true"
allocate-node-cidrs:
Expand Down Expand Up @@ -33,9 +35,9 @@ extendedArguments:
experimental-cluster-signing-duration:
- "720h"
secure-port:
- "0"
- "10257"
port:
- "10252"
- "0"
root-ca-file:
- "/etc/kubernetes/static-pod-resources/configmaps/serviceaccount-ca/ca-bundle.crt"
service-account-private-key-file:
Expand Down
8 changes: 4 additions & 4 deletions bindata/v3.11.0/kube-controller-manager/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ spec:
name: resource-dir
livenessProbe:
httpGet:
scheme: HTTP
port: 10252
scheme: HTTPS
port: 10257
path: healthz
initialDelaySeconds: 45
timeoutSeconds: 10
readinessProbe:
httpGet:
scheme: HTTP
port: 10252
scheme: HTTPS
port: 10257
path: healthz
initialDelaySeconds: 10
timeoutSeconds: 10
Expand Down
14 changes: 8 additions & 6 deletions pkg/operator/v311_00_assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.