OpenShift Cluster where AKO/AMKO Running
AKO: 2.1.3
AMKO: 2.1.1
VMware Avi Load Balancer
kubectl get configmap avi-k8s-config -n avi-system -o yaml
shardVSSize: DEDICATEDkubectl logs -n avi-system <ako-pod-name>
status/route_status.go:47 Skipping update of parent VS annotation since the route : <route-name> has InsecureEdgeTerminationAllow set to true kubectl logs -n avi-system <amko-pod-name>
msg: skipping route because either VS UUID or controller UUID missing from annotationsWorkaround:
Configure AKO to use Shared VS mode by changing shardVSSize from DEDICATED to SMALL, MEDIUM, or LARGE.
kubectl edit configmap avi-k8s-config -n avi-systemshardVSSize: SMALLkubectl delete pod -n avi-system <ako-pod-name>Fix Version:
The fix for this issue is planned to be included in a future AKO release 2.3.1.