Skip to content

v0.5.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 08:12

This is a bugfix release. It adds a workaround for a problem in kopf (the underlying library used by this operator) that leads to crashes on AKS versions >= 1.30 due to changed serviceaccount token expiration.

If you are on an affected AKS version, update the operator to 0.5.7 and add the following to the helm values for the operator:

tokenExpirationWorkaround: true

To verify it worked, check the operator pod logs for a line like Using token from /var/run/secrets/serviceaccount/token for authentication.