bootstrap: don't make openshift unit wait for kas#1659
bootstrap: don't make openshift unit wait for kas#1659openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
The openshift unit runs after the bootkube unit, so the control plane is up. We no longer have any need to wait.
|
Checking an unrelated job that failed to install (and so has collected bootstrap logs): $ curl -s https://storage.googleapis.com/origin-ci-test/logs/release-openshift-origin-installer-e2e-aws-upgrade/543/artifacts/e2e-aws-upgrade/bootstrap/bootkube.service | head -n1
Apr 22 18:31:14 ip-10-0-5-105 bootkube.sh[1507]: Pulling release image...
$ curl -s https://storage.googleapis.com/origin-ci-test/logs/release-openshift-origin-installer-e2e-aws-upgrade/543/artifacts/e2e-aws-upgrade/bootstrap/openshift.service | head -n1
Apr 22 18:31:13 ip-10-0-5-105 openshift.sh[1508]: Waiting for pods in namespace openshift-kube-apiserver...so this is clearly running before /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
infra, docker pull /retest |
|
docker build strategy /test all |
The openshift unit runs after the bootkube unit, so the control plane is up.
We no longer have any need to wait.
Alternative #1658
/assign @wking