envsubst: command not found
on hack/deploy-karmada.sh on macOS
#5934
Labels
kind/bug
Categorizes issue or PR as related to a bug.
What happened:
Failed to install karmada using
hack/local-up-karmada.sh
. logs:What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
git clone https://github.com/karmada-io/karmada
hack/local-up-karmada.sh
Anything else we need to know?:
envsubst is part of GNU gettext which is not available on macOS.
brew install gettext
is required.See snippet:
karmada/hack/deploy-karmada.sh
Line 141 in 8457cd2
Environment:
kubectl-karmada version
orkarmadactl version
):karmadactl version: version.Info{GitVersion:"v0.0.0-master", GitCommit:"unknown", GitTreeState:"unknown", BuildDate:"unknown", GoVersion:"go1.23.3", Compiler:"gc", Platform:"darwin/arm64"}
The text was updated successfully, but these errors were encountered: