diff --git a/bindata/v3.11.0/kube-controller-manager/pod.yaml b/bindata/v3.11.0/kube-controller-manager/pod.yaml index 2e6809297..763126a51 100644 --- a/bindata/v3.11.0/kube-controller-manager/pod.yaml +++ b/bindata/v3.11.0/kube-controller-manager/pod.yaml @@ -12,7 +12,7 @@ spec: - name: wait-for-host-port image: ${IMAGE} imagePullPolicy: IfNotPresent - command: ['/usr/bin/timeout', '100', "/bin/bash", "-c"] # 60 sec for graceful termination, 35 for minimum-termination-duration + command: ['/usr/bin/timeout', '30', "/bin/bash", "-c"] args: - | echo -n "Waiting for port :10257 to be released." diff --git a/pkg/operator/v311_00_assets/bindata.go b/pkg/operator/v311_00_assets/bindata.go index 64c43253e..73561e216 100644 --- a/pkg/operator/v311_00_assets/bindata.go +++ b/pkg/operator/v311_00_assets/bindata.go @@ -307,7 +307,7 @@ spec: - name: wait-for-host-port image: ${IMAGE} imagePullPolicy: IfNotPresent - command: ['/usr/bin/timeout', '100', "/bin/bash", "-c"] # 60 sec for graceful termination, 35 for minimum-termination-duration + command: ['/usr/bin/timeout', '30', "/bin/bash", "-c"] args: - | echo -n "Waiting for port :10257 to be released."