OCPBUGS-4878: Switch back to gp2 ebs volume type for bootstrap instance#6692
Conversation
Not all AWS regions support gp3 and this hardcoded value breaks IPI installs to those regions.
|
Hi @montaguethomas. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
/ok-to-test |
|
/retest |
1 similar comment
|
/retest |
|
/approve @montaguethomas thanks for the fix! /override ci/prow/golint Known issue with this test timing out, and this PR does not touch go code. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: patrickdillon The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@patrickdillon: Overrode contexts on behalf of patrickdillon: ci/prow/golint DetailsIn response to this:
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. |
|
@montaguethomas: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/retitle OCPBUGS-4878: Switch back to gp2 ebs volume type for bootstrap instance |
|
@montaguethomas: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-4878 has been moved to the MODIFIED state. DetailsIn response to this:
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. |
|
/cherry-pick release-4.12 |
|
@r4f4: new pull request created: #6705 DetailsIn response to this:
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. |
PR #5239 switched the default EBS volume type from gp2 to gp3. But in doing so, this breaks support for AWS regions which do not have gp3 (e.g. us-iso-east-1, us-isob-east-1). While it's possible to set the EBS volume type in the install-config for control plane and compute nodes, the bootstrap instance is hardcoded in the terraform.
Since the bootstrap instance is a short lived instance, doesn't require large amounts of iops, and will be destroyed after cluster bootstrapping, switch it back to gp2.