Skip to content

Commit

Permalink
cluster: update dashboard metadata on reload
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroProfundis committed Dec 21, 2020
1 parent aee2af0 commit 7e81676
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/cluster/manager/reload.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ func (m *Manager) Reload(name string, opt operator.Options, skipRestart bool) er
}

tb := m.sshTaskBuilder(name, topo, base.User, opt).
UpdateTopology(
name,
m.specManager.Path(name),
metadata.(*spec.ClusterMeta),
nil, /* deleteNodeIds */
).
ParallelStep("+ Refresh instance configs", opt.Force, refreshConfigTasks...)

if len(monitorConfigTasks) > 0 {
Expand Down

0 comments on commit 7e81676

Please sign in to comment.