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

Conversation

wking
Copy link
Member

@wking wking commented Nov 30, 2018

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.

/assign @smarterclayton

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.
@openshift-ci-robot openshift-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Nov 30, 2018
@smarterclayton
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 30, 2018
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: smarterclayton, wking

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:
  • OWNERS [smarterclayton,wking]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot
Copy link
Contributor

@wking: The following tests failed, say /retest to rerun them all:

Test name Commit Details Rerun command
ci/prow/e2e-libvirt a230376 link /test e2e-libvirt
ci/prow/e2e-aws a230376 link /test e2e-aws

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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. I understand the commands that are listed here.

@wking wking deleted the m4.large branch November 30, 2018 07:56
wking added a commit to wking/openshift-installer that referenced this pull request Dec 10, 2018
This reverts commit a230376
(data/aws: Switch to m4.large, 2018-11-29, openshift#765), now that we've
bumped our t3.medium limits in the CI and dev accounts to cover our
expected loads.  Moving from m4.large to t3.medium also reduces memory
from 8 GiB [1] to 4 GiB [2], but after a recent run of end-to-end
tests, the master consumption was:

  $ free -m
                total        used        free      shared  buff/cache   available
  Mem:           7980        2263         794           8        4922        5259
  Swap:             0           0           0

so 4 GiB should be sufficient.  And it also matches our libvirt setup
since e59513f (libvirt: Add Terraform variables for memory/CPU, bump
master to 4GiB, 2018-12-04, openshift#785).

[1]: https://aws.amazon.com/ec2/instance-types/#General_Purpose
[2]: https://aws.amazon.com/ec2/instance-types/t3/#Product_Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants