-
Notifications
You must be signed in to change notification settings - Fork 252
Bug 1905119: csi: allow for custom string replaces in controller asset #965
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
|
@staebler: This pull request references Bugzilla bug 1905119, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: staebler 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 |
|
/cc @bertinatto |
To support AWS C2S, the AWS EBS CSI driver needs to be able to modify the controller deployment that it creates based upon whether there is a custom CA bundle to use when accessing the AWS API.
|
/assign @deads2k |
|
There's another bug where we also need to modify the controller Deployment (i.e., by adding some annotations to it), but string replacements aren't a good fit for that. I'm working on a PR to add a hook to modify the Deployment object instead: openshift/aws-ebs-csi-driver-operator#104. I think we could use that to add the custom CA bundle. Any thoughts? CC @jsafrane |
|
This is obsolete. |
|
@staebler: Closed this PR. 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. |
|
@staebler: This pull request references Bugzilla bug 1905119. The bug has been updated to no longer refer to the pull request using the external bug tracker. 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. |
To support AWS C2S, the AWS EBS CSI driver needs to be able to modify the controller deployment that it creates based upon whether there is a custom CA bundle to use when accessing the AWS API.