This version is unsupported. To try it out, follow the instructions in the README. After installation, you can see the usage instructions for how to get started.
Release notes
- Added support for the following new resources:
- NeworkSecurityGroup
- NetworkSecurityGroupsSecurityRule
- UserAssignedIdentity
- AKS ManagedCluster
- AKS ManagedClustersAgentPool
- Removed kubebuilder validations on
Status
resources. These validations could sometimes prevent the operator from saving status. - Optimize controller back-off for the cloud (starts out slower, but doesn't back off quite as much as before so that we catch changes faster even once we've reached full back-off).
- Prevent controller reconciliation when only the
Status
of a resource has been changed. - Improved the error message returned to users if the
Owner
is missing or pointing to a resource of the wrong type. - Improved log messages written by the controller.
- Fixed bug with
ResourceReference
regex that incorrectly prevented some valid ARM IDs from being specified.