Merge pull request #23943 from aaronlehmann/task-updates-warning

Remove log warning on task update
Upstream-commit: caba54396ca0626449f3c261b1d0363911426d13
Component: engine
This commit is contained in:
Brian Goff
2016-06-24 16:43:01 -04:00
committed by GitHub

View File

@ -60,7 +60,6 @@ func (r *controller) ContainerStatus(ctx context.Context) (*api.ContainerStatus,
// Update tasks a recent task update and applies it to the container.
func (r *controller) Update(ctx context.Context, t *api.Task) error {
log.G(ctx).Warnf("task updates not yet supported")
// TODO(stevvooe): While assignment of tasks is idempotent, we do allow
// updates of metadata, such as labelling, as well as any other properties
// that make sense.