Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.19.0
-
None
-
Kubernetes 1.29.4
Description
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.
Attachments
Issue Links
- links to