mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 03:53:33 +00:00
fix: adding ucind cluster with tcp connections to config
This commit is contained in:
@@ -30,7 +30,7 @@ func (u *ConfigUpdater) AddCluster(c Cluster) error {
|
||||
}
|
||||
for i, m := range c.Machines {
|
||||
clusterCfg.Connections[i] = config.MachineConnection{
|
||||
TCP: m.APIAddress,
|
||||
TCP: &m.APIAddress,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user