F5Networks / k8s-bigip-ctlr

Repository for F5 Container Ingress Services for Kubernetes & OpenShift.
Apache License 2.0
364 stars 195 forks source link

Wildcard Character in Ingress Path #3519

Closed bsamodro closed 3 months ago

bsamodro commented 3 months ago

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-

bsamodro commented 3 months ago

Need to map nginx config to big ip first