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

Using topolvm image without sidecars #89

Open
nbalacha opened this issue Nov 24, 2021 · 1 comment
Open

Using topolvm image without sidecars #89

nbalacha opened this issue Nov 24, 2021 · 1 comment

Comments

@nbalacha
Copy link

On Openshift, it is required to use the CSI sidecar images shipped by Openshift.
I would like to modify the operator to use the default sidecar containers available and use the topolvm image that is built without sidecars.

Proposal:
There are 3 ways to provide the images.

  1. Hardcode default CSI sidecar images in the code
  2. In the operator config map
  3. Via operator ENV variables

Highest priority will be given to the values in the ENV, followed by the configmap. If neither of these are available, the default hardcoded values will be used.

@jmolmo
Copy link
Collaborator

jmolmo commented Nov 24, 2021

Not only is required for Openshift. To have separate CSI images can improve operator flexibility and help to isolate problems.

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