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

     1  apiVersion: release-notes/v2
     2  kind: feature
     3  area: installation
     4  issue:
     5    - 48746
     6  releaseNotes:
     7    - |
     8      **Fixed** an issue causing Istio CNI to stop functioning on minimal/locked down nodes (such as no `sh` binary).
     9      The new logic runs with no external dependencies, and will attempt to continue if errors are encountered (which could be caused by things like SELinux rules).
    10      In particular, this fixes running Istio on Bottlerocket nodes.