Vladislav Klimenko
Vladislav Klimenko
> AFAICT this behaviour isn't documented and so seeing this was a little confusing Feel free to make PR with appropriate documentation changes. Any contribution is very welcome.
Additional `networks/ip` are specified in the operator's config as default values for user accounts, created by the operator. Configuration source is available in [operator's config file template](https://github.com/Altinity/clickhouse-operator/blob/4bf622e07361f72b89568a121c0f7b8198252be0/deploy/builder/templates-config/config.yaml#L59) ```yaml default: #...
The operator merges values provided in the CR (chi resource) with defaults from its configuration.
Need to check in details, adding/deleting replicas is quite common scenario, but may be devil is in some details...
The best approach would be to introduce generic way of options ingestion with sequence of override-able sources, such as **`config file -> env vars -> CLI params`** We may want...
> ...will never succeed in the wait for query finish check.. Have you encountered or tested this? Wait process is expected to last not more than `time.Duration(config.Reconcile.StatefulSet.Update.Timeout) * time.Second` which...