Skip to content

Commit 96a45c7

Browse files
mkjellandk8s-ci-robot
authored andcommitted
Update README to add credentials for clusterctl create (#386)
1 parent f7cec80 commit 96a45c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

clusterctl/examples/google/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ ERROR: (gcloud.config.get-value) Section [core] has no property [project].
2222
## Manual Modification
2323
You may always manually curate files based on the examples provided.
2424

25+
## Setup Environment
26+
In order to run `clusterctl create`, setup the GOOGLE_APPLICATION_CREDENTIALS environment
27+
variable:
28+
29+
```
30+
export GOOGLE_APPLICATION_CREDENTIALS="$(pwd)/out/machine-controller-serviceaccount.json"
31+
```

0 commit comments

Comments
 (0)