-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Modify install-config.yaml to use controlPlane and compute instead of master and worker #2787
Modify install-config.yaml to use controlPlane and compute instead of master and worker #2787
Conversation
/hold Depends on openshift/installer#1157 |
… machines. In the cases where the replica count is not customizable, the controlPlane and compute have been removed to use the defaults for the machine pools. Update the apiVersion for install-config.yaml to v1beta3, which is the version that incorporates the controlPlane and compute fields. See openshift/installer#1157
220d014
to
e1d729c
Compare
/hold cancel openshift/installer#1157 has been merged. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crawford, sdodson, staebler 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 |
@staebler: Updated the following 8 configmaps:
In 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. |
When we pivoted to v1beta3 in ccdc32e (installconfig: separate control plane and compute machine pools, 2019-01-29, openshift#1157), we dropped support for the old 'machines' JSON property. Instead of silently ignoring that property in v1beta2 configs, error out to avoid surprising users later when they notice us not picking up their machines configuration. Or internal consumers pivoted to v1beta3 in openshift/release@e1d729c6 (Modify install-config.yaml to use controlPlane and compute instead of machines, 2019-02-05, openshift/release#2787) and openshift/hive@3eda6d12 (Bump to installer master branch, 2019-02-21, openshift/hive#228).
In the cases where the replica count is not customizable, the controlPlane and compute have been removed to use the defaults for the machine pools.
Bump install-config.yaml apiVersion from
v1beta2
tov1beta3
.See openshift/installer#1157