I've update my k8s cluster to 1.25 and the operator stopped worked because the removal of deprecated APIS. I checked out and update to version 2.10.0 which support k8s 1.25.
However after the update the operator is not working anymore it does not find the CRD:
I've update my k8s cluster to 1.25 and the operator stopped worked because the removal of deprecated APIS. I checked out and update to version 2.10.0 which support k8s 1.25.
However after the update the operator is not working anymore it does not find the CRD:
{"level":"info","ts":1682440914.201659,"logger":"controller.CrdbCluster","msg":"reconciling CockroachDB cluster","CrdbCluster":"ledger/ledger-database","ReconcileId":"AKGDdCUwzzhgXqBJbU7jZi"}
The cluster resource does exists:
I double checked and the
cockroach-operator-sa
does have thecockroach-operator-role
binding which has permission tocrdbclusters