Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
14: Helm/Testing/bugfixing, 16: Autoscaling/PE/Docs, 18: PE/Tasks/Docs, 20: PE/Docs/Cleanup
-
2
Description
#1. Chart should support creating and updating all resource type - replication, bucket, backup user, group, etc.
#2. Chart should support all the Operator functionalities - pod spec, resource limit, anti-affinity, probes, etc.
This also needs to consider autogeneration of docs based on operator configured fields.
Thanks Anil Kumar note that all of the helm attributes are not documented to prevent duplication as Couchbase spec change.
Most of the detailed settings can be provided since they are just passed directly through. For instance, resource and limits can be specified via overrides:
cluster:
servers:
resources:
limits:
memory: 8Gi
requests:
memory: 8Gi
I should improve the docs on this:
https://docs.couchbase.com/operator/current/helm-couchbase-config.html#additional-values-2