higress
higress copied to clipboard
🤖 AI Gateway | AI Native API Gateway
## Why do you need it? The api we are talking about here is "business api". There are several differences between `business api` and `route api`: 1. Intent - `business...
### Ⅰ. Describe what this PR did Upgrade to Istio 1.19.0 and implement Gateway API support. ### Ⅱ. Does this pull request fix one issue? ### Ⅲ. Why don't you...
## Why do you need it? annotations: + `higress.io/timeout` ## How could it be? Add testcases for timeout annotations. ## Other related information + https://github.com/alibaba/higress/tree/main/test + https://github.com/alibaba/higress/issues/190
## Why do you need it? annotations: + `nginx.ingress.kubernetes.io/backend-protocol` ## How could it be? Add testcases for backend-protocol annotations. ## Other related information + https://github.com/alibaba/higress/tree/main/test + https://github.com/alibaba/higress/issues/190
## Why do you need it? annotations: + `higress.io/destination` ## How could it be? single destiantion: ```yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: higress.io/destination: " bar-service.default.svc.cluster.local:5678" name: echo namespace: default...
annotation: nginx.ingress.kubernetes.io/proxy-next-upstream nginx.ingress.kubernetes.io/proxy-next-upstream-timeout nginx.ingress.kubernetes.io/proxy-next-upstream-tries e2e framework: https://github.com/alibaba/higress/tree/main/test part of #190
## Why do you need it? annotations: + `nginx.ingress.kubernetes.io/load-balance` + `nginx.ingress.kubernetes.io/upstream-hash-by` ## How could it be? Add testcases for load-balance annotations. ## Other related information + https://github.com/alibaba/higress/tree/main/test + https://github.com/alibaba/higress/issues/190
## Why do you need it? annotations: + `nginx.ingress.kubernetes.io/affinity` + `nginx.ingress.kubernetes.io/affinity-mode` + `nginx.ingress.kubernetes.io/session-cookie-name` + `nginx.ingress.kubernetes.io/session-cookie-path` + `nginx.ingress.kubernetes.io/session-cookie-max-age` + `nginx.ingress.kubernetes.io/session-cookie-expires` ## How could it be? Add testcases for cookie affinity annotations....
## Why do you need it? annotations: + `nginx.ingress.kubernetes.io/proxy-ssl-secret` + `nginx.ingress.kubernetes.io/proxy-ssl-name` + `nginx.ingress.kubernetes.io/proxy-ssl-server-name` ## How could it be? Add testcases for upstream encryption annotations. ## Other related information + https://github.com/alibaba/higress/tree/main/test...
## Why do you need it? annotations: + `nginx.ingress.kubernetes.io/auth-type` + `nginx.ingress.kubernetes.io/auth-secret` + `nginx.ingress.kubernetes.io/auth-secret-type` + `nginx.ingress.kubernetes.io/auth-realm` ## How could it be? Add testcases for auth annotations. ## Other related information +...