Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump k8s provider to 1.14.6 #183

Merged
merged 1 commit into from
Sep 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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