mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 04:51:39 +02:00
Add default match for one subcluster
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user