Skip to content

Commit

Permalink
Merge pull request #2899 from OpenNeuroOrg/document-gcloud-auth-steps
Browse files Browse the repository at this point in the history
docs: Add steps to setup Kubernetes auth for existing clusters
  • Loading branch information
nellh authored Sep 19, 2023
2 parents 5b4f5e4 + 4c16792 commit 9a0c979
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ Set the default project to use for gcloud commands.
gcloud config set project hs-openneuro
```

To authenticate and setup cluster access for an existing cluster.

```bash
# Authenticate with GCP account
gcloud auth login
# List clusters available
gcloud container clusters list
# Setup credentials for an existing cluster
gcloud container clusters get-credentials openneuro-staging
```

### Create a cluster

```bash
Expand Down

0 comments on commit 9a0c979

Please sign in to comment.