Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _docs/setup/kubernetes/mesh-expansion.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ export GCP_OPTS="--zone MY_ZONE --project MY_PROJECT"
export SERVICE_NAMESPACE=vm
```

If you are running on a GCE VM, please you can use
If you are running on a GCE VM, run

```bash
install/tools/setupMeshEx.sh gceMachineSetup VM_NAME
```

Otherwise, please use
Otherwise, run
```bash
install/tools/setupMeshEx.sh machineSetup VM_NAME
```
Expand Down