Skip to content

Commit 366ac87

Browse files
gabrielwenfeast-ci-bot
authored andcommitted
Update gke version (feast-dev#222)
* Update gke version 1.12.7-gke.10 is not supported anymore. * Update gke version to match default update to 1.12.8-gke.10
1 parent 4885d8f commit 366ac87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Run the following command to create a new cluster in GKE (Google Kubernetes Engi
5050
> You can skip this step if you want to install Feast in an existing Kubernetes cluster
5151
```
5252
gcloud container --project "${GCP_PROJECT}" clusters create "${FEAST_CLUSTER_NAME}" \
53-
--zone "${GCP_ZONE}" --no-enable-basic-auth --cluster-version "1.12.7-gke.10" \
53+
--zone "${GCP_ZONE}" --no-enable-basic-auth --cluster-version "1.12.8-gke.10" \
5454
--machine-type "n1-standard-4" --image-type "COS" --disk-type "pd-standard" --disk-size "200" \
5555
--metadata disable-legacy-endpoints=true --scopes "https://www.googleapis.com/auth/devstorage.read_only","https://www.googleapis.com/auth/logging.write","https://www.googleapis.com/auth/monitoring","https://www.googleapis.com/auth/servicecontrol","https://www.googleapis.com/auth/service.management.readonly","https://www.googleapis.com/auth/trace.append" \
5656
--num-nodes "1" --enable-cloud-logging --enable-cloud-monitoring --no-enable-ip-alias \

0 commit comments

Comments
 (0)