mirror of
https://github.com/portainer/portainer-docs.git
synced 2026-03-27 12:58:32 +07:00
42 lines
2.7 KiB
Markdown
42 lines
2.7 KiB
Markdown
---
|
|
metaLinks:
|
|
alternates:
|
|
- >-
|
|
https://app.gitbook.com/s/j6QEqM3Sd94bdPsX4HaN/admin/environments/add/kaas/gke
|
|
---
|
|
|
|
# Google Cloud
|
|
|
|
Select the **Google Cloud** option from the list of providers. If you haven't already configured credentials for Google Cloud you'll be asked to provide them now. Enter a **name** for your credentials then click **Upload file** and select your JSON private key. Once this is done, click **Save**.
|
|
|
|
{% hint style="info" %}
|
|
You can find more details on [setting up access to your Google Cloud account ](../../../settings/credentials/gke.md)in the [shared credentials documentation](../../../settings/credentials/).
|
|
{% endhint %}
|
|
|
|
<figure><img src="../../../../.gitbook/assets/2.21.2-kaas-create-googlecloud-creds.png" alt=""><figcaption></figcaption></figure>
|
|
|
|
Once you have added your credentials (or if you already had them set up) select your cluster options from the fields below.
|
|
|
|
| Field/Option | Overview |
|
|
| -------------------- | ------------------------------------------------------------------- |
|
|
| Name | Enter a name for your cluster. |
|
|
| Credentials | Select the set of credentials to use for the provision. |
|
|
| Region | Select the region to deploy your cluster in. |
|
|
| Node size | Select the size of the individual nodes in your cluster. |
|
|
| Node disk space (GB) | Enter the amount of disk space to provision on each node. |
|
|
| Node count | Enter the number of nodes to provision in your cluster. |
|
|
| Subnet | Select the subnet to attach to the cluster. |
|
|
| Kubernetes version | Select the version of Kubernetes you want to deploy on your cluster |
|
|
|
|
{% hint style="info" %}
|
|
You can manually refresh the options available from Google Cloud by clicking **Reload cluster details** under the **Actions** section.
|
|
{% endhint %}
|
|
|
|
<figure><img src="../../../../.gitbook/assets/2.21.2-kaas-create-googlecloud-cluster.png" alt=""><figcaption></figcaption></figure>
|
|
|
|
You can also expand the **More settings** section and set groups and tags for your environment now or you can do this later.
|
|
|
|
<figure><img src="../../../../.gitbook/assets/2.15-kaas-provision-moresettings.png" alt=""><figcaption></figcaption></figure>
|
|
|
|
Once you have made your selections, click **Provision environment** to begin the provision. If you have other environments to configure click **Continue** to proceed, otherwise click **Close** to return to the list of environments where you will see the progress of your provision.
|