Skip to content

Commit

Permalink
fix node down container labels
Browse files Browse the repository at this point in the history
  • Loading branch information
zc authored and CMGS committed Nov 10, 2019
1 parent 613f1a6 commit bb3bf4f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cluster/calcium/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,11 @@ func (c *Calcium) SetNode(ctx context.Context, opts *types.SetNodeOptions) (*typ
}

meta := &types.Meta{
ID: container.ID,
Healthy: false,
Running: false,
ID: container.ID,
Healthy: false,
Running: false,
Labels: container.Labels,
Networks: container.Networks,
}

var b []byte
Expand Down

0 comments on commit bb3bf4f

Please sign in to comment.