Skip to content

Commit

Permalink
ipv6 provider: fix provider name (#262)
Browse files Browse the repository at this point in the history
match README.md with reality

Signed-off-by: Dan Kenigsberg <[email protected]>
  • Loading branch information
dankenigsberg authored Feb 3, 2020
1 parent 814b7f5 commit 0c39117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-up/cluster/kind-k8s-1.17.0-ipv6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cluster is brought up with ipv6 support but without flannel or multi nic support
## Bringing the cluster up

```bash
export KUBEVIRT_PROVIDER=kind-k8s-1.17.0
export KUBEVIRT_PROVIDER=kind-k8s-1.17.0-ipv6
export KUBEVIRT_NUM_NODES=2 # master + one node
make cluster-up
```
Expand Down

0 comments on commit 0c39117

Please sign in to comment.