1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-07-28 23:26:08 +02:00

Add default match for one subcluster

This commit is contained in:
Jan Eitzinger
2023-03-24 15:21:31 +01:00
parent 9aff980a38
commit 3ce8344275

@@ -53,7 +53,7 @@ func initClusterConfig() error {
nodeLists[cluster.Name] = make(map[string]NodeList)
for _, sc := range cluster.SubClusters {
if sc.Nodes == "" {
if sc.Nodes == "*" {
continue
}