Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information