mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: disable addons after cluster creation
It looks like disabling addson pre cluster creation is not working, Moving the disable addons to post cluster creation. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
7cfe1127ce
commit
8edbc5c544
@ -255,8 +255,6 @@ up)
|
||||
install_podman_wrapper
|
||||
fi
|
||||
|
||||
disable_storage_addons
|
||||
|
||||
# get kubernetes version we are operating on and accordingly enable feature gates
|
||||
KUBE_MAJOR=$(kube_version 1)
|
||||
KUBE_MINOR=$(kube_version 2)
|
||||
@ -283,6 +281,7 @@ up)
|
||||
if [[ "${VM_DRIVER}" = "podman" ]]; then
|
||||
${minikube} ssh "sudo mount -oremount,rw /sys"
|
||||
fi
|
||||
disable_storage_addons
|
||||
${minikube} kubectl -- cluster-info
|
||||
;;
|
||||
down)
|
||||
|
Loading…
Reference in New Issue
Block a user