load-balancer-and-ingress-services-for-kubernetes
load-balancer-and-ingress-services-for-kubernetes copied to clipboard
Load Balancer and Ingress services for Kubernetes
AV-205437 Static Route fix This PR fixes following issue with Static routes: If we have multiple nodes with multiple PODCidrs, if we delete all block affinities on any of intermediate...
When creating a VIP if autoallocate is set along with static IP, autoallocate is taking over precedence.
### Is your feature request related to a problem? Please describe. We are using kubernetes 1.29 and wan't a proof of concept with AKO. When deploying AKO version 1.11.3 we...
### Describe the bug I am trying to use AKO with NSX-T cloud in a dedicated non-admin tenant. I have deployed all the required infrastructure in NSX-T and the AVI...
### Describe the bug If the cloud configuration does not define an ipam provider a panic occurs. ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV:...
### Describe the bug We noticed the installation of the CRDs for `gatewayclass.networking.x-k8s.io` are installed on the cluster. These resources don't seem to be used/referenced by AKO anymore and they...
### Is your feature request related to a problem? Please describe. I'd like to pull avi credentials from a vault and then create a secret with those credentials. This can...
If GitOps setups secrets are not commited to the helm values, but rather delivered aside by for example ExternalSecrets. Hence we need an ability to inject CTRL_USERNAME and CTRL_PASSWORD from...
In the AKO chart the image tag is hard coded: ``` image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}" ``` We rebuild all of our open source images in our own repository...