tiny backslash arrangement

OCD in action
This commit is contained in:
Ivan Kovnatsky 2019-03-21 08:04:53 +02:00 committed by GitHub
parent 89965275e5
commit db5d00a42d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ kops create cluster $NAME \
--node-count=3 \
--node-size="$WORKER_SIZE" \
--master-size="$MASTER_SIZE" \
--network-cidr=${NETWORKCIDR} \
--network-cidr=${NETWORKCIDR} \
--dns-zone=ZVO7KL181S5AP \
--ssh-public-key=$HOME/.ssh/lab_no_password.pub
```