openebs / openebs

Most popular & widely deployed Open Source Container Native Storage platform for Stateful Persistent Applications on Kubernetes.
https://www.openebs.io
Apache License 2.0
8.75k stars 930 forks source link

[ DOCS ] Installing Replicated Engine with non-default cluster domain #3741

Open tiagolobocastro opened 2 weeks ago

tiagolobocastro commented 2 weeks ago

When using the non-default cluster.local domain, etcd needs to be configured as such. Example: helm install ..... --set mayastor.etcd.clusterDomain=xxxx

Description

Context

Otherwise etcd will not work properly, example: https://github.com/openebs/mayastor/issues/1421#issuecomment-1980269618

Possible Solution

Screenshots

orville-wright commented 1 week ago

@balaharish7 I think @tiagolobocastro is asking...

Tag @avishnu for awareness

niladrih commented 1 week ago

This helm value needs to be exposed via the openebs/openebs helm chart. This option is already documented on the mayastor chart's README.md.