Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Istio native init container supports many parameters,there not support? #18

Open
w564791 opened this issue Sep 29, 2018 · 2 comments
Open

Comments

@w564791
Copy link

w564791 commented Sep 29, 2018

likes

traffic.sidecar.istio.io/includeOutboundIPRanges
traffic.sidecar.istio.io/excludeOutboundIPRanges
traffic.sidecar.istio.io/includeInboundPorts
traffic.sidecar.istio.io/excludeInboundPorts
@w564791
Copy link
Author

w564791 commented Sep 29, 2018

For example, I added a pod comment of "traffic.sidecar.istio.io/excludeOutboundIPRanges: 0.0.0.0/0". I found that it only works on the proxy container. Other containers in the same pod have no effect. When I roll back to isito native init container, everything becomes normal

@w564791
Copy link
Author

w564791 commented Sep 29, 2018

$ cat /etc/podinfo/pod_annotations
kubernetes.io/config.seen="2018-09-29T09:47:41.515359454+08:00"
kubernetes.io/config.source="api"
pod-network-controller.istio.io/status="initialized"
sidecar.istio.io/status="{\"version\":\"da785e7edc22c88d153de8495e3c0c964e72195495e45bc3bb845f0016c1e5e3\",\"initContainers\":[\"istio-init\"],\"containers\":[\"istio-proxy\"],\"volumes\":[\"podinfo\",\"istio-envoy\",\"istio-certs\"],\"imagePullSecrets\":null}"
traffic.sidecar.istio.io/excludeOutboundIPRanges="0.0.0.0/0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant