Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions installing/installing_gcp/installing-gcp-default.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ Google Cloud Platform (GCP) that uses the default configuration options.
* You xref:../../installing/installing_gcp/installing-gcp-account.adoc#installing-gcp-account[configured a GCP project] to host the cluster.
* If you use a firewall, you xref:../../installing/install_config/configuring-firewall.adoc#configuring-firewall[configured it to allow the sites] that your cluster requires access to.
* If the cloud identity and access management (IAM) APIs are not accessible in your environment, or if you do not want to store an administrator-level credential secret in the `kube-system` namespace, you can xref:../../installing/installing_gcp/manually-creating-iam-gcp.adoc#manually-creating-iam-gcp[manually create and maintain IAM credentials].
* You have determined that the GCP region to which you are installing supports the `N1` machine type. For more information, see the link:https://cloud.google.com/compute/docs/regions-zones#available[Google documentation]. By default, the installation program deploys control plane and compute nodes with the `N1` machine type.

[NOTE]
====
If the region to which you are installing does not support the `N1` machine type, you cannot complete the installation using these steps. You must specify a supported machine type in the `install-config.yaml` file before you install the cluster. For more information, see xref:../../installing/installing_gcp/installing-gcp-customizations.adoc#installing-gcp-customizations[Installing a cluster on GCP with customizations].
====
include::modules/cluster-entitlements.adoc[leveloffset=+1]

include::modules/ssh-agent-using.adoc[leveloffset=+1]
Expand Down