-
Bug
-
Resolution: Done
-
Normal
-
4.19.z, 4.20.0
-
Quality / Stability / Reliability
-
False
-
-
None
-
Moderate
-
None
-
None
-
None
-
None
-
Done
-
Release Note Not Required
-
N/A
-
None
-
None
-
None
-
None
This is a clone of issue OCPBUGS-55499. The following is the description of the original issue:
—
Description of problem:
with "confidentialCompute: Enabled" settings, the error message complains about "AMDEncryptedVirtualization" rather than "Enabled"
Version-Release number of selected component (if applicable):
see the build https://prow.ci.openshift.org/view/gs/test-platform-results/logs/release-openshift-origin-installer-launch-aws-modern/1917089506457030656 having the PR https://github.com/openshift/installer/pull/9637
How reproducible:
Always
Steps to Reproduce:
1. "create install-config", and then insert the interested settings (see [1]) 2. "create manifests" (or "create cluster", see [2])
Actual results:
With "confidentialCompute: Enabled" settings for both compute and controlPlane, the shown error message complains about confidential computing type "AMDEncryptedVirtualization", rather than "Enabled". controlPlane.platform.gcp.type: Invalid value: "n2-standard-4": Machine type do not support AMDEncryptedVirtualization. Machine types supporting AMDEncryptedVirtualization: c2d, n2d, c3d, compute[0].platform.gcp.type: Invalid value: "n2-standard-4": Machine type do not support AMDEncryptedVirtualization. Machine types supporting AMDEncryptedVirtualization: c2d, n2d, c3d
Expected results:
The expected error message is like, controlPlane.platform.gcp.type: Invalid value: "n2-standard-4": Machine type do not support Enabled. Machine types supporting Enabled: c2d, n2d, c3d, compute[0].platform.gcp.type: Invalid value: "n2-standard-4": Machine type do not support Enabled. Machine types supporting Enabled: c2d, n2d, c3d
Additional info:
- clones
-
OCPBUGS-55499 [GCP] with "confidentialCompute: Enabled" settings, the error message complains about "AMDEncryptedVirtualization" rather than "Enabled"
-
- Verified
-
- is blocked by
-
OCPBUGS-55499 [GCP] with "confidentialCompute: Enabled" settings, the error message complains about "AMDEncryptedVirtualization" rather than "Enabled"
-
- Verified
-
- links to