You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installing/installing-preparing.adoc
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ endif::openshift-origin[]
25
25
* Microsoft Azure on 64-bit x86 instances
26
26
* Microsoft Azure on 64-bit ARM instances
27
27
* Microsoft Azure Stack Hub
28
-
* Google Cloud Platform (GCP)
28
+
* Google Cloud Platform (GCP) on 64-bit x86 instances
29
+
* Google Cloud Platform (GCP) on 64-bit ARM instances
29
30
* {rh-openstack-first}
30
31
* IBM Cloud VPC
31
32
* {ibmzProductName} or {linuxoneProductName}
@@ -132,7 +133,7 @@ Not all installation options are supported for all platforms, as shown in the fo
132
133
//This table is for all flavors of OpenShift, except OKD. A separate table is required because OKD does not support multiple AWS architecture types. Trying to maintain one table using conditions, while convenient, is very fragile and prone to publishing errors.
133
134
ifndef::openshift-origin[]
134
135
|===
135
-
||Alibaba |AWS (x86_64) |AWS (arm64) |Azure (x86_64) |Azure (arm64)|Azure Stack Hub |GCP |Nutanix |{rh-openstack} |Bare metal (x86_64) |Bare metal (arm64) |vSphere |VMC |IBM Cloud VPC |{ibmzProductName} |{ibmpowerProductName} |{ibmpowerProductName} Virtual Server
//This table is for all flavors of OpenShift, except OKD. A separate table is required because OKD does not support multiple AWS architecture types. Trying to maintain one table using conditions, while convenient, is very fragile and prone to publishing errors.
|Determines the instruction set architecture of the machines in the pool. Currently, clusters with varied architectures are not supported. All pools must specify the same architecture. Valid values are `amd64` (the default).
|Determines the instruction set architecture of the machines in the pool. Currently, clusters with varied architectures are not supported. All pools must specify the same architecture. Valid values are `amd64` and `arm64`. See _Supported installation methods for different platforms_ in _Installing_ documentation for information about instance availability.
525
525
|String
526
-
endif::aws,bare,azure[]
526
+
endif::aws,bare,azure,gcp[]
527
527
528
528
ifdef::ibm-z[]
529
529
|`compute.architecture`
@@ -577,17 +577,17 @@ accounts for the dramatically decreased machine performance.
|Determines the instruction set architecture of the machines in the pool. Currently, clusters with varied architectures are not supported. All pools must specify the same architecture. Valid values are `amd64` (the default).
|Determines the instruction set architecture of the machines in the pool. Currently, clusters with varied architectures are not supported. All pools must specify the same architecture. Valid values are `amd64` and `arm64`. See _Supported installation methods for different platforms_ in _Installing_ documentation for information about instance availability.
589
589
|String
590
-
endif::aws,bare,azure[]
590
+
endif::aws,bare,azure,gcp[]
591
591
592
592
ifdef::ibm-z[]
593
593
|`controlPlane.architecture`
@@ -1282,6 +1282,10 @@ The `licenses` parameter is a deprecated field and nested virtualization is enab
1282
1282
|The availability zones where the installation program creates machines.
1283
1283
|A list of valid link:https://cloud.google.com/compute/docs/regions-zones#available[GCP availability zones], such as `us-central1-a`, in a
When running your cluster on GCP 64-bit ARM infrastructures, ensure that you use a zone where Ampere Altra Arm CPU's are available. You can find which zones are compatible with 64-bit ARM processors in the "GCP availability zones" link.
When running your cluster on GCP 64-bit ARM infrastructures, ensure that you use a zone where Ampere Altra Arm CPU's are available. You can find which zones are compatible with 64-bit ARM processors in the "GCP availability zones" link.
1389
+
====
1382
1390
1383
1391
|`controlPlane.platform.gcp.secureBoot`
1384
1392
|Whether to enable Shielded VM secure boot for control plane machines. Shielded VMs have additional security protocols such as secure boot, firmware and integrity monitoring, and rootkit protection. For more information on Shielded VMs, see Google's documentation on link:https://cloud.google.com/shielded-vm[Shielded VMs].
When running your cluster on GCP 64-bit ARM infrastructures, ensure that you use a zone where Ampere Altra Arm CPU's are available. You can find which zones are compatible with 64-bit ARM processors in the "GCP availability zones" link.
1446
+
====
1435
1447
1436
1448
|`compute.platform.gcp.secureBoot`
1437
1449
|Whether to enable Shielded VM secure boot for compute machines. Shielded VMs have additional security protocols such as secure boot, firmware and integrity monitoring, and rootkit protection. For more information on Shielded VMs, see Google's documentation on link:https://cloud.google.com/shielded-vm[Shielded VMs].
Copy file name to clipboardExpand all lines: modules/installation-gcp-enabling-shielded-vms.adoc
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,11 @@
14
14
= Enabling Shielded VMs
15
15
You can use Shielded VMs when installing your cluster. Shielded VMs have extra security features including secure boot, firmware and integrity monitoring, and rootkit detection. For more information, see Google's documentation on link:https://cloud.google.com/shielded-vm[Shielded VMs].
16
16
17
+
[NOTE]
18
+
====
19
+
Shielded VMs are currently not supported on clusters with 64-bit ARM infrastructures.
0 commit comments