We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MountFlags
This is a...
Problem: Mount propagation for Kubernetes moved to beta in 1.10. Documentation was updated here: #7655
However on some deployments it won't work unless MountFlags=shared is added to /usr/lib/systemd/system/docker.service or MountFlags=slave is removed.
MountFlags=shared
/usr/lib/systemd/system/docker.service
MountFlags=slave
This is documented in the Portworx docs: https://docs.portworx.com/knowledgebase/shared-mount-propogation.html#redhatcentos-configuration-and-shared-mounts
Proposed Solution:
Kubernetes OSS documentation should be updated to explain this and have a similar how-to for different environments.
Page to Update: https://kubernetes.io/docs/concepts/storage/volumes/#mount-propagation
1.9, 1.10+
/assign @jsafrane
The text was updated successfully, but these errors were encountered:
/assign @vladimirvivien
Sorry, something went wrong.
Submitted PR #7854
Closed with #7854
vladimirvivien
jsafrane
No branches or pull requests
This is a...
Problem:
Mount propagation for Kubernetes moved to beta in 1.10. Documentation was updated here: #7655
However on some deployments it won't work unless
MountFlags=shared
is added to/usr/lib/systemd/system/docker.service
orMountFlags=slave
is removed.This is documented in the Portworx docs: https://docs.portworx.com/knowledgebase/shared-mount-propogation.html#redhatcentos-configuration-and-shared-mounts
Proposed Solution:
Kubernetes OSS documentation should be updated to explain this and have a similar how-to for different environments.
Page to Update:
https://kubernetes.io/docs/concepts/storage/volumes/#mount-propagation
1.9, 1.10+
/assign @jsafrane
The text was updated successfully, but these errors were encountered: