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

data/aws: Switch to m4.large #765

Merged
merged 1 commit into from
Nov 30, 2018
Merged

Commits on Nov 30, 2018

  1. data/aws: Switch to m4.large

    We were hitting:
    
      $ oc --namespace=openshift-cluster-api logs clusterapi-manager-controllers-559fc8d878-d5p65  --container=machine-controller
      ...
      E1130 05:38:29.574505       1 actuator.go:96] error creating machine: error launching instance: error creating EC2 instance: InstanceLimitExceeded: You have requested more instances (21) than your current instance limit of 20 allows for the specified instance type. Please visit http://aws.amazon.com/contact-us/ec2-request to request an adjustment to this limit.
              status code: 400, request id: 01da30c5-c310-48c0-9550-79cc78cccd7e
      ...
    
    with t3.medium, where our current CI account limit is 20 in us-east-1.
    Switching gives us similar performance with a higher cap while we get
    the limits bumped.
    wking committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    a230376 View commit details
    Browse the repository at this point in the history