-
Notifications
You must be signed in to change notification settings - Fork 98
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
operator: v1alpha2 mitigations #1285
Draft
chrisseto
wants to merge
5
commits into
main
Choose a base branch
from
chris/operator-updates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chrisseto
force-pushed
the
chris/operator-updates
branch
2 times, most recently
from
May 17, 2024 19:11
4a35d7e
to
e623d17
Compare
chrisseto
force-pushed
the
chris/operator-updates
branch
from
May 17, 2024 19:16
e623d17
to
8bc5fff
Compare
RafalKorepta
force-pushed
the
chris/operator-updates
branch
from
May 18, 2024 06:52
646390f
to
edec0f0
Compare
RafalKorepta
force-pushed
the
chris/operator-updates
branch
2 times, most recently
from
May 20, 2024 08:53
0fa808d
to
5c38baa
Compare
I will try to change/add/generate Role and RoleBinding (maybe ServiceAccount) for test pod. Reference |
RafalKorepta
force-pushed
the
chris/operator-updates
branch
from
May 20, 2024 09:52
5c38baa
to
93554b8
Compare
Previously there existed two sets of manifest for the operator. One in the operator repo and one in the operator helm chart. Not only was the duplication at risk of getting out of sync, there also existed a divergent feature set between the two. This commit removes as much of the operator helm chart as possible, instead opting to follow the kustomize resources published by the operator itself. This results in a few behavioral changes: - {,Cluster}Role{,Bindings} names have changed and the total amount of permissions have been consolidated. - `webhooks.enabled` now defaults to `true`. Disabling webhooks will likely result in a non-functional operator. This toggle will be removed in the future. - `scope` is now deprecated. This poorly named field did not function the way it was documented and is no long possible to continue supporting due to the necessity of webhooks. It still exists and controls whether the operator runs in a namespaced mode or not BUT it does not affect the total set of RBAC objects created by this chart.
RafalKorepta
force-pushed
the
chris/operator-updates
branch
from
May 20, 2024 10:02
93554b8
to
280225c
Compare
Moving this into a draft as we no longer need to resort to such drastic changes. Though we'll probably merge portions of this over time as it contains some desirable changes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.