cancel
Showing results for 
Search instead for 
Did you mean: 
pericles
Mission Specialist
Mission Specialist
  • 546 Views

Manual sidecar injection in OpenShift Service Mesh

Hi, I'm trying to inject an Istio proxy manually into a POD.

After launching this command

istioctl kube-inject \
    --injectConfigFile inject-config.yaml \
    --meshConfigFile mesh-config.yaml \
    --valuesFile inject-values.yaml \
    --filename APP-ISTIOSAMPLE-EXTERNAL/application.yaml  \
    | oc apply -f -

which works perfectly in a Kubernetes cluster, in Openshift I get this error

 

Error: template: inject:422 function "appendMultusNetwork" not defined

 

The injected files in the parameters have been retrieved from the corresponding configmap.

I want to be able to inject the sidecar manually, not automatically. Does anyone know what could be the reason?

I follow this guide: https://istio.io/latest/docs/setup/additional-setup/sidecar-injection/#manual-sidecar-injection

Thanks in advance

Labels (2)
0 Kudos
0 Replies
Join the discussion
You must log in to join this conversation.