Clean up dockershim flags in the kubelet

Signed-off-by: cyclinder <qifeng.guo@daocloud.io>
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
This commit is contained in:
cyclinder
2022-01-14 11:26:21 +08:00
committed by Ciprian Hacman
parent 03bcfab1a6
commit 07999dac70
17 changed files with 26 additions and 371 deletions

View File

@@ -37,12 +37,6 @@ func TestImageFsInfoLabel(t *testing.T) {
expectedLabel string
expectedError error
}{{
description: "LabelDockerImages should be returned",
runtime: types.DockerContainerRuntime,
runtimeEndpoint: "",
expectedLabel: cadvisorfs.LabelDockerImages,
expectedError: nil,
}, {
description: "LabelCrioImages should be returned",
runtime: types.RemoteContainerRuntime,
runtimeEndpoint: CrioSocket,