istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/24737.yaml (about)

     1  apiVersion: release-notes/v2
     2  kind: feature
     3  area: traffic-management
     4  
     5  # issue is a list of GitHub issues resolved in this note.
     6  issue:
     7    - 11130
     8  
     9  releaseNotes:
    10  - |
    11    **Added** config option `values.global.proxy.holdApplicationUntilProxyStarts`,
    12    which causes the sidecar injector to inject the sidecar at the start of the
    13    pod's container list and configures it to block the start of all other
    14    containers until the proxy is ready.  This option is disabled by default.