Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b9fd6c

Browse files
committedMay 14, 2019
Update k8s provider default in docs.
1 parent eb1f312 commit 7b9fd6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎docs/env-providers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Requires:
2626
Usage:
2727

2828
```bash
29-
export KUBEVIRT_PROVIDER=k8s-1.10.11 # choose this provider
29+
export KUBEVIRT_PROVIDER=k8s-1.13.3 # choose this provider
3030
export KUBEVIRT_NUM_NODES=3 # master + two nodes
3131
make cluster-up
3232
```

‎docs/getting-started.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ In additional it runs dnsmasq and docker registry containers.
6060

6161
### Compatibility
6262

63-
The minimum compatible Kubernetes version is 1.10.0. Important features required
63+
The minimum compatible Kubernetes version is 1.11.0. Important features required
6464
for scheduling and memory are missing or incompatible with previous versions.
6565

6666
### Compile and run it
@@ -69,8 +69,8 @@ To build all required artifacts and launch the
6969
dockerizied environment, clone the KubeVirt repository, `cd` into it, and:
7070

7171
```bash
72-
# Build and deploy KubeVirt on Kubernetes 1.10.4 in our vms inside containers
73-
export KUBEVIRT_PROVIDER=k8s-1.10.11 # this is also the default if no KUBEVIRT_PROVIDER is set
72+
# Build and deploy KubeVirt on Kubernetes in our vms inside containers
73+
export KUBEVIRT_PROVIDER=k8s-1.13.3 # this is also the default if no KUBEVIRT_PROVIDER is set
7474
make cluster-up
7575
make cluster-sync
7676
```

0 commit comments

Comments
 (0)
Please sign in to comment.