Skip to content

Commit 83f74f6

Browse files
anoopcs9phlogistonjohn
authored andcommitted
tests/centosci: Do not cache docker images to nodes
Caching of images consume more space within root file system which results in HEALTH_WARN state for Ceph cluster when available space gets below default threshold value of 30%. Signed-off-by: Anoop C S <[email protected]>
1 parent 1fd98b3 commit 83f74f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/centosci/sink-common.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ setup_minikube() {
8888
minikube start --force --driver="${VM_DRIVER}" --nodes="${NODE_COUNT}" \
8989
--memory="${MEMORY}" --cpus="${CPUS}" ${DISK_CONFIG} \
9090
--delete-on-failure --install-addons=false -b kubeadm \
91-
--kubernetes-version="${KUBE_VERSION}" ${EXTRA_CONFIG}
91+
--kubernetes-version="${KUBE_VERSION}" --cache-images=false \
92+
${EXTRA_CONFIG}
9293

9394
nodes=$(kubectl get nodes \
9495
-o jsonpath='{range.items[*].metadata}{.name} {end}')

0 commit comments

Comments
 (0)