diff options
| author | lixiaobing10051267 <li.xiaobing1@zte.com.cn> | 2016-07-18 21:46:08 +0800 |
|---|---|---|
| committer | lixiaobing10051267 <li.xiaobing1@zte.com.cn> | 2016-07-18 21:46:08 +0800 |
| commit | 577e973603c0706a190ced493762cdd75af1bdff (patch) | |
| tree | fcceaba623f3c1a9e19dd0ba34c56584ff2173f4 | |
| parent | b375ca00fb2e9a0b9b1c430cca1133aa8bbda493 (diff) | |
Both the file name and directory of fake docker manager are wrong
| -rwxr-xr-x[-rw-r--r--] | kubemark-guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubemark-guide.md b/kubemark-guide.md index 8c736ec3..61e728a4 100644..100755 --- a/kubemark-guide.md +++ b/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). |
