-
Notifications
You must be signed in to change notification settings - Fork 1.4k
OCPBUGS-5182: validate additional confidential VM types #6733
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
OCPBUGS-5182: validate additional confidential VM types #6733
Conversation
Deploying IPI cluster on azure cloud in the 'westeurope' region with VM size as EC96iads_v5 or EC96ias_v5, installation fails with below error: 12-15 11:47:03.429 level=error msg=Error: creating Linux Virtual Machine: (Name "$infraID-bootstrap" / Resource Group "$infraID-rg"): compute.VirtualMachinesClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="BadRequest" Message="The VM size 'Standard_EC96iads_v5' is not supported for creation of VMs and Virtual Machine Scale Set with '<NULL>' security type." From azure portal, we can see that the type of both VM sizes EC96iads_v5 and EC96ias_v5 is confidential compute.
@r4f4: This pull request references Jira Issue OCPBUGS-5182, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In 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. |
/jira refresh |
@r4f4: This pull request references Jira Issue OCPBUGS-5182, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: In 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. |
/retest-required |
/lgtm |
pre-merged verification is passed, see details in bug comments. |
/test e2e-azure-ovn |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jhixson74 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:
Approvers can indicate their approval by writing |
@r4f4: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
/skip |
@r4f4: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-5182 has been moved to the MODIFIED state. In 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: #6785 In 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. |
Deploying IPI cluster on azure cloud in the 'westeurope' region with VM size as EC96iads_v5 or EC96ias_v5, installation fails with below error:
12-15 11:47:03.429 level=error msg=Error: creating Linux Virtual Machine: (Name "$infraID-bootstrap" / Resource Group "$infraID-rg"): compute.VirtualMachinesClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="BadRequest" Message="The VM size 'Standard_EC96iads_v5' is not supported for creation of VMs and Virtual Machine Scale Set with '' security type."
From azure portal, we can see that the type of both VM sizes EC96iads_v5 and EC96ias_v5 is confidential compute.