Skip to content
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

subscription resources per container #117

Open
kfox1111 opened this issue May 5, 2021 · 1 comment
Open

subscription resources per container #117

kfox1111 opened this issue May 5, 2021 · 1 comment

Comments

@kfox1111
Copy link

kfox1111 commented May 5, 2021

We were playing with deploying the gitlab.com/redhat gitlab-runner-operator. It does not specify resources in the rbac proxy in the csv. We tried overriding them with the Subscription object but it looks like the resources in the subscription don't have a way to reference a container name for which container to apply the resource config to when the csv references multiple containers. The resource requirements for the rbac proxy can be different then the requirements for the operator.

@camilamacedo86
Copy link
Contributor

camilamacedo86 commented Feb 14, 2022

Hi @kfox1111,

By using SDK ( make bundle ) the CSV will be built with all permissions, see an example under the testdata samples dir: operator-sdk/testdata/go/v3/memcached-operator/bundle/

Also, could you please clarifies what do you mean with subscription resources per container? OLM allows you to create a subscription for the Operator? When/why are looking for it per container?

So, could you please let us know:
a) Do you see that it is still a requirement or this issue could be closed because it is outdated?
b) If it is still required could you please let us know:

  • What did you do?
  • What did you expect to see?
  • What did you see instead? Under which circumstances?
  • What is the proposed solution? What would you like that happens? Could you please provide an example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants