Skip to content

Commit ea7569f

Browse files
committed
CONTRIBUTING: add gcloud auth and ghcr credential fetching steps
1 parent 7166aa7 commit ea7569f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,19 @@ If you are struggling with your git history during the review process, please as
106106

107107
Additionally, you may want to add the [VSCode extension](https://github.com/direnv/direnv-vscode).
108108

109-
4. Execute and follow instructions of
109+
4. Log into GCP.
110+
111+
```sh
112+
nix shell nixpkgs#google-cloud-sdk -c gcloud auth login
113+
```
114+
115+
5. Execute and follow instructions of
110116

111117
```sh
112118
just onboard
113119
```
114120

115-
5. Provision a CoCo enabled AKS cluster with
121+
6. Provision a CoCo enabled AKS cluster with
116122

117123
```sh
118124
just create

0 commit comments

Comments
 (0)