Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 64aa591

Browse files
authored
Merge pull request #269 from jmn/patch-1
fixes typo: illegal space
2 parents 1e7d4b2 + bdc84df commit 64aa591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/quickstart/quickstart-gce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Tag the first node as an apiserver node, and allow traffic to 443 on that node.
2222

2323
```
2424
$ gcloud compute instances add-tags ${CLUSTER_PREFIX}-core1 --tags ${CLUSTER_PREFIX}-apiserver
25-
$ gcloud compute firewall-rules create ${CLUSTER_PREFIX}-443 --target-tags= ${CLUSTER_PREFIX}-apiserver --allow tcp:443
25+
$ gcloud compute firewall-rules create ${CLUSTER_PREFIX}-443 --target-tags=${CLUSTER_PREFIX}-apiserver --allow tcp:443
2626
```
2727

2828
### Bootstrap Master

0 commit comments

Comments
 (0)