From 2b6302d91d805ac6cfd26ed5ecb9b8c9a6d53dd7 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Wed, 6 Sep 2017 23:29:12 +0000 Subject: [PATCH] Remove an addressed TODO. Signed-off-by: Lantao Liu --- pkg/server/service.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/server/service.go b/pkg/server/service.go index fca4e1070..ac5b4fbee 100644 --- a/pkg/server/service.go +++ b/pkg/server/service.go @@ -65,7 +65,6 @@ type criContainerdService struct { // rootDir is the directory for managing cri-containerd files. rootDir string // sandboxImage is the image to use for sandbox container. - // TODO(random-liu): Make this configurable via flag. sandboxImage string // snapshotter is the snapshotter to use in containerd. snapshotter string