diff options
Diffstat (limited to 'xci/config/pinned-versions')
-rwxr-xr-x | xci/config/pinned-versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions index e40cf442..c5ed768a 100755 --- a/xci/config/pinned-versions +++ b/xci/config/pinned-versions @@ -50,3 +50,6 @@ export HAPROXY_VERSION=$(grep -E '.*name: haproxy_server' -A 3 \ | tail -n1 | sed -n 's/\(^.*: \)\([0-9a-z].*$\)/\2/p') # Kubespray release v2.7.0 dated 02.10.2018 export KUBESPRAY_VERSION=${KUBESPRAY_VERSION:-"v2.7.0"} +# Kubernetes version supported by the pinned kubespray version +# this is needed for pulling in kubectl +export KUBERNETES_VERSION=${KUBERNETES_VERSION:-"v1.11.3"} |