Skip to content

[installer] allow labeled installation namespaces#1143

Open
patrick-men wants to merge 2 commits intoNetApp:masterfrom
patrick-men:feat/allow-labeled-namespaces
Open

[installer] allow labeled installation namespaces#1143
patrick-men wants to merge 2 commits intoNetApp:masterfrom
patrick-men:feat/allow-labeled-namespaces

Conversation

@patrick-men
Copy link
Copy Markdown

Change description

Allow the installation of trident-operator in pre-labeled namespaces

Project tracking

  • This PR does not require a JIRA ticket (explain below why)
    Open Source Contribution, outside of your Jira scope

Do any added TODOs have an issue in the backlog?

Unknown

Did you add unit tests? Why not?

All tests have been added

Does this code need functional testing?

Check the tests I wrote, else let me know

Is a code review walkthrough needed? why or why not?

No, it's a small change in the logic for checking the installation namespace. Functions should be descriptive enough, else let me know

Should additional test coverage be executed in addition to pre-merge?

No

Does this code need a note in the changelog?

Yes, as this adds a new option for the installation

Does this code require documentation changes?

Yes, same reasoning as above.

Additional Information

The goal of this PR is to allow the use of an installation namespace that is already labelled with the trident-required namespace labels.
We've encountered this issue due to our multi tenancy setup: We do not allow tenants to label their own namespaces, whereas creating namespaces is allowed. As such, we hit a wall when trying to rollout the trident-operator - as of now, whether it created the namespace itself or not, it always tries to patch some labels.
With the small additions in the code, the operator now performs a check to see if the labels already exist, allowing for a more flexible deployment.

CCLA created and signed

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

Successfully merging this pull request may close these issues.

1 participant