Skip to content

Commit

Permalink
Update rag README Autopilot instructions (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemvmin authored and ryanaoleary committed Apr 3, 2024
1 parent 10284be commit af6411b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions applications/rag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,12 @@ By default, this tutorial creates an Autopilot cluster on your behalf. We highly

If you prefer to manage your own cluster, set `create_cluster = false` in the [Installation section](#installation). Creating a long-running cluster may be better for development, allowing you to iterate on Terraform components without recreating the cluster every time.

Use gcloud to create a GKE Autopilot cluster. Note that RAG requires the latest Autopilot features, available on the `RAPID` release channel.
Use gcloud to create a GKE Autopilot cluster. Note that RAG requires the latest Autopilot features, available on the latest versions of 1.28 and 1.29.

```
CLUSTER_NAME=rag-cluster
CLUSTER_REGION=us-east4
gcloud container clusters create-auto ${CLUSTER_NAME:?} \
--location ${CLUSTER_REGION:?} \
--release-channel rapid
gcloud container clusters create-auto rag-cluster \
--location us-central1 \
--cluster-version 1.28
```

### Bring your own VPC (optional)
Expand Down

0 comments on commit af6411b

Please sign in to comment.