At least when running on the later OKD, controller failed to create a Jobs due to missing nodes/finalizers permisisons.
Adding following to RBAC:
- apiGroups: [""]
resources: ["nodes/finalizers"]
verbs: ["list", "watch", "get", "delete", "update", "patch"]
fixes the issue. Might be less verbs needed to more strict compliance.
At least when running on the later OKD, controller failed to create a Jobs due to missing nodes/finalizers permisisons.
Adding following to RBAC:
fixes the issue. Might be less verbs needed to more strict compliance.