Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link #202

Merged
merged 3 commits into from
Nov 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions book/src/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ $ ./kubelet ... --allow-privileged=true ...
## Enabling mount propagation
Another feature that CSI depends on is mount propagation. It allows the sharing of volumes mounted by one container with other containers in the same pod, or even to other pods on the same node. For mount propagation to work, the Docker daemon for the cluster must allow shared mounts. See the [mount propagation docs][mount-propagation-docs] to find out how to enable this feature for your cluster. [This page][docker-shared-mount] explains how to check if shared mounts are enabled and how to configure Docker for shared mounts.

[mount-propagation-docs]: https://kubernetes.io/docs/concepts/storage/volumes/#mount-propagation
[docker-shared-mount]: https://kubernetes.io/docs/concepts/storage/volumes/#configuration

### Examples

- Simple deployment example using a single pod for all components: see the [hostpath example](example.html).
Expand Down
2 changes: 1 addition & 1 deletion book/src/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ linux mounts: Path /var/lib/kubelet/pods is mounted on / but it is not a shared

Your Docker host is not configured to allow shared mounts. Take a look at [this page][docker-shared-mount] for instructions to enable them.

[docker-shared-mount]: https://docs.portworx.com/knowledgebase/shared-mount-propagation.html
[docker-shared-mount]: https://kubernetes.io/docs/concepts/storage/volumes/#configuration


### External attacher can't find _VolumeAttachments_
Expand Down