diff --git a/bindata/v3.11.0/kube-controller-manager/pod.yaml b/bindata/v3.11.0/kube-controller-manager/pod.yaml index c5c5afe71..1c2f7250d 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', '30', "/bin/bash", "-c"] + command: ['/usr/bin/timeout', '105', "/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 906e4e15a..a10455e25 100644 --- a/pkg/operator/v311_00_assets/bindata.go +++ b/pkg/operator/v311_00_assets/bindata.go @@ -305,7 +305,7 @@ spec: - name: wait-for-host-port image: ${IMAGE} imagePullPolicy: IfNotPresent - command: ['/usr/bin/timeout', '30', "/bin/bash", "-c"] + command: ['/usr/bin/timeout', '105', "/bin/bash", "-c"] args: - | echo -n "Waiting for port :10257 to be released."