-
Notifications
You must be signed in to change notification settings - Fork 250
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
Fix broken link #202
Conversation
bells17
commented
Aug 27, 2019
•
edited by saad-ali
Loading
edited by saad-ali
book/src/deploying.md
Outdated
@@ -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://docs.portworx.com/knowledgebase/shared-mount-propagation.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link is dead. Can we find another link?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh...Sorry I copied from https://github.com/kubernetes-csi/docs/blob/master/book/src/troubleshooting.md.
So I never before looked https://docs.portworx.com/knowledgebase/shared-mount-propagation.html contents.
But if this link indicates how to configure Docker's shared mount propagation, I think below links can be introduced instead:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@saad-ali I want to use https://kubernetes.io/docs/concepts/storage/volumes/#configuration link because the description is very simple, but what do you think about it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That sounds good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@saad-ali Thanks, I modified linkes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bells17, saad-ali The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |