Conversation
f1bbf94 to
f06bb24
Compare
|
What chart is the rbac in? Does Rook need to add a helm dependency on it or does the csi operator chart have a dependency on it? |
@travisn the CSI RBAC was part of both charts. am removing it from the operator chart so that it will be present only in the csi-driver charts |
Rook doesn't currently install the csi-driver chart, only the csi-operator chart. Can this be factored out as a helm library so the rbac can still come with the csi-operator chart? |
Having this in csi-operator chart is not a good idea because this are per drivers not for the operator. I need to look into this one and also we need to talk about long term look plan as well, What we have discussed was that Rook will move the CSI to the user management and not to generate(manage) the Csi-operator CR's. |
|
To summarize our discussion:
|
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions. |
|
not stale |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions. |
|
This pull request has been automatically closed due to inactivity. Please re-open if these changes are still required. |
f06bb24 to
9fe1af9
Compare
|
@travisn @subhamkrai I am planning to make this changes in csi operator, please switch to csi driver helm charts for Rook in Rook 1.20 |
@Madhu-1 This means rook will need to have two chart as dependency csi-operator chart and csi-driver chart? |
Yes correct |
CSI template and RBAC's are shipped as another charts. we dont need to add the csi RBAC to the operator charts. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
9fe1af9 to
4e9c80d
Compare
|
With the transition of the rbac from one chart to the other, we will need to test the upgrades to ensure a smooth transition. Hopefully the helm upgrade test in Rook will catch any issues, but let's discuss in more detail. |
Yes correct, If we start the testing early it would be good to see if there are any problem. |
CSI template and RBAC's are shipped as another charts. we dont need to add the csi RBAC to the operator charts.