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