-
Notifications
You must be signed in to change notification settings - Fork 9
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
No matches for kind "MultiCasskop" in version "multicasskops.db.orange.com/v2" #123
Comments
@Subetov you didn't specify any local and remote clusters, see https://cscetbon.github.io/casskop/docs/setup/multi_casskop |
I testes that with one (this case worked perfectly with 2.0.3 ) and two clusters, got the same errors =( The error concerns the first (local) cluster. |
Can you try different version starting from |
Even better @Subetov can you try to install casskop and multi-casskop but using our master tag instead
It would confirm that create a new release would fix your issue. |
Got the same result with ghcr.io/cscetbon/multi-casskop:master image =(
|
Sorry I was confused by another PR. Here the issue is not the image but the CRDs. But it doesn't make sense as they are present in your output. It seems to be an issue with your cluster dc1 but not sure what's going on. Are you sure you're connected to the right cluster ? Can you describe step by step what you're doing to set it up ? |
Just trying to deploy multi-casskop. This works perfectly with 2.0.3 multi-casskop operator for us.
|
Can you try the same but testing using installing the helm chart from the repo itself ? |
Do you mean just to install charts from these folders from master branch ? |
Yes. I wanna see if it's something that has been fixed and not delivered or not before I test it myself |
@Subetov any news ? |
Got the same results =( |
Annoying ... @AKamyshnikova do you use multi-casskop ? I wonder what could be the issue here and if we broke something or if it's a permission issue somehow ... |
@cscetbon I didn't use multi-casskop - I cheked its CRD and looked wrong version and versions fields https://github.com/cscetbon/casskop/blob/master/multi-casskop/config/crd/bases/multicasskops.db.orange.com_multicasskops.yaml#L15-L16 @Subetov General concern about kubernetes v1.27.3 - you checked 2.0.3 with v1.27.3 or early kubernetes versions? |
Related: cscetbon#123
Server Version: version.Info{Major:"1", Minor:"27", GitVersion:"v1.27.3+k3s1", GitCommit:"fe9604cac119216e67f8bd5f14eb5608e3bcd3cf", GitTreeState:"clean", BuildDate:"2023-06-26T16:49:54Z", GoVersion:"go1.20.5", Compiler:"gc", Platform:"linux/amd64"} Haven't tested with older versions. |
It's supposed to be generated using https://github.com/cscetbon/casskop/blob/master/multi-casskop/Makefile#L61-L66 |
Does it relate to issue #125 @AKamyshnikova in any way ? |
Have tried 1.19.2 - got the same result =(
BTW MultiCasskop CRD is broken, swears at subresources field |
@AKamyshnikova do you have some time to take a look ? |
Also updated setup namespace for casskop(drop depricated usage of namespace) Fixes: cscetbon#123
Also updated setup namespace for casskop(drop depricated usage of namespace) Fixes: cscetbon#123
@cscetbon @AKamyshnikova Should we expect a new release? |
@Subetov Yes, I hope to do it this week. |
@cscetbon @AKamyshnikova I see that Anna in PR-131 has tested multi-casskop with "image.tag=multi-casskop". Do not know what this tag is, but it doesn't exist. As I understood docker image does not contain this changes according to the logs. But of course I could be wrong. UPD |
@AKamyshnikova |
@Subetov I published new https://github.com/cscetbon/casskop/releases/tag/2.2.2 - seems now it is correct:
|
@AKamyshnikova |
Bug Report
What did you do?
helm install multi-casskop oci://ghcr.io/cscetbon/multi-casskop-helm
What did you expect to see?
multi-casskop up and running
What did you see instead? Under which circumstances?
Crashloopback with error:
creating Cassandra Multi Cluster controller: setting up MultiCasskop watch in Cluster dc1 Cluster: no matches for kind "MultiCasskop" in version "multicasskops.db.orange.com/v2"
Environment
2.1.17
v1.27.3
k api-versions | grep orange
k api-resources | grep orange
k get crd multicasskops.db.orange.com -o yaml
The text was updated successfully, but these errors were encountered: