Remove some extra Spaces (#10949)

This commit is contained in:
Liuduii
2018-11-12 09:21:29 +08:00
committed by k8s-ci-robot
parent e68f05793f
commit e992177e2c
7 changed files with 13 additions and 13 deletions
@@ -137,7 +137,7 @@ However, this design is prone to the classic time-of-check-to-time-of-use ([TOCT
We went a bit wild with this idea:
* Create a working directory under the kubelets pod directory. Lets call it `dir1`.
* Create a working directory under the kubelets pod directory. Lets call it `dir1`.
* Bind mount the base volume to under the working directory, `dir1/volume`.
* Chroot to the working directory `dir1`.
* Inside the chroot, bind mount `volume/subpath` to `subpath`. This ensures that any symlinks get resolved to inside the chroot environment.