Updating Cloudera license
CSA Operator requires a valid license to function. You must update expired licenses, otherwise, cluster resources will break down over time. Once the license expires, the cluster resources you deployed will continue to run, but reconciliation of resources will be blocked. For example: failed pods will not be restarted and deploying new Flink jobs will not be possible. In general, the control mechanisms in place that keep resources healthy will be blocked. This will result in deployed resources breaking down over time.
You register your initial license during installation by setting the
clouderaLicense.fileContent
Helm chart property. When this
property is set, a Kubernetes secret is automatically generated that stores your
license. The name of the secret is csa-op-license
.
When the license expires, it must be updated. You can update the license by updating
the secret that stores the license, with data from your new license, specifically
the value of the data.license
property in the secret.
Licenses can be updated at any time. If your license is already expired and you update your license, restrictions on functionality are lifted immediately after the license is updated.
Updating a license does not carry any risks and does not result in cluster downtime.