feat(cinder-csi-plugin): add splitMode - #3067
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @cwrau. Thanks for your PR. I'm waiting for a kubernetes 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-sigs/prow repository. |
aaeb1a0 to
81a7702
Compare
|
Hello, anything I can do to help this getting reviewed? |
|
Hello, is there something I can do to get this merged? |
81a7702 to
708e56f
Compare
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
Still waiting for review... |
708e56f to
0e667c6
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/ok-to-test |
234u34k
left a comment
There was a problem hiding this comment.
Blocking default-values regression; reproduction and requested test are documented inline.
This allows the user to deploy the controller-manager split between the management cluster and the workload cluster.
Signed-off-by: Chris Werner Rau <cwrau@cwrau.info>
0e667c6 to
c52e1c9
Compare
234u34k
left a comment
There was a problem hiding this comment.
Confirmed on c52e1c93. The hostMount path is restored in both templates and the checks pass. This addresses my requested change, thank you
What this PR does / why we need it:
This allows the user to deploy the controller-manager split between the
management cluster and the workload cluster.
That way one can keep all openstack credentials out of the workload cluster.
Release note: