Currently, using multi-level deployments require to define additional storage nodes via {vmselect/vminsert}.extraArgs.storageNodes.
That is error prone as changes in number of storage nodes needs to be reflected for these flags as well.
VLCluster and VTCluster resources support extraStorageNodes which allows to add an additional list of storage nodes automatically, so that it is easier change number of storage nodes without changing other parameters. It would be great for VMCluster to support the same parameter.
Currently, using multi-level deployments require to define additional storage nodes via
{vmselect/vminsert}.extraArgs.storageNodes.That is error prone as changes in number of storage nodes needs to be reflected for these flags as well.
VLCluster and VTCluster resources support
extraStorageNodeswhich allows to add an additional list of storage nodes automatically, so that it is easier change number of storage nodes without changing other parameters. It would be great for VMCluster to support the same parameter.