mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
Update minikube to 1.14 and also update container images to latest
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
1406f29dcd
commit
dcdee86c44
@ -27,7 +27,7 @@ env:
|
|||||||
- GO_METALINTER_THREADS=1
|
- GO_METALINTER_THREADS=1
|
||||||
- GO_COVER_DIR=_output
|
- GO_COVER_DIR=_output
|
||||||
- VM_DRIVER=none
|
- VM_DRIVER=none
|
||||||
- KUBE_VERSION=v1.14.1
|
- KUBE_VERSION=v1.14.2
|
||||||
- MINIKUBE_VERSION=v1.1.0
|
- MINIKUBE_VERSION=v1.1.0
|
||||||
- CHANGE_MINIKUBE_NONE_USER=true
|
- CHANGE_MINIKUBE_NONE_USER=true
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ function install_kubectl() {
|
|||||||
|
|
||||||
# configure minikube
|
# configure minikube
|
||||||
MINIKUBE_VERSION=${MINIKUBE_VERSION:-"latest"}
|
MINIKUBE_VERSION=${MINIKUBE_VERSION:-"latest"}
|
||||||
KUBE_VERSION=${KUBE_VERSION:-"v1.13.0"}
|
KUBE_VERSION=${KUBE_VERSION:-"v1.14.2"}
|
||||||
MEMORY=${MEMORY:-"3000"}
|
MEMORY=${MEMORY:-"3000"}
|
||||||
VM_DRIVER=${VM_DRIVER:-"virtualbox"}
|
VM_DRIVER=${VM_DRIVER:-"virtualbox"}
|
||||||
#configure image repo
|
#configure image repo
|
||||||
@ -66,7 +66,7 @@ K8S_FEATURE_GATES=${K8S_FEATURE_GATES:-"BlockVolume=true,CSIBlockVolume=true,Vol
|
|||||||
case "${1:-}" in
|
case "${1:-}" in
|
||||||
up)
|
up)
|
||||||
install_minikube
|
install_minikube
|
||||||
#if driver is none install kubectl with KUBE_VERSION
|
#if driver is 'none' install kubectl with KUBE_VERSION
|
||||||
if [[ "${VM_DRIVER}" == "none" ]]; then
|
if [[ "${VM_DRIVER}" == "none" ]]; then
|
||||||
mkdir -p "$HOME"/.kube "$HOME"/.minikube
|
mkdir -p "$HOME"/.kube "$HOME"/.minikube
|
||||||
install_kubectl
|
install_kubectl
|
||||||
@ -104,10 +104,10 @@ cephcsi)
|
|||||||
;;
|
;;
|
||||||
k8s-sidecar)
|
k8s-sidecar)
|
||||||
echo "copying the kubernetes sidecar images"
|
echo "copying the kubernetes sidecar images"
|
||||||
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-attacher:v1.0.1 "${K8S_IMAGE_REPO}"/csi-attacher:v1.0.1
|
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-attacher:v1.1.1 "${K8S_IMAGE_REPO}"/csi-attacher:v1.1.1
|
||||||
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-snapshotter:v1.0.1 $"${K8S_IMAGE_REPO}"/csi-snapshotter:v1.0.1
|
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-snapshotter:v1.1.0 $"${K8S_IMAGE_REPO}"/csi-snapshotter:v1.1.0
|
||||||
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-provisioner:v1.0.1 "${K8S_IMAGE_REPO}"/csi-provisioner:v1.0.1
|
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-provisioner:v1.2.0 "${K8S_IMAGE_REPO}"/csi-provisioner:v1.2.0
|
||||||
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-node-driver-registrar:v1.0.2 "${K8S_IMAGE_REPO}"/csi-node-driver-registrar:v1.0.2
|
copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-node-driver-registrar:v1.1.0 "${K8S_IMAGE_REPO}"/csi-node-driver-registrar:v1.1.0
|
||||||
;;
|
;;
|
||||||
clean)
|
clean)
|
||||||
minikube delete
|
minikube delete
|
||||||
|
Loading…
Reference in New Issue
Block a user