Skip to content

Commit

Permalink
Update README.md (#54)
Browse files Browse the repository at this point in the history
Adds the gke-cloud-auth-plugin install step command required after mid 2022.
  • Loading branch information
zenlex authored Jan 25, 2023
1 parent 7b5db0f commit 0cf90e0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,19 @@ KubeDB requires an existing Kubeconfig. See below for details.
brew install google-cloud-sdk
gcloud init
```
2. Install the `gke-cloud-auth-plugin` per the GCP install doc or run:

2. Then to generate a Kubeconfig, run:
```shell
gcloud components install gke-gcloud-auth-plugin
```

3. Then to generate a Kubeconfig, run:

```shell
gcloud container clusters get-credentials --project=PROJECT CLUSTER_NAME
```

3. If you don’t encounter any errors then you should be connected and ready to work with databases!
4. If you don’t encounter any errors then you should be connected and ready to work with databases!
To verify, type in the following command and press the tab key twice:

```shell
Expand Down

0 comments on commit 0cf90e0

Please sign in to comment.