My customer has plan to migrate NIC(NGINX Ingress Controler) to CIS , and they need wildcard path same like nginx. However it seems wildcard path not supported in Ingress. Is there any other way to support this ?
Error Message :
2024/08/15 06:36:29 [ERROR] [CORE] Ingress path should not contain wildcard character '*' for ingress growin/ingress-internal-api-growin-id
Hi Expert,
My customer has plan to migrate NIC(NGINX Ingress Controler) to CIS , and they need wildcard path same like nginx. However it seems wildcard path not supported in Ingress. Is there any other way to support this ?
Error Message : 2024/08/15 06:36:29 [ERROR] [CORE] Ingress path should not contain wildcard character '*' for ingress growin/ingress-internal-api-growin-id
Thanks a lot for your help
Sample Config :
apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: nginx.ingress.kubernetes.io/rewrite-target: /$2 nginx.ingress.kubernetes.io/use-regex: "true" name: internal-api-growin namespace: growin spec: ingressClassName: nginx-api rules:
Regards -Bondan-