Remove some extra Spaces (#10949)
This commit is contained in:
@@ -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 kubelet’s pod directory. Let’s call it `dir1`.
|
||||
* Create a working directory under the kubelet’s pod directory. Let’s 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.
|
||||
|
||||
Reference in New Issue
Block a user