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
|The GCP service account used for the encryption request for control plane and compute machines. If absent, the Compute Engine default service account is used. For more information about GCP service accounts, see Google's documentation on link:https://cloud.google.com/compute/docs/access/service-accounts#compute_engine_service_account[service accounts].
1247
1247
|The GCP service account email, for example `<service_account_name>@<project_id>.iam.gserviceaccount.com`.
1248
1248
1249
+
|`platform.gcp.defaultMachinePlatform.secureBoot`
1250
+
|Whether to enable Shielded VM secure boot for all machines in the cluster. 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].
1251
+
|`Enabled` or `Disabled`. The default value is `Disabled`.
|Whether to use Confidential VMs for all machines in the cluster. Confidential VMs provide encryption for data during processing. For more information on Confidential computing, see Google's documentation on link:https://cloud.google.com/confidential-computing[Confidential computing].
1255
+
|`Enabled` or `Disabled`. The default value is `Disabled`.
|Specifies the behavior of all VMs during a host maintenance event, such as a software or hardware update. For Confidential VMs, this parameter must be set to `Terminate`. Confidential VMs do not support live VM migration.
1259
+
|`Terminate` or `Migrate`. The default value is `Migrate`.
|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].
1304
+
|`Enabled` or `Disabled`. The default value is `Disabled`.
1305
+
1306
+
|`controlPlane.platform.gcp.confidentialCompute`
1307
+
|Whether to enable Confidential VMs for control plane machines. Confidential VMs provide encryption for data while it is being processed. For more information on Confidential VMs, see Google's documentation on link:https://cloud.google.com/confidential-computing[Confidential Computing].
1308
+
|`Enabled` or `Disabled`. The default value is `Disabled`.
1309
+
1310
+
|`controlPlane.platform.gcp.onHostMaintenance`
1311
+
|Specifies the behavior of control plane VMs during a host maintenance event, such as a software or hardware update. For Confidential VMs, this parameter must be set to `Terminate`. Confidential VMs do not support live VM migration.
1312
+
|`Terminate` or `Migrate`. The default value is `Migrate`.
|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].
1357
+
|`Enabled` or `Disabled`. The default value is `Disabled`.
1358
+
1359
+
|`compute.platform.gcp.confidentialCompute`
1360
+
|Whether to enable Confidential VMs for compute machines. Confidential VMs provide encryption for data while it is being processed. For more information on Confidential VMs, see Google's documentation on link:https://cloud.google.com/confidential-computing[Confidential Computing].
1361
+
|`Enabled` or `Disabled`. The default value is `Disabled`.
1362
+
1363
+
|`compute.platform.gcp.onHostMaintenance`
1364
+
|Specifies the behavior of compute VMs during a host maintenance event, such as a software or hardware update. For Confidential VMs, this parameter must be set to `Terminate`. Confidential VMs do not support live VM migration.
1365
+
|`Terminate` or `Migrate`. The default value is `Migrate`.
0 commit comments