Details
-
Task
-
Resolution: Fixed
-
Major
-
None
-
None
Description
Example cluster creation with k8s Autonomous Operator.
Following instructions at: https://docs.couchbase.com/operator/1.0/deploying-couchbase.html
Command:
cbopctl create -f couchbase-cluster.yaml
Returns:
validation failure list:spec.adminConsoleServices in body is required
There is an error in file couchbase-cluster.yaml:
{{spec: }}
...
adminCondoleServices:{{ }}
- data
...
Changing to "adminConsoleServices" make it works
This happens in both the macos and linux distributions.