-
Bug
-
Resolution: Done-Errata
-
Undefined
-
4.15
-
Quality / Stability / Reliability
-
False
-
-
None
-
Moderate
-
No
-
None
-
None
-
None
-
None
-
Release Note Not Required
-
N/A
-
None
-
None
-
None
-
None
Description of problem:
Configure vm type as Standard_NP10s in install-config, which only supports Generation V1.
--------------
compute:
- architecture: amd64
hyperthreading: Enabled
name: worker
platform:
azure:
type: Standard_NP10s
replicas: 3
controlPlane:
architecture: amd64
hyperthreading: Enabled
name: master
platform:
azure:
type: Standard_NP10s
replicas: 3
Continue installation, installer failed when provisioning bootstrap node.
--------------
ERROR
ERROR Error: creating Linux Virtual Machine: (Name "jima1211test-rqfhm-bootstrap" / Resource Group "jima1211test-rqfhm-rg"): compute.VirtualMachinesClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="BadRequest" Message="The selected VM size 'Standard_NP10s' cannot boot Hypervisor Generation '2'. If this was a Create operation please check that the Hypervisor Generation of the Image matches the Hypervisor Generation of the selected VM Size. If this was an Update operation please select a Hypervisor Generation '2' VM Size. For more information, see https://aka.ms/azuregen2vm"
ERROR
ERROR with azurerm_linux_virtual_machine.bootstrap,
ERROR on main.tf line 193, in resource "azurerm_linux_virtual_machine" "bootstrap":
ERROR 193: resource "azurerm_linux_virtual_machine" "bootstrap" {
ERROR
ERROR failed to fetch Cluster: failed to generate asset "Cluster": failed to create cluster: failure applying terraform for "bootstrap" stage: error applying Terraform configs: failed to apply Terraform: exit status 1
ERROR
ERROR Error: creating Linux Virtual Machine: (Name "jima1211test-rqfhm-bootstrap" / Resource Group "jima1211test-rqfhm-rg"): compute.VirtualMachinesClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="BadRequest" Message="The selected VM size 'Standard_NP10s' cannot boot Hypervisor Generation '2'. If this was a Create operation please check that the Hypervisor Generation of the Image matches the Hypervisor Generation of the selected VM Size. If this was an Update operation please select a Hypervisor Generation '2' VM Size. For more information, see https://aka.ms/azuregen2vm"
ERROR
ERROR with azurerm_linux_virtual_machine.bootstrap,
ERROR on main.tf line 193, in resource "azurerm_linux_virtual_machine" "bootstrap":
ERROR 193: resource "azurerm_linux_virtual_machine" "bootstrap" {
ERROR
ERROR
seems that issue is introduced by https://github.com/openshift/installer/pull/7642/
Version-Release number of selected component (if applicable):
4.15.0-0.nightly-2023-12-09-012410
How reproducible:
Always
Steps to Reproduce:
1. configure vm type to Standard_NP10s on control-plane in install-config.yaml
2. install cluster
3.
Actual results:
installer failed when provisioning bootstrap node
Expected results:
installation get successful
Additional info:
- blocks
-
OCPBUGS-25192 [azure] bootstrap failed to be provisioned when vm type is set to Standard_NP10s
-
- Closed
-
- is cloned by
-
OCPBUGS-25192 [azure] bootstrap failed to be provisioned when vm type is set to Standard_NP10s
-
- Closed
-
- links to
-
RHEA-2024:0041
OpenShift Container Platform 4.16.z bug fix update