-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OCPBUGS-55260#Add static provisioning content for Azure File #94557
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
base: main
Are you sure you want to change the base?
Conversation
🤖 Fri Jun 27 18:26:35 - Prow CI generated the docs preview: |
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, only a couple tiny nits.
modules/persistent-storage-csi-azure-file-static-provisioning-procedure.adoc
Outdated
Show resolved
Hide resolved
modules/persistent-storage-csi-azure-file-static-provisioning-procedure.adoc
Outdated
Show resolved
Hide resolved
modules/persistent-storage-csi-azure-file-static-provisioning-procedure.adoc
Outdated
Show resolved
Hide resolved
modules/persistent-storage-csi-azure-file-static-provisioning-procedure.adoc
Show resolved
Hide resolved
/label peer-review-done |
@GroceryBoyJr: Those labels are not set on the issue: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/remove-label peer-review-needed |
modules/persistent-storage-csi-azure-file-static-provisioning-procedure.adoc
Outdated
Show resolved
Hide resolved
modules/persistent-storage-csi-azure-file-static-provisioning-procedure.adoc
Outdated
Show resolved
Hide resolved
The This is because your PR targets the If the update in your PR does NOT apply to version 4.20 onward, please re-target this PR to go directly into the appropriate version branch or branches (enterprise-4.x) instead of main. |
modules/persistent-storage-csi-azure-file-static-provisioning-procedure.adoc
Outdated
Show resolved
Hide resolved
modules/persistent-storage-csi-azure-file-static-provisioning-procedure.adoc
Outdated
Show resolved
Hide resolved
modules/persistent-storage-csi-azure-file-static-provisioning-procedure.adoc
Outdated
Show resolved
Hide resolved
modules/persistent-storage-csi-azure-file-static-provisioning-procedure.adoc
Outdated
Show resolved
Hide resolved
modules/persistent-storage-csi-azure-file-static-provisioning-procedure.adoc
Outdated
Show resolved
Hide resolved
@lpettyjo: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
The format for the new added secret part doesn't look good, not sure if it is okay in official doc. |
The factual content of the secret doc LGTM. I let others judge the format. |
modules/persistent-storage-csi-azure-file-static-provisioning-procedure.adoc
Show resolved
Hide resolved
<2> Namespace for the PVC. | ||
<3> The name of the PV that you created in the previous step. | ||
<4> Storage class name. This name is used by the PVC to bind to this specific PV. For static provisioning, a `StorageClass` object does not need to exist, but the name in the PV and PVC must match. | ||
<5> Access mode. Sets read and/or write access for the PVC. |
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.
Same here
<11> File share name. Use only the file share name; do not use full path. | ||
<12> This secret must contain the Azure Storage Account name and key. | ||
+ | ||
The secret must have a very specific format with two key-value pairs: |
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.
I think we should move this at the top of the procedure and just do a reference here
Version(s): 4.14+
Issue: https://issues.redhat.com/browse/OCPBUGS-55260
Link to docs preview: https://94557--ocpdocs-pr.netlify.app/openshift-enterprise/latest/storage/container_storage_interface/persistent-storage-csi-azure-file.html#persistent-storage-csi-azure-file-static-provisioning-procedure_persistent-storage-csi-azure-file
QE review:
Additional information:
PTAL: @gcharot @duanwei33 @jsafrane