An Azure service that delivers high availability and network performance to applications.
In the end, my solution was to wait. It looks like AKS adjusted their deployment strategy to deploy alb version 1.10.30 instead of (the too-early) 1.11.1-rc14.
I received temporary relief by doing
kubectl rollout undo deployment/alb-controller -n kube-system
But, I did need to do this two days in a row as my 1.10.27 pod stopped - leaving only a couple of 1.11.1 pods (that were continually restarting).
In my case, this was a dev environment, and I could leave it in this precarious state for a bit.
6 days after the update to 1.11.1, my AKS cluster was 'downgraded' by the managed services to 1.10.30
This version works and is content with ReferenceGrants CRD at the v1beta1 version.