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

Commit d5125da

Browse files
committed
More refactoring of the readme
Signed-off-by: Christian Simon <[email protected]>
1 parent 7b76148 commit d5125da

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

demo/README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,21 @@ DIGITALOCEAN_TOKEN
6767

6868
## Infrastructure
6969

70-
First the GKE and EKS cluster will be created, along with secrets to be used for
71-
OIDC authentication for each cluster. The Amazon Terraform module has dependant
72-
resources on the Google module, so the Google module must be created first.
70+
First the clusters will be created, along with secrets to be used for OIDC
71+
authentication for each cluster. The Amazon and Digitalocean Terraform module
72+
has dependant resources on the Google module, so the Google module must be
73+
created first.
7374

7475
```
7576
CLOUD=google make terraform_apply
7677
CLOUD=amazon make terraform_apply
7778
CLOUD=digitalocean make terraform_apply
7879
```
7980

80-
This will create a Kubernetes cluster in EKS and GKE, a Service
81-
Account to manage Google Cloud DNS records for DNS challenges and OIDC secrets
82-
for all clusters. It should generate a JSON configuration file for all clusters
83-
in `./manifests/[google|amazon|digitalocean]-config.json` respectively.
81+
This will create cluster themselves and a Service Account to manage Google
82+
Cloud DNS records for DNS challenges and OIDC secrets for all clusters. It
83+
should generate a JSON configuration file for each cluster in
84+
`./manifests/[google|amazon|digitalocean]-config.json` respectively.
8485

8586
## Configuration
8687

@@ -224,6 +225,6 @@ $ kubectl get svc -n auth
224225
```
225226

226227
When components have their TLS secrets, you will then be able to login to the
227-
Gangway portal on EKS and download your Kubeconfig. Again, when trying this
228-
Kubeconfig, you will initially be greeted with an "unauthorized" error message
229-
until RBAC permissions have been granted to this user.
228+
Gangway portal on Amazon/DigitalOcean and download your Kubeconfig. Again, when
229+
trying this Kubeconfig, you will initially be greeted with an "unauthorized"
230+
error message until RBAC permissions have been granted to this user.

0 commit comments

Comments
 (0)