Allow changes to container image for updates

This commit is contained in:
bprashanth
2016-08-16 15:58:17 -07:00
parent beb2088b1a
commit 05aa040b0f
5 changed files with 60 additions and 11 deletions

View File

@@ -366,7 +366,7 @@ func (reaper *PetSetReaper) Stop(namespace, name string, timeout time.Duration,
return utilerrors.NewAggregate(errList)
}
// TODO: Cleanup volumes? We don't want to accidentaly delete volumes from
// TODO: Cleanup volumes? We don't want to accidentally delete volumes from
// stop, so just leave this up to the the petset.
return petsets.Delete(name, nil)
}