summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhack/local-up-kubeedge.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/hack/local-up-kubeedge.sh b/hack/local-up-kubeedge.sh
index a57eb1088..08f98a3de 100755
--- a/hack/local-up-kubeedge.sh
+++ b/hack/local-up-kubeedge.sh
@@ -70,8 +70,6 @@ function cleanup {
echo "Running kind: [kind delete cluster ${CLUSTER_CONTEXT}]"
kind delete cluster ${CLUSTER_CONTEXT}
-
- docker system prune -f
}
if [[ "${ENABLE_DAEMON}" = false ]]; then
@@ -189,8 +187,6 @@ function start_edgecore {
export CHECK_EDGECORE_ENVIRONMENT="false"
nohup sudo -E ${EDGE_BIN} --config=${EDGE_CONFIGFILE} --v=${LOG_LEVEL} > "${EDGECORE_LOG}" 2>&1 &
EDGECORE_PID=$!
- docker system prune -f
-
}
function check_control_plane_ready {