-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Installer aws-upi template to set mastersScheduable false #6741
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
Installer aws-upi template to set mastersScheduable false #6741
Conversation
Prior to this change, the aws upi template set the compute replicas to zero but did not set masterScheduable to false. This caused the master nodes to be schedulable. This change sets masterScheduable to false to maintain the same configuration we are asking of our customers in our documentation.
|
/cc @wking |
|
/test pj-rehearse |
|
/lgtm |
|
/lgtm cancel |
No... because https://github.com/openshift/installer/blob/master/pkg/asset/manifests/scheduler.go#L73 |
|
/lgtm |
|
Not loading from disk is a bug. Can we fix this, e.g. like openshift/installer#1211? I'm fine landing this as a temporary hack if folks want. |
I see how that bug is related. However, here we are fixing the discrepancy between CI and the customer facing docs. Step 4 is not listed as optional: |
Fair. And again, I'm fine with this PR as a short-term hack. But I think "haha, we just clobbered the manifest you supplied before calling the installer" is a gotcha that I'd rather avoid. Can we at least get a ticket for accepting those early manifests instead of requreing folks to supply it at just the right time to get slurped in? |
|
/test pj-rehearse |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jstuever, patrickdillon, sdodson 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 |
|
@jstuever: Updated the following 3 configmaps:
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. |
|
https://bugzilla.redhat.com/show_bug.cgi?id=1794154 for followup on #6741 (comment) |
|
@jstuever: The following tests 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. |
Prior to this change, the aws upi template set the compute replicas to
zero but did not set masterScheduable to false. This caused the master
nodes to be schedulable.
This change sets masterScheduable to false to maintain the same
configuration we are asking of our customers in our documentation.