controller-manager/scheduler: switch to secure ports#1576
controller-manager/scheduler: switch to secure ports#1576openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
Recently, the control plane switched to secure ports in [1] and [2]. This aligns them in the installer. [1] openshift/cluster-kube-scheduler-operator#88 [2] openshift/cluster-kube-controller-manager-operator#207
b166760 to
36bb700
Compare
|
/test e2e-aws |
|
/lgtm |
|
/lgtm |
|
Can we just cut over? I'd have expected keeping both ports open during the transition. I guess we'll see how e2e-aws goes... |
|
The insecure port has already been disabled on the components, so I'd be surprised if e2e-aws only turned red now. We (as in monitoring) would have appreciated a transition though instead of a hard break, as this is currently blocking all our PRs as our CI is failing because of these not being available. Now we've almost completed all of the transition though so more for next time 🙂 . |
/retest |
Sounds like you need to add a stronger monitoring check to the e2e-aws suite, so future changes are gated on not breaking you? |
We had these, but they were disabled for migration purposes 🙃 (without us being informed). |
|
The OpenShift API never became available in the test failure, seems unrelated. /retest |
|
That seems like another failure in bringing up the cluster, I'm seeing: And Among other components. I'm not entirely convinced this is due to this change though as apiserver and openshift-apiserver are failing as well. Could installer folks have a deeper look? For now restarting, we might just have been unlucky. /retest |
|
Looked into the failure, this time "only" compute nodes and apiserver seem to have failed, but I can't find further logs to find out more. /retest |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
Seems like a flake as this PRs isn't the one switching this behavior. /retest |
|
/retest |
1 similar comment
|
/retest |
|
At last verified locally this branch successfully and confirmed the control plane is reachable on The flakes are addressed in openshift/origin#22543. |
|
/retest flake PR merge, let's see how this goes |
|
/test e2e-aws |
1 similar comment
|
/test e2e-aws |
|
/retest |
|
/test e2e-aws |
|
@abhinavdahiya this is a chicken/egg problem, as prometheus still tries to scrape insecure ports, this is resolved in openshift/cluster-monitoring-operator#316, but the latter cannot land without this. We temporarily disabled this very e2e test and will reenable once this and the referenced PR land. |
|
side note: openshift/origin#22574 got merged just 6 hours ago due to flakes, so let's observe the current builds. |
|
e2e-aws is still failing: |
|
/test e2e-metal |
|
hmm .. it's still e2e'ing the scheduler metrics 🤔 @paulfantom do you mind to have a look why this is the case? |
|
/retest |
1 similar comment
|
/retest |
|
@abhinavdahiya PTAL, aws is green again, I have not enough context about the baremetal failure but it seems unrelated. |
|
/retest |
|
/test e2e-aws |
|
/retest |
|
fwiw openshift/cluster-monitoring-operator#316 just got merged, so once this lands, we can reenable the metrics e2e tests for the control plane. |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
/lgtm
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, brancz, s-urbaniak 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 |
|
/retest |
1 similar comment
|
/retest |
|
/test e2e-openstack |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@s-urbaniak: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. I understand the commands that are listed here. |
Recently, the control plane switched to secure ports in [1] and [2].
This aligns them in the installer.
[1]
openshift/cluster-kube-scheduler-operator#88
[2]
openshift/cluster-kube-controller-manager-operator#207
/cc @brancz @sttts