minor edit - removed ` in one of the cmds

This commit is contained in:
Piyush Madan 2016-09-29 01:23:06 -04:00 committed by GitHub
parent ddbc403845
commit c38f1f63e4
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ export KUBERNETES_PROVIDER=libvirt-coreos; wget -q -O - https://get.k8s.io | bas
Here is the curl version of this command:
```shell
export KUBERNETES_PROVIDER=libvirt-coreos; curl -sS https://get.k8s.io | bash`
export KUBERNETES_PROVIDER=libvirt-coreos; curl -sS https://get.k8s.io | bash
```
This script downloads and unpacks the tarball, then spawns a Kubernetes cluster on CoreOS instances with the following characteristics: