Skip to content
New issue

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

Helm cannot be installed #585

Open
504097723 opened this issue Sep 3, 2024 · 1 comment
Open

Helm cannot be installed #585

504097723 opened this issue Sep 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@504097723
Copy link

Describe the bug

helm install kube-starrocks kube-starrocks -n starrocks
Error: INSTALLATION FAILED: failed to install CRD crds/starrocks.com_starrocksclusters.yaml: unable to decode "": json: cannot unmarshal string into Go value of type unstructured.detector

To Reproduce

cd /starrocks-kubernetes-operator/helm-charts/charts
helm install kube-starrocks kube-starrocks -n starrocks

Expected behavior

A clear and concise description of what you expected to happen.

Please complete the following information

  • Operator Version: [v1.9.8]
  • Chart Name: [kube-starrocks]
  • Chart Version [v1.9.8]
@504097723 504097723 added the bug Something isn't working label Sep 3, 2024
@yandongxiao
Copy link
Collaborator

I can't reproduce your problem.

➜  charts git:(v1.9.8) k delete crd starrocksclusters.starrocks.com
customresourcedefinition.apiextensions.k8s.io "starrocksclusters.starrocks.com" deleted
➜  charts git:(v1.9.8)
➜  charts git:(v1.9.8)
➜  charts git:(v1.9.8) helm install kube-starrocks kube-starrocks -n starrocks


Alias tip: hin kube-starrocks kube-starrocks -n starrocks
walk.go:74: found symbolic link in path: /Users/yandongxiao/github/yandongxiao/starrocks-kubernetes-operator/helm-charts/charts/kube-starrocks/charts/operator/crds/starrocks.com_starrocksclusters.yaml resolves to /Users/yandongxiao/github/yandongxiao/starrocks-kubernetes-operator/deploy/starrocks.com_starrocksclusters.yaml. Contents of linked file included and used
NAME: kube-starrocks
LAST DEPLOYED: Tue Sep  3 13:39:08 2024
NAMESPACE: starrocks
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Thank you for installing kube-starrocks-1.9.8 kube-starrocks chart.
It will install both operator and starrocks cluster, please wait for a few minutes for the cluster to be ready.

Please see the values.yaml for more operation information: https://github.com/StarRocks/starrocks-kubernetes-operator/blob/main/helm-charts/charts/kube-starrocks/values.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants