Skip to content

Commit

Permalink
Enable ASM in Fleet, in service-mesh-istio/README.md (#2243)
Browse files Browse the repository at this point in the history
* Enable ASM in Fleet, in service-mesh-istio/README.md

* Remove .
  • Loading branch information
NimJay authored Nov 5, 2023
1 parent 4dd5787 commit fdccc97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kustomize/components/service-mesh-istio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ The recommended way to [install ASM](https://cloud.google.com/service-mesh/docs/
# Enable ASM and Fleet APIs
gcloud services enable mesh.googleapis.com --project ${PROJECT_ID}

# Enable ASM on the project's Fleet
gcloud container fleet mesh enable --project ${PROJECT_ID}

# Register GKE cluster with Fleet
gcloud container fleet memberships register ${CLUSTER_NAME} \
--gke-cluster ${ZONE}/${CLUSTER_NAME} \
Expand Down

0 comments on commit fdccc97

Please sign in to comment.