casskop
casskop copied to clipboard
v2.0.3 INSTALLATION FAILED
Bug Report
What did you do?
helm install multi-casskop orange-incubator/multi-casskop --set k8s.local=k8s-cluster1 --set k8s.remote={k8s-cluster2}
What did you expect to see?
Congratulations. You have just deployed Multi-CassKop Operator.
Check its status by running:
kubectl --namespace default get pods -l "release=multi-casskop"
What did you see instead? Under which circumstances?
Error: INSTALLATION FAILED: failed to install CRD crds/db.orange.com_multicasskops.yaml: CustomResourceDefinition.apiextensions.k8s.io "multicasskops.db.orange.com" is invalid: spec.version: Invalid value: "v2": must match the first version in spec.versions`
Environment
- casskop version:
v2.0.3
- Kubernetes version information:
v1.21.4
@Subetov I can reproduce your issue. Let's wait for #376 to be merged then we can fix this.