We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2953630 commit 5da28a7Copy full SHA for 5da28a7
hack/local-up-karmada-by-operator.sh
@@ -17,11 +17,9 @@ set -o errexit
17
set -o nounset
18
set -o pipefail
19
20
-# This script is used in workflow to validate karmada installation by operator.
21
# It starts a local karmada control plane based on current codebase via karmada-operator and with a certain number of clusters joined.
22
# This script depends on utils in: ${REPO_ROOT}/hack/util.sh
23
# 1. used by developer to setup develop environment quickly.
24
-# 2. used by e2e testing to test if the operator installs correctly.
25
26
function usage() {
27
echo "Usage:"
0 commit comments