diff --git a/docs/source/gke.md b/docs/source/gke.md index 3ea9e1c9de..b8b1e25f8e 100644 --- a/docs/source/gke.md +++ b/docs/source/gke.md @@ -154,6 +154,11 @@ In order for the example to work you need to modify the cluster definition in th sed -i "s//${GCP_REGION}/g;s//${GCP_ZONE}/g" examples/gke/cluster.yaml ``` +#### Mac users +``` +sed -i '' "s//${GCP_REGION}/g;s//${GCP_ZONE}/g" examples/gke/cluster.yaml +``` + This will inject your region and zone into the cluster definition so that it matches the kubernetes cluster you just created. ### Deploying ScyllaDB