Release 2.11.0

Learn about the new features and notable changes in release 2.11.0 of Cloudera Flow Management - Kubernetes Operator.

New features

NifiRegistryBinding
Connect a NiFi and NiFi Registry instance using the NifiRegistryBinding custom resource.
Initial Admin Canvas Access Policies

The initial admin user specified in the NiFi custom resource’s spec.security.initialAdminIdentity field now has immediate access to the NiFi canvas on first startup, making getting up and running with a new NiFi cluster much faster.

Fixed issues

OOM Recovery did not maintain QoS of Pods

OOM Recovery would increase resource limits but not requests, resulting in a changed quality of service of Pods, i.e. changing from Guaranteed (request == limit) to Burstable (request < limit).

Operational Changes

cfm-operator NiFi User

A default ‘cfm-operator.cfm-operator-system.svc’ user was added to give Cloudera Flow Management - Kubernetes Operator the permissions it needs to manage the NiFi cluster. Do not remove this user or any of its permissions, as it will render the operator unable to manage that NiFi Cluster.