Skip to content
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

Additional Compute Machine Pools Rejected By Installer #1367

Closed
dgoodwin opened this issue Mar 5, 2019 · 4 comments
Closed

Additional Compute Machine Pools Rejected By Installer #1367

dgoodwin opened this issue Mar 5, 2019 · 4 comments

Comments

@dgoodwin
Copy link
Contributor

dgoodwin commented Mar 5, 2019

Version

$ openshift-install version
./bin/openshift-install v0.13.1

Platform (aws|libvirt|openstack):

aws

What happened?

In #1231 support was added for additional compute machine sets, but validation is still blocking this.

FATAL failed to fetch Terraform Variables: failed to load asset "Install Config": invalid "install-config.yaml" file: compute[1].name: Unsupported value: "infra": supported values: "worker"

How to reproduce it (as minimally and precisely as possible)?

Install Config containing:

compute:                                                                                                                                                                                          
- name: worker                                                                                                                                                                                    
  platform:
    aws:                                                                                                                                                                                          
      rootVolume:
        iops: 100
        size: 22
        type: gp2
      type: m4.large
  replicas: 3
- name: infra
  platform:
    aws:
      rootVolume:
        iops: 100
        size: 22
        type: gp2
      type: m4.large
  replicas: 2
@dgoodwin
Copy link
Contributor Author

dgoodwin commented Mar 5, 2019

Not a 4.0 blocker for us, we already work around by filtering out non-worker pools when generating install config, and not doing so would be broken due to the restrictions around machine set node labels in 4.0.

@abhinavdahiya
Copy link
Contributor

This is now fixed. Installer allows multiple machinepools

/close

@openshift-ci-robot
Copy link
Contributor

@abhinavdahiya: Closing this issue.

In response to this:

This is now fixed. Installer allows multiple machinepools

/close

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.

@woland7
Copy link

woland7 commented Nov 22, 2021

I still encounter the same problem as his.

This is my version of the installer:

./openshift-install 4.8.0-0.okd-2021-11-14-052418 built from commit acbb3f8204ed84fc25817a8a8957f97d13868d68 release image quay.io/openshift/okd@sha256:9d977baaf76c5adf95ab5e4f1c0cfc94d5206ca2e437c423bdd633db124a1fe3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants