-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Operator 0.13.0 crashes with go panic #381
Comments
This will fix the error for those who need a quick fix while waiting for the update. Just set |
Tried to make a PR but couldn’t do it but this is how to fix the problem Its a bad idea to use nested attribute as pointers for non-required fields. |
+1 to this issue... Facing this error for Redis Standalone as well... and unable to set |
Yeah the Redis CustomResourceDefinition seems to be outdated and does not have the |
The same issue in OKD 4.11 with redis-operator v0.13.0 |
Still facing the same problem here with both Redis and RedisCluster in Openshift. There is any way to downgrade the operator version to 0.12 in Openshift? I just see the 0.13 when installing the operator... |
What version of redis operator are you using?
redis-operator version: 0.13.0
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
kubectl version
)?kubectl version
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.2", GitCommit:"f66044f4361b9f1f96f0053dd46cb7dce5e990a8", GitTreeState:"clean", BuildDate:"2022-06-15T14:22:29Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"} Kustomize Version: v4.5.4 Server Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.13", GitCommit:"592eca05be27f7d927d0b25cbb4241d75a9574bf", GitTreeState:"clean", BuildDate:"2022-10-26T15:19:38Z", GoVersion:"go1.17.13", Compiler:"gc", Platform:"linux/amd64"}What did you do?
I applied the following cluster
What did you expect to see?
a running redis cluster after some time
What did you see instead?
Operator crashing
One hint, with 0.12.0 it works.
The text was updated successfully, but these errors were encountered: