summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
authorfisherxu <xufei40@huawei.com>2023-08-22 17:23:18 +0800
committerfisherxu <xufei40@huawei.com>2023-08-22 17:23:18 +0800
commitcd4ee676939ba1138f8748da4ec0bfa70ae74e3e (patch)
treef9a2adff5f5996d6393589e5807f45bdfa2bbe86 /hack
parentMerge pull request #4950 from Shelley-BaoYue/bump-go1.19 (diff)
downloadkubeedge-cd4ee676939ba1138f8748da4ec0bfa70ae74e3e.tar.gz
don't prune in local-up cluster
Signed-off-by: fisherxu <xufei40@huawei.com>
Diffstat (limited to 'hack')
-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 {