-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MCS: remove legacy servers & ports #423
MCS: remove legacy servers & ports #423
Conversation
/lgtm |
This looks good to me. One minor thing, would you mind adding the "topic prefix" like One other thing I'd note is that while it should be safe from a CI perspective to do this right now, we will break anyone who e.g. is using an older installer and trying to do a new update payload. So when we make changes like this it might be nice to wait...I dunno, a week? But eh, I'm fine doing it now. |
/lgtm cancel due to Colin's comment above actually just to hash that out |
(On the other hand, merging this will definitely fix known issues) |
👍
I saw let's rip off the band aid now 😸 |
Fine by me too! |
@cgwalters I just wanted to put the pr in now so that we wouldn't forget. I'm fine waiting too. I'll update my commit message and repush and let yall decide when it goes in. 😄 |
legacySecureServer and legacyInsecureServer were added to accomodate the installer port references when we transitioned the MCS ports from 49500/49501 to 22623/22624. The installer was updated via PR openshift#1180 to use 22623/22624, so we can now remove the legacy server/port references.
ad54b5e
to
2a299f1
Compare
/retest |
/test e2e-aws |
/retest |
Flakes /retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, kikisdeliveryservice The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
legacySecureServer and legacyInsecureServer were added to accommodate the
installer port references when we transitioned the MCS ports from 49500/49501
to 22623/22624. The installer was updated via PR #1180 to use 22623/22624, so
we can now remove the legacy server/port references.
Clean-up step for: #166
Related to: #368
Related-to: openshift/installer#1180