[
https://issues.apache.org/jira/browse/FLINK-35937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyula Fora closed FLINK-35937.
------------------------------
Fix Version/s: kubernetes-operator-1.11.0
Assignee: Tim
Resolution: Fixed
merged to main 44dd679a5952569a7ae36395202fdf609130fdef
> 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
> Assignee: Tim
> Priority: Minor
> Labels: pull-request-available
> Fix For: kubernetes-operator-1.11.0
>
>
> 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)