Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 9976fd4

Browse files
author
Mathieu Benoit
committed
more text add the top of sections
1 parent 267bd6e commit 9976fd4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

content/config-controller/create-config-controller.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: "Duration: 20 min | Persona: Org Admin"
55
---
66
_{{< param description >}}_
77

8+
In this section, you will create your Config Controller instance in a dedicated Google Cloud project. Then and throughout this workshop, this Config Controller instance will allow to deploy any infrastructure via Kubernetes manifests. You will also add the minimal Google Cloud roles to its associated service account.
9+
810
Define variables:
911
```Bash
1012
WORK_DIR=~/

content/config-controller/set-up-config-controller-git-repo.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ description: "Duration: 10 min | Persona: Org Admin"
55
---
66
_{{< param description >}}_
77

8+
In this section, you will set up the primary Git repository of the Config Controller instance in order to have in place a GitOps approach to deploy your infrastructure in Google Cloud. You will also configure a Cloud NAT to this Config Controller instance to give it access to the Internet (GitHub repositories) in Egress. Finally, you will enable the `cloudbilling` API in the Config Controller's Google Cloud project, which will allow the assignment of the Billing Account Id to any Google Cloud project Config Controller will create.
9+
10+
811
Define variables:
912
```Bash
1013
source ${WORK_DIR}acm-workshop-variables.sh

0 commit comments

Comments
 (0)