-
Notifications
You must be signed in to change notification settings - Fork 79
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
Installing helm chart for k8ssandra operator is giving below error #1116
Comments
Hi @vinaykw, I just installed it on a fresh cluster using The issue you're having is that you cannot install the helm chart from the GH repository itself because we generate the CRDs at release time in CI only. They're not stored in tree in the helm charts. Try installing from our helm repo and you should be fine. |
Hi, Also, is it mandatory to have atleast 4 worker nodes in k8s cluster. One each for the datacenter pods and one for the startgate pod?. Is there a way circumvent the pod-antiaffinity checks for these pods? |
You can use the .spec.cassandra.softPodAntiAffinity setting to allow collocating Cassandra pods on the same workers.
Most likely yes. |
Thanks Alex,
|
You should not modify the pods directly, just the K8ssandraCluster manifest.
These are the latest versions indeed for the operators. The latest 4.0 we support is 4.0.11. |
I'll go ahead and close this ticket now since we solved the initial issue. |
After installing helm charts using the command helm install k8ssandra-operator k8ssandra-operator -n k8ssandra-operator --create-namespace
Only cass operator pod is coming up and k8ssandra operator pod has failed with error
Did you expect to see something different?
How to reproduce it (as minimally and precisely as possible):
Just try installing helm chart for k8ssandra operator from https://github.com/k8ssandra/k8ssandra-operator/tree/main/charts/k8ssandra-operator
Environment
K8ssandra Operator version:
https://github.com/k8ssandra/k8ssandra-operator/tree/main/charts/k8ssandra-operator helm.sh/chart=k8ssandra-operator-1.11.0-SNAPSHOT
Kubernetes version information:
1.25
Kubernetes cluster kind:
I created this cluster using VMs and installing k8s on them
Manifests:
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: