According to the docs I should be able to set the defaultBackendService settings, but I am prompted with an error:
Error from server (BadRequest): error when creating ".\\testnginxcontroller.yml": NginxIngressController in version "v1alpha1" cannot be handled as a NginxIngressController: strict decoding error: unknown field "spec.defaultBackendService"
I have tried editing the original Nginxingresscontrollers and creating my own as a test; neither work.
According to the docs I should be able to set the
defaultBackendService
settings, but I am prompted with an error:Error from server (BadRequest): error when creating ".\\testnginxcontroller.yml": NginxIngressController in version "v1alpha1" cannot be handled as a NginxIngressController: strict decoding error: unknown field "spec.defaultBackendService"
I have tried editing the original
Nginxingresscontrollers
and creating my own as a test; neither work.Looking at the schema, this should be possible: https://github.com/Azure/aks-app-routing-operator/blob/main/config/crd/bases/approuting.kubernetes.azure.com_nginxingresscontrollers.yaml