We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened:
I want to install karmada with karmada-search, but failed, with error message reported that the karmada-search.yaml is invalid.
karmada
karmada-search
karmada-search.yaml
What you expected to happen:
install karmada-search success.
How to reproduce it (as minimally and precisely as possible):
# clean old clusters and config kind delete clusters --all; rm -rf ~/.karmada/; rm -rf ~/.kube/*config; rm -rf /etc/karmada # cd to your karmada local path git clone https://github.com/karmada-io/karmada.git cd karmada # create a Kind cluster hack/create-cluster.sh karmada-host ~/.kube/karmada.config export KUBECONFIG=~/.kube/karmada.config # pull images in advance and avoid duplicate downloads when each installation for img in `cat charts/karmada/values.yaml | grep -C 1 'repository:' | sed 's/*karmadaImageVersion/latest/g' | awk -F ':' '{print $2}' | sed 's/\"//g' | xargs -n3 | awk '{print $1"/"$2":"$3}'`; do docker pull $img; kind load docker-image $img --name karmada-host; done # helm install helm install karmada -n karmada-system --create-namespace --dependency-update --set components={"search,descheduler,schedulerEstimator"} ./charts/karmada --debug # export karmada-apiserver kubeconfig kubectl get secret -n karmada-system karmada-kubeconfig -o jsonpath={.data.kubeconfig} | base64 -d > ~/.kube/karmada-apiserver.config
Anything else we need to know?:
Environment:
kubectl-karmada version
karmadactl version
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
chaosi-zju
Successfully merging a pull request may close this issue.
What happened:
I want to install
karmada
withkarmada-search
, but failed, with error message reported that thekarmada-search.yaml
is invalid.What you expected to happen:
install
karmada-search
success.How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl-karmada version
orkarmadactl version
):The text was updated successfully, but these errors were encountered: