You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened?
When upgrading the operator from 1.10.2 to 1.10.3 it will start a rolling upgrade of your cassandra yaml configuration, but this will break the cluster as it sets the cluster name (which was broken in 1.10.2) and you will get this error: "Saved cluster name Test Cluster != configured name "
Did you expect to see something different?
It should either try to resolve it from the operator side or not update on existing clusters
How to reproduce it (as minimally and precisely as possible):
Get a cluster upp and running with 1.10.2, then upgrade the operator to 1.10.3
jbiskur
changed the title
Upgrading Operator from 1.0.2 to 1.0.3 if you have a cluster running will throw fatal error
Upgrading Operator from 1.10.2 to 1.10.3 if you have a cluster running will throw fatal error
Dec 19, 2023
Hi, is the cluster using Cassandra 4.1.x ?
If so, there was indeed a bug in previous versions, and you need to put the "Test Cluster" cluster name explicitly in .spec.cassandra.clusterName so that it doesn't try to update the name to what it should be, but play nice with the former bug.
What happened?
When upgrading the operator from 1.10.2 to 1.10.3 it will start a rolling upgrade of your cassandra yaml configuration, but this will break the cluster as it sets the cluster name (which was broken in 1.10.2) and you will get this error: "Saved cluster name Test Cluster != configured name "
Did you expect to see something different?
It should either try to resolve it from the operator side or not update on existing clusters
How to reproduce it (as minimally and precisely as possible):
Get a cluster upp and running with 1.10.2, then upgrade the operator to 1.10.3
Environment
Kubernetes 1.27.7 on AKS
1.10.3
Kustomize Version: v5.0.1
Server Version: version.Info{Major:"1", Minor:"27", GitVersion:"v1.27.7", GitCommit:"07a61d861519c45ef5c89bc22dda289328f29343", GitTreeState:"clean", BuildDate:"2023-10-19T00:14:21Z", GoVersion:"go1.20.10", Compiler:"gc", Platform:"linux/amd64"}
Anything else we need to know?:
┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: K8OP-54
The text was updated successfully, but these errors were encountered: