mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Update Kubernetes Kind to v0.7.0
This commit is contained in:
+3
-2
@@ -4,7 +4,8 @@ set -o errexit
|
||||
|
||||
REPO_ROOT=$(git rev-parse --show-toplevel)
|
||||
HELM_VERSION=v2.16.1
|
||||
KIND_VERSION=v0.6.1
|
||||
KIND_VERSION=v0.7.0
|
||||
KUBE_VERSION=v1.14.10
|
||||
|
||||
if [[ "$1" ]]; then
|
||||
KIND_VERSION=$1
|
||||
@@ -21,7 +22,7 @@ chmod +x kind
|
||||
sudo mv kind /usr/local/bin/kind
|
||||
|
||||
echo ">>> Creating kind cluster"
|
||||
kind create cluster --wait 5m #--image kindest/node:v1.16.2
|
||||
kind create cluster --wait 5m --image kindest/node:${KUBE_VERSION}
|
||||
|
||||
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
|
||||
kubectl get pods --all-namespaces
|
||||
|
||||
Reference in New Issue
Block a user