pericles

Mission Specialist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024
09:10 PM
- 867 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
0 Replies
Join the discussion
You must log in to join this conversation.