Skip to content

Installer May Be Ignoring Mulitple Settings in install-config.yml #545

Description

@dgoodwin

My install config:

    machines:
    - name: master
      platform:
        aws:
          iamRoleName: ""
          rootVolume:
            iops: 100
            size: 22
            type: gp2
          type: m4.large
      replicas: 3
    - name: worker
      platform:
        aws:
          iamRoleName: ""
          rootVolume:
            iops: 100
            size: 22
            type: gp2
          type: m4.large
      replicas: 5

My masters were created as type t2.medium, and the root volume is 30 GB in size. Suspect multiple settings in here are not being applied.

Workers get the correct type, but their root volume section appears to have no effect either.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions