File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ Additional more detailed instructions:
138138deployment and management of applications on Kubernetes clusters.
139139The OpenWhisk Helm chart requires the Helm 3.
140140
141- Our automated testing currently uses Helm v3.2.0
141+ Our automated testing currently uses Helm v3.2.4
142142
143143Follow the Helm [ install instructions] ( https://github.com/kubernetes/helm )
144144for your platform to install Helm v3.0.1 or newer.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ operate a default cluster with two virtual worker nodes.
3636
3737Download the latest stable release of ` kind ` for your platform from
3838https://github.com/kubernetes-sigs/kind/releases . Our TravisCI testing
39- currently uses kind v0.8.1 on an ubuntu 18.04 host.
39+ currently uses kind v0.9.0 on an ubuntu 18.04 host.
4040
4141### Creating the Kubernetes Cluster
4242
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ The chart requires one or more Kubernetes worker nodes to be designated to be us
5757
5858## Prerequisites
5959
60- * Kubernetes 1.10 - 1.16 .*
60+ * Kubernetes 1.14 - 1.18 .*
6161
6262### Image Policy Requirements
6363
Original file line number Diff line number Diff line change 1818
1919set -x
2020
21- HELM_VERSION=v3.2.0
21+ HELM_VERSION=v3.2.4
2222# When changing KIND_VERSION, you must also update the case statement of KIND_NODE_TAG in start-kind.sh
23- KIND_VERSION=v0.8.1
24- KUBECTL_VERSION=v1.16.9
23+ KIND_VERSION=v0.9.0
24+ KUBECTL_VERSION=v1.18.8
2525WSK_CLI_VERSION=latest
2626
2727# Download and install command line tools
Original file line number Diff line number Diff line change 3030
3131# Map from Kubernetes major versions to the kind node image tag
3232case $TRAVIS_KUBE_VERSION in
33- v1.14) KIND_NODE_TAG=v1.14.10@sha256:6cd43ff41ae9f02bb46c8f455d5323819aec858b99534a290517ebc181b443c6 ;;
34- v1.15) KIND_NODE_TAG=v1.15.11@sha256:6cc31f3533deb138792db2c7d1ffc36f7456a06f1db5556ad3b6927641016f50 ;;
35- v1.16) KIND_NODE_TAG=v1.16.9@sha256:7175872357bc85847ec4b1aba46ed1d12fa054c83ac7a8a11f5c268957fd5765 ;;
36- v1.17) KIND_NODE_TAG=v1.17.5@sha256:ab3f9e6ec5ad8840eeb1f76c89bb7948c77bbf76bcebe1a8b59790b8ae9a283a ;;
37- v1.18) KIND_NODE_TAG=v1.18.2@sha256:7b27a6d0f2517ff88ba444025beae41491b016bc6af573ba467b70c5e8e0d85f ;;
33+ v1.14) KIND_NODE_TAG=v1.14.10@sha256:ce4355398a704fca68006f8a29f37aafb49f8fc2f64ede3ccd0d9198da910146 ;;
34+ v1.15) KIND_NODE_TAG=v1.15.12@sha256:d9b939055c1e852fe3d86955ee24976cab46cba518abcb8b13ba70917e6547a6 ;;
35+ v1.16) KIND_NODE_TAG=v1.16.15@sha256:a89c771f7de234e6547d43695c7ab047809ffc71a0c3b65aa54eda051c45ed20 ;;
36+ v1.17) KIND_NODE_TAG=v1.17.11@sha256:5240a7a2c34bf241afb54ac05669f8a46661912eab05705d660971eeb12f6555 ;;
37+ v1.18) KIND_NODE_TAG=v1.18.8@sha256:f4bcc97a0ad6e7abaf3f643d890add7efe6ee4ab90baeb374b4f41a4c95567eb ;;
38+ v1.19) KIND_NODE_TAG=v1.19.1@sha256:98cf5288864662e37115e362b23e4369c8c4a408f99cbc06e58ac30ddc721600 ;;
3839 * ) echo " Unsupported Kubernetes version $TRAVIS_KUBE_VERSION " ; exit 1 ;;
3940esac
4041
You can’t perform that action at this time.
0 commit comments