Hi. I am trying to enable some kube-proxy settings...
# azure
a
Hi. I am trying to enable some kube-proxy settings while azure managed cluster creation. Azure provides a way to pass in a kube-proxy.json while creating with command line
az aks create -g <resourceGroup> -n <clusterName> --kube-proxy-config kube-proxy.json
How do I provide these kube-proxy settings to
azure.containerservice.*ManagedCluster*
. ?
btw my end goal is to enable IPVS for my cluster