Skip to content
Merged
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
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
Expand Up @@ -33,9 +33,11 @@ extendedArguments:
experimental-cluster-signing-duration:
- "720h"
secure-port:
- "0"
- "10257"
port:
- "10252"
- "0"
cert-dir:
- "/var/run/kubernetes"
root-ca-file:
- "/etc/kubernetes/static-pod-resources/configmaps/serviceaccount-ca/ca-bundle.crt"
service-account-private-key-file:
Expand Down
12 changes: 6 additions & 6 deletions bindata/v3.11.0/kube-controller-manager/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ spec:
command: ['/usr/bin/timeout', '30', "/bin/bash", "-c"]
args:
- |
echo -n "Waiting for port :10252 to be released."
while [ -n "$(lsof -ni :10252)" ]; do
echo -n "Waiting for port :10257 to be released."
while [ -n "$(lsof -ni :10257)" ]; do
echo -n "."
sleep 1
done
Expand All @@ -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
18 changes: 10 additions & 8 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.