Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: when all ONAP projects are ready for Istio integration, the Istio sidecar injector policy could be configured as "enabled", the annotation in the pod will not be necessary any more.

First, start a local helm repository server and add it to helm repository list:

Code Block
languagebash
themeRDark
helm serve &
helm repo add local http://127.0.0.1:8879

Download helm charts from OOM gerrit Gerrit repository. In Casablanca, MSB project is working with VF-C and Multi-VIM to verify Istio integration, so we are focusing on these three projects right now. More projects will engage later.

...