Both the file name and directory of fake docker manager are wrong

This commit is contained in:
lixiaobing10051267 2016-07-18 21:46:08 +08:00
parent 9b5696b7b4
commit e2cec7f59a

2
docs/devel/kubemark-guide.md Normal file → Executable file
View File

@ -229,7 +229,7 @@ other providers youll 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 theres no easy way of mocking other managers (e.g. VolumeManager), they
are not supported in Kubemark (e.g. we cant schedule Pods with volumes in them
yet).