I want to update a cluster but my operator does not seem to be the one my cluster expects:
Resource: “couchbase.com/v2, Resource=couchbaseclusters”, GroupVersionKind: “couchbase.com/v2, Kind=CouchbaseCluster”
Name: “cb-cluster”, Namespace: “default”
for: “cb-cluster-PROD.yaml”: Internal error occurred: failed calling webhook “couchbase-operator-admission.default.svc”: Post “https://couchbase-operator-admission.default.svc:443/couchbaseclusters/mutate?timeout=10s”: service “couchbase-operator-admission” not found
the operator services are:
cbc-couchbase-admission-controller 443/TCP
cbc-couchbase-operator 8080/TCP,8383/TCP
ps - I already tried changing the admissionService.name to match the service name the cluster expects… but then it just fails with ‘signed by unknown identity’
How can I tell the cluster to use the new operator?
Thank you!!!