zengyuxing007
zengyuxing007
```shell apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: nginx.ingress.kubernetes.io/proxy-read-timeout: "120s" name: my-ip-ingress namespace: default spec: ingressClassName: nginx rules: - host: www.example.com http: paths: - backend: service: name: httpbin port: number: 8000...
I just started paying attention to this project recently and have read the relevant documents, such as this one: [external-dns-incubator/#risks-and-mitigations](https://kubernetes-sigs.github.io/external-dns/v0.14.2/20190708-external-dns-incubator/#risks-and-mitigations ), In terms of time, we have been developing for...
**Describe the feature request** Support for customized configuration of traffic interception through Annotations. - annotation defined ref doc: https://docs.google.com/document/d/1BoxkKjtvmZVju5SgH1ML3OmRxQYbWEyO8_Oz7KqJCoc/edit#heading=h.xw1gqgyqs5b 1. traffic.istio.io/includeOutboundIPRanges 2. traffic.istio.io/excludeOutboundIPRanges 3. traffic.istio.io/includeInboundPorts 4. traffic.istio.io/excludeInboundPorts 5. traffic.istio.io/excludeInterfaces 6....