Tim created FLINK-35937:
---------------------------
Summary: Helm RBAC cleanup
Key: FLINK-35937
URL: https://issues.apache.org/jira/browse/FLINK-35937
Project: Flink
Issue Type: Improvement
Components: Kubernetes Operator
Affects Versions: 1.19.0
Environment: Kubernetes 1.29.4
Reporter: Tim
This is a follow up ticket to
[https://issues.apache.org/jira/projects/FLINK/issues/FLINK-35310]
In further research and testing with Kyverno I figured out that some apiGroups
seem to be invalid and I removed them with this PR.
It seems that the "extensions" apiGroups does not exist on our recent cluster
(Kubernetes 1.29.4). I'm not sure but it might be related to these deprecation
notices:
https://kubernetes.io/docs/reference/using-api/deprecation-guide/#deployment-v116
Same holds for the "finalizers" resources. They do not seem to exist anymore
and lead to problems with our deployment. So I also removed them.
To complete the verb list I also added "deleteCollections" where applicable.
Please take a look if this makes sense to you.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)