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
This is a...
Problem: The documentation says that you should set volumeMode to raw for a raw block device. In reality you should set it to block.
volumeMode
raw
block
Proposed Solution: Change raw to block
Page to Update: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes
The text was updated successfully, but these errors were encountered:
Change incorrect string raw to block
38ea99d
Fixes kubernetes#12925
574f8c0
Change incorrect string raw to block (#12926)
b37e645
Fixes #12925
851ef58
No branches or pull requests
This is a...
Problem:
The documentation says that you should set
volumeMode
toraw
for a raw block device. In reality you should set it toblock
.Proposed Solution:
Change
raw
toblock
Page to Update:
https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes
The text was updated successfully, but these errors were encountered: