aks-app-routing-operator icon indicating copy to clipboard operation
aks-app-routing-operator copied to clipboard

When using name `default` in CRD, the `controllerNamePrefix` is fixed to `nginx`

Open JoeyC-Dev opened this issue 5 months ago • 1 comments

az aks approuting enable --resource-group $resourceGroup --name $clusterName --nginx None

Change metadata.name to the name other than default will not encounter the issue.

apiVersion: approuting.kubernetes.azure.com/v1alpha1
kind: NginxIngressController
metadata:
  name: default
spec:
  ingressClassName: webapprouting.kubernetes.azure.com
  controllerNamePrefix: testprefix

JoeyC-Dev avatar Sep 15 '24 18:09 JoeyC-Dev