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
Bug 2174335:[release-4.12] remove namespace deps from the bundle #1966
Bug 2174335:[release-4.12] remove namespace deps from the bundle #1966
Conversation
- remove service account namespace ref from the role bindings Having service Account namespace in the role bindings prevent us from installing the operator in another namespace. Removing it will allow us to install the operator in any namespace. - move ocs-metrics-exporter ClusterRole and Binding to the csv The service account namespace ref is a required field in the ClusterRoleBinding. It can be removed from the RoleBinding but not from the ClusterRoleBinding. Keeping the namespace ref prevents us from installing the operator in another namespace because the service account namespace is hardcoded. Moving the ClusterRole to the csv allows us to remove the namespace ref and install the operator anywhere. - remove hardcoded namespace from the metrics-exporter deployment Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
|
@iamniting: This pull request references Bugzilla bug 2174335, which is invalid:
Comment 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/test-infra repository. |
|
/bugzilla refresh |
|
@iamniting: This pull request references Bugzilla bug 2174335, which is invalid:
Comment 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/test-infra repository. |
|
/bugzilla refresh |
|
@iamniting: This pull request references Bugzilla bug 2174335, 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
No GitHub users were found matching the public email listed for the QA contact in Bugzilla (ebenahar@redhat.com), skipping review request. 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/test-infra repository. |
Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: agarwal-mudit, iamniting The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test ocs-operator-bundle-e2e-aws |
4 similar comments
|
/test ocs-operator-bundle-e2e-aws |
|
/test ocs-operator-bundle-e2e-aws |
|
/test ocs-operator-bundle-e2e-aws |
|
/test ocs-operator-bundle-e2e-aws |
|
looks like openshift ci is really mad, Will run it again in some time. |
|
/test ocs-operator-bundle-e2e-aws |
2 similar comments
|
/test ocs-operator-bundle-e2e-aws |
|
/test ocs-operator-bundle-e2e-aws |
|
@iamniting: The following test failed, say
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/test-infra repository. I understand the commands that are listed here. |
|
/test ocs-operator-bundle-e2e-aws |
abe0336
into
red-hat-storage:release-4.12
|
@iamniting: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged: These pull request must merge or be unlinked from the Bugzilla bug in order for it to move to the next state. Once unlinked, request a bug refresh with Bugzilla bug 2174335 has not been moved to the MODIFIED state. 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/test-infra repository. |
These changes will allow us to install operator in any namespace.
Signed-off-by: Nitin Goyal nigoyal@redhat.com
Manual cherry-pick of #1908