Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Fix a formatting issue in last README commit
Browse files Browse the repository at this point in the history
  • Loading branch information
blixtra authored Aug 9, 2017
1 parent cf03986 commit 149c31c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ $ go get -d github.com/kinvolk/kube-spawn
$ cd $GOPATH/src/github.com/kinvolk/kube-spawn
$ make vendor all
# The `up` command pulls the image, sets up the nodes and then configures the cluster using [kubeadm](https://github.com/kubernetes/kubeadm).
$ sudo GOPATH=$GOPATH CNI_PATH=$GOPATH/bin ./kube-spawn up --image=coreos --nodes=3
```

The `up` subcommand pulls the image, sets up the nodes and then configures the cluster using [kubeadm](https://github.com/kubernetes/kubeadm).

Now that you're up and running, you can start using it.

## Deploying to your local cluster
Expand Down

0 comments on commit 149c31c

Please sign in to comment.