Add namespace to container metrics
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -205,7 +205,7 @@ func (p *initProcess) Delete(context context.Context) error {
|
||||
}
|
||||
p.killAll(context)
|
||||
p.Wait()
|
||||
err = p.runc.Delete(context, p.id)
|
||||
err = p.runc.Delete(context, p.id, nil)
|
||||
if p.io != nil {
|
||||
for _, c := range p.closers {
|
||||
c.Close()
|
||||
|
Reference in New Issue
Block a user