matticala opened a new issue #1900: Cluster created using seedlist does not create system tables URL: https://github.com/apache/couchdb/issues/1900 Related to: #1658 CouchDB version: 2.3.0 What happens: I am creating a cluster in Kubernetes using `seedlist` from environment variables. My cluster goes up, admin and secret are injected correctly but system tables are not created. `_membership` correctly endpoint returns: ``` { "all_nodes": [ "[email protected]", "[email protected]", "[email protected]" ], "cluster_nodes": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ] } ``` (the additional `couchdb-3` node is due to autoscaling) but `_nodes`, `_metadata` and `_replicator` are missing. From Fauxton I can still choose if want to setup a single node or a cluster. Expected behaviour: When providing a `seedlist`, a fresh couchdb cluster should go up creating and replicating system tables I see the incubator helm chart from @kocolosk hasn't been updated for almost year. Is CouchDB able to go up without the helm of a sidekick?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
