透明代理

    1. initContainers:
    2. - name: init-linkerd
    3. image: linkerd/istio-init:v1
    4. env:
    5. fieldRef:
    6. fieldPath: spec.nodeName
    7. args:
    8. - -p
    9. - "4140" # port of the Daemonset linkerd's incoming router
    10. - -s
    11. - -m
    12. - "false" # set to true if running in minikube
    13. imagePullPolicy: IfNotPresent
    14. securityContext:
    15. capabilities:
    16. add: