openshift: update wait for kube-apiserver to correct namespace#1658
openshift: update wait for kube-apiserver to correct namespace#1658deads2k wants to merge 1 commit intoopenshift:masterfrom
Conversation
openshift.sh runs after bootkube and attemps to wait for the kube-apiserver to look healthy. The wait is a little unusual in and of itself (you contacted the server, why wait), but it should wait on the openshift-kube-apiserver namespace since that's the one that runs the kube-apiserver.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: deads2k If they are not already assigned, you can assign the PR to them by writing 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 |
|
/assign @wking |
|
Went with #1659 instead. /close |
|
@wking: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
openshift.sh runs after bootkube and attemps to wait for the kube-apiserver to look healthy.
The wait is a little unusual in and of itself (you contacted the server, why wait), but
it should wait on the openshift-kube-apiserver namespace since that's the one that runs
the kube-apiserver.
You can see an example of the failing log here: https://storage.googleapis.com/origin-ci-test/pr-logs/pull/openshift_machine-config-operator/648/pull-ci-openshift-machine-config-operator-master-e2e-aws-op/1668/artifacts/e2e-aws-op/bootstrap/openshift.service .
The grep I added should shrink the list: