Skip to content

Commit 5da28a7

Browse files
committed
cleanup: update script help info
Signed-off-by: zhzhuang-zju <[email protected]>
1 parent 2953630 commit 5da28a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hack/local-up-karmada-by-operator.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ set -o errexit
1717
set -o nounset
1818
set -o pipefail
1919

20-
# This script is used in workflow to validate karmada installation by operator.
2120
# It starts a local karmada control plane based on current codebase via karmada-operator and with a certain number of clusters joined.
2221
# This script depends on utils in: ${REPO_ROOT}/hack/util.sh
2322
# 1. used by developer to setup develop environment quickly.
24-
# 2. used by e2e testing to test if the operator installs correctly.
2523

2624
function usage() {
2725
echo "Usage:"

0 commit comments

Comments
 (0)