Skip to content

Commit 18539bf

Browse files
author
Ralf Grubenmann
committed
Fix install command param
1 parent 00777d5 commit 18539bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2018-09-10-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ With those values set, MLBench can be installed with the `google_cloud_setup.sh`
5656
First, create a GKE cluster:
5757

5858
```shell
59-
$ ./google_cloud_setup.sh create-cluster NUM_NODES=4
59+
$ NUM_NODES=4 ./google_cloud_setup.sh create-cluster
6060
```
6161

6262
and then install the helm chart:

0 commit comments

Comments
 (0)