From e2cec7f59ad31afdf2603bfba30c738dcdc2102c Mon Sep 17 00:00:00 2001 From: lixiaobing10051267 Date: Mon, 18 Jul 2016 21:46:08 +0800 Subject: [PATCH] Both the file name and directory of fake docker manager are wrong --- docs/devel/kubemark-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 docs/devel/kubemark-guide.md diff --git a/docs/devel/kubemark-guide.md b/docs/devel/kubemark-guide.md old mode 100644 new mode 100755 index 8c736ec3dc5..61e728a4ab2 --- a/docs/devel/kubemark-guide.md +++ b/docs/devel/kubemark-guide.md @@ -229,7 +229,7 @@ other providers you’ll need to delete all this stuff by yourself. Kubemark master uses exactly the same binaries as ordinary Kubernetes does. This means that it will never be out of date. On the other hand HollowNodes use existing fake for Kubelet (called SimpleKubelet), which mocks its runtime -manager with `pkg/kubelet/fake-docker-manager.go`, where most logic sits. +manager with `pkg/kubelet/dockertools/fake_manager.go`, where most logic sits. Because there’s no easy way of mocking other managers (e.g. VolumeManager), they are not supported in Kubemark (e.g. we can’t schedule Pods with volumes in them yet).