mirror of https://github.com/linkerd/linkerd2.git
There was a problem that caused helm install to not reflect the proper list of ignored inbound and outbound ports. Namely if you supply just one port, that would not get reflected. To reproduce do a: ``` helm install \ --name=linkerd2 \ --set-file global.identityTrustAnchorsPEM=ca.crt \ --set-file identity.issuer.tls.crtPEM=issuer.crt \ --set-file identity.issuer.tls.keyPEM=issuer.key \ --set identity.issuer.crtExpiry=2021-01-14T14:21:43Z \ --set-string global.proxyInit.ignoreInboundPorts="6666" \ linkerd-edge/linkerd2 ``` Check your config: ```bash $ kubectl get configmap -n linkerd -oyaml | grep ignoreInboundPort "ignoreInboundPorts":[], ``` Signed-off-by: Zahari Dichev <zaharidichev@gmail.com> |
||
---|---|---|
.. | ||
cmd | ||
installsp | ||
Dockerfile-bin | ||
main.go |