Skip to content

Commit

Permalink
+++
Browse files Browse the repository at this point in the history
  • Loading branch information
z9r5 committed May 8, 2024
1 parent 27e3b18 commit 435a68a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions candi/cloud-providers/gcp/docs/ENVIRONMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ title: "Cloud provider — GCP: Preparing environment"
description: "Configuring GCP for Deckhouse cloud provider operation."
---

You need to create a service account so that Deckhouse can manage resources in the Google Cloud. Below is a brief sequence of steps to create a service account. If you need detailed instructions, you can find them in the [provider's documentation](https://cloud.google.com/iam/docs/service-accounts).
You ned to create a service account so that Deckhouse can manage resources in the Google Cloud. Below is a brief sequence of steps to create a service account. If you need detailed instructions, you can find them in the [provider's documentation](https://cloud.google.com/iam/docs/service-accounts).

> **Note!** The created `service account key` cannot be restored, you can only delete and create a new one.
## Setup using Google Cloud Console

Follow this [link](https://console.cloud.google.com/iam-admin/serviceaccounts), select your project and create a new service account or select an existing one.

The account must be assigned several necessary roles:

```text
Compute Admin
Comput Admin
Service Account User
Network Management Admin
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "Описание схем размещения и взаимоде

## Standard

* Для кластера создается отдельная VPC с [Cloud NAT](https://cloud.google.com/nat/docs/overview).
* Для астера создается отдельная VPC с [Cloud NAT](https://cloud.google.com/nat/docs/overview).
* Узлы в кластере не имеют публичных IP-адресов.
* Публичные IP-адреса можно назначить на статические и master-узлы:
* При этом будет использоваться One-to-One NAT для отображения публичного IP-адреса в IP-адрес узла (следует помнить, что CloudNAT в этом случае использоваться не будет).
Expand Down

0 comments on commit 435a68a

Please sign in to comment.