update bootstrap welcome message (#260)

Signed-off-by: lihanbo <lihanbo2@huawei.com>
This commit is contained in:
Hanbo Li 2021-04-12 14:55:14 +08:00 committed by GitHub
parent f52cdf4b84
commit 22943c5600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ function print_success() {
echo "Local Karmada is running."
echo "To start using your karmada, run:"
cat <<EOF
export KUBECONFIG=${KUBECONFIG}
export KUBECONFIG=$KARMADA_APISERVER_CONFIG
EOF
}