@tommie - Also when I tried to edit the cbc in commandline and remove query services from yaml its saving this w/o error . But as soon as I add : - query to be part of my all_services after - analytics I get below error :
servers:
- name: all_services
pod:
resources:
limits:
cpu: "2"
memory: 10Gi
requests:
cpu: "1"
memory: 5Gi
volumeMounts:
default: couchbase
services:
- search
- eventing
- analytics
- query
error: couchbaseclusters.couchbase.com "cb-cluster" could not be patched: admission webhook "couchbase-admission-controller-couchbase-admission-controller.default.svc" denied the request: validation failure list:
spec.servers[0].services in body cannot be updated
You can run `kubectl replace -f /tmp/kubectl-edit-p251n.yaml` to try this update again.