-
Notifications
You must be signed in to change notification settings - Fork 667
Bug 1910500: Fixes CSI provisioner additional parameters #8337
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
Conversation
|
@Jayashree-panda: This pull request references Bugzilla bug 1910500, which is invalid:
Comment DetailsIn 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/test-infra repository. |
|
Hi @Jayashree-panda. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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/test-infra repository. |
|
/bugzilla refresh |
|
@cloudbehl: This pull request references Bugzilla bug 1910500, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn 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/test-infra repository. |
|
@Jayashree-panda launched a GCP cluster with In Provisioner dropdown list, I didn't see |
|
I think the bug is requesting to list available csi drivers in the provisioner dropdown list, in our case it should be @Jayashree-panda could you help confirm again? |
|
@yapei We assumed that it will be available via the Need to see what's the difference between the csidrivers and clustercsidrivers api & how different they are as I know OCS uses csiDrivers API to list the registered provisioners. @jsafrane ^^ |
AFAIK clustercsidriver is something specific to openshift to management and configuration of a CSI driver operator not available in kubernetes by default. |
|
ClusterCSIDriver is CR for OCP CSI driver operators. CSIDriver is Kubernetes information about installed CSI drivers. In StorageClass GUI please use CSIDrivers. |
|
Based on @yapei : #8337 (comment)
@jsafrane why do we have this difference in a place where |
|
Again, for console use CSIDrivers. @bertinatto, missing CSIDriver for GCP PD sounds like a bug, can you please check? |
|
/assign @spadgett |
|
I confirmed that console should be working well when listing CSIDrivers in Provisioner dropdown Given these csidrivers we got from All are listed in the Provisioners dropdown. So 1910500 should be a Storage bug |
|
Sorry about missing CSIDriver, I created https://bugzilla.redhat.com/show_bug.cgi?id=1939865 For testing, you can apply this one manually: https://github.com/openshift/gcp-pd-csi-driver/blob/master/deploy/kubernetes/base/controller/csidriver_info.yaml |
|
Got it, thank you @jsafrane for reporting the bug |
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.
no external link will be rendered if documentationLink is empty, is this expected? @Jayashree-panda
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.
for example selecting block.csi.ibm.com or pd.csi.storage.gke.io provisioner will return
<a class="co-external-link" target="_blank" rel="noopener noreferrer">What should I enter here?</a>
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.
@yapei Made a fix for this. PTAL!
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.
@yapei Someone else has just fixed it which has got merged! I will rebase and update.
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.
@Jayashree-panda with the latest code, Additional parameters section will NOT be shown correctly
Additional parameters section is ONLY shown when kubernetes.io/no-provisioner is selected

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.
@yapei Fixed! Thanks!
f16c049 to
bc57bd6
Compare
Signed-off-by: Jayashree-panda <jayashreepanda12345@gmail.com>
spadgett
left a comment
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Jayashree-panda, spadgett The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@Jayashree-panda: All pull requests linked via external trackers have merged: Bugzilla bug 1910500 has been moved to the MODIFIED state. DetailsIn 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/test-infra repository. |

Signed-off-by: Jayashree-panda jayashreepanda12345@gmail.com