diff options
| author | fisherxu <xufei40@huawei.com> | 2023-08-22 17:23:18 +0800 |
|---|---|---|
| committer | fisherxu <xufei40@huawei.com> | 2023-08-22 17:23:18 +0800 |
| commit | cd4ee676939ba1138f8748da4ec0bfa70ae74e3e (patch) | |
| tree | f9a2adff5f5996d6393589e5807f45bdfa2bbe86 /hack | |
| parent | Merge pull request #4950 from Shelley-BaoYue/bump-go1.19 (diff) | |
| download | kubeedge-cd4ee676939ba1138f8748da4ec0bfa70ae74e3e.tar.gz | |
don't prune in local-up cluster
Signed-off-by: fisherxu <xufei40@huawei.com>
Diffstat (limited to 'hack')
| -rwxr-xr-x | hack/local-up-kubeedge.sh | 4 |
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 { |
