Skip to content

Commit

Permalink
bump k8s provider to 1.14.6 (#183)
Browse files Browse the repository at this point in the history
Let's test what is comming in OKD 4.2 beforehand by using newer
Kubernetes for testing.

Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek authored Sep 26, 2019
1 parent 6842b13 commit d8692bb
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OPERATOR_SDK ?= build/_output/bin/operator-sdk
GITHUB_RELEASE ?= build/_output/bin/github-release
LOCAL_REGISTRY ?= registry:5000

export KUBEVIRT_PROVIDER ?= k8s-1.13.3
export KUBEVIRT_PROVIDER ?= k8s-1.14.6
export KUBEVIRT_NUM_NODES ?= 1
export KUBEVIRT_NUM_SECONDARY_NICS ?= 2

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/developer-guide-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ a new version is detrected the cluster command will re-install it.

Use the following commands to control it:

*note:* The default Provider is one node (master + worker) of Kubernetes 1.13.1.
*note:* The default Provider is one node (master + worker) of Kubernetes 1.14.6.

```shell
# Deploy local Kubernetes cluster
export KUBEVIRT_PROVIDER=k8s-1.13.1 # k8s-1.13.1 for Kubernetes or os-3.11.0 for OpenShift
export KUBEVIRT_PROVIDER=k8s-1.14.6 # k8s-1.14.6 for Kubernetes or os-3.11.0 for OpenShift
export KUBEVIRT_NUM_NODES=3 # master + two nodes
make cluster-up

Expand Down
2 changes: 1 addition & 1 deletion hack/install-kubevirtci.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e

organization=kubevirt
commit="db8c24bf830bb927f01829e6c9f083627fe6b832"
commit="c183644534f59c24e012940127c2c3a361510848"

script_dir=$(dirname "$(readlink -f "$0")")
kubevirtci_dir=kubevirtci
Expand Down
2 changes: 1 addition & 1 deletion stdci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sub-stages:
- k8s-1.13.3
- k8s-1.14.6
- os-3.11.0

runtime_requirements:
Expand Down

0 comments on commit d8692bb

Please sign in to comment.