From 7113ae2c214c594a21280f128fe12d0e95e6c511 Mon Sep 17 00:00:00 2001 From: duanmeng Date: Sun, 3 Jul 2022 17:45:09 +0800 Subject: [PATCH] fix comments error in hack Signed-off-by: duanmeng --- hack/deploy-scheduler-estimator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/deploy-scheduler-estimator.sh b/hack/deploy-scheduler-estimator.sh index 6efc40587..c9ed47281 100755 --- a/hack/deploy-scheduler-estimator.sh +++ b/hack/deploy-scheduler-estimator.sh @@ -61,7 +61,7 @@ if ! kubectl --kubeconfig="${HOST_CLUSTER_KUBECONFIG}" --context="${HOST_CLUSTER fi rm -rf "${TEMP_PATH}" -# deploy karmada agent +# deploy scheduler estimator TEMP_PATH=$(mktemp -d) cp "${REPO_ROOT}"/artifacts/deploy/karmada-scheduler-estimator.yaml "${TEMP_PATH}"/karmada-scheduler-estimator.yaml sed -i'' -e "s/{{member_cluster_name}}/${MEMBER_CLUSTER_NAME}/g" "${TEMP_PATH}"/karmada-scheduler-estimator.yaml