Raise OpenShift version to 3.9.0

OpenShift 3.7 has a bug [1] that prevents from updating metadata of pods
created without any Controller (e.g. through `kubectl apply -f
pod-def.yaml` with ServiceAccount credentials. This prevents
containerized Kuryr to apply annotations onto such pods.

As this is only fixed in 3.9 now, we'll raise default OpenShift version
in DevStack.

As our version compatibility docs say nothing about OpenShift, we can
just state that we support 3.9+ starting with next release.

Closes-Bug: 1765132
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1383707

Change-Id: Ia19c5a556085c13b70ae5f6bcd8538adce261fae
This commit is contained in:
Michał Dulko 2018-04-18 21:19:17 +02:00
parent b0035f6961
commit bcff4efaec
2 changed files with 16 additions and 34 deletions

View File

@ -47,7 +47,7 @@ KURYR_K8S_API_CACERT=${KURYR_K8S_API_CACERT:-}
KURYR_PORT_DEBUG=${KURYR_PORT_DEBUG:-True}
# OpenShift
OPENSHIFT_BINARY_URL=${OPENSHIFT_BINARY_URL:-https://github.com/openshift/origin/releases/download/v3.7.1/openshift-origin-server-v3.7.1-ab0f056-linux-64bit.tar.gz}
OPENSHIFT_BINARY_URL=${OPENSHIFT_BINARY_URL:-https://github.com/openshift/origin/releases/download/v3.9.0/openshift-origin-server-v3.9.0-191fece-linux-64bit.tar.gz}
OPENSHIFT_HOME=${OPENSHIFT_HOME:-$DEST/openshift}
OPENSHIFT_DATA_DIR=${OPENSHIFT_DATA_DIR:-${DATA_DIR}/openshift}
OPENSHIFT_API_URL=${OPENSHIFT_API_URL:-https://${HOST_IP}:8443}

View File

@ -1,36 +1,18 @@
======================================================
Kuryr Kubernetes vs Kubernetes versions correspondence
======================================================
===============================================
Kubernetes and OpenShift version support matrix
===============================================
This document is a placeholder to maintain updated documentation about what
Kubernetes versions are supported at each Kuryr-Kubernetes release.
This document maintains updated documentation about what Kubernetes and
OpenShift versions are supported at each Kuryr-Kubernetes release.
Kuryr-kubernetes 0.4.1
~~~~~~~~~~~~~~~~~~~~~~
It suppports Kubernetes v1.8.x
Kuryr-kubernetes 0.4.0
~~~~~~~~~~~~~~~~~~~~~~
It suppports Kubernetes v1.8.x
Kuryr-kubernetes 0.3.0
~~~~~~~~~~~~~~~~~~~~~~
It suppports Kubernetes v1.6.x and v1.8.x
Kuryr-kubernetes 0.2.0
~~~~~~~~~~~~~~~~~~~~~~
It suppports Kubernetes v1.4.x and v1.6.x
Kuryr-kubernetes 0.1.0
~~~~~~~~~~~~~~~~~~~~~~
It suppports Kubernetes v1.3.x and v1.4.x
======================== ================== ========================
Kuryr-Kubernetes version Kubernetes version OpenShift Origin version
======================== ================== ========================
master v1.9.x 3.9
0.4.1 v1.8.x 3.7
0.4.0 v1.8.x 3.7
0.3.0 v1.6.x, 1.8.x No support
0.2.0 v1.4.x, 1.6.x No support
0.1.0 v1.3.x, 1.4.x No support
======================== ================== ========================