Test ISVC
in a service mesh with Istio CNI plugin installed
#354
Labels
enhancement
New feature or request
ISVC
in a service mesh with Istio CNI plugin installed
#354
What needs to get done
Because of the Istio CNI plugin limitations, the Kserve InferenceServices (
ISVC
) may be affected by the network configuration, as eachISVC
has astorage-initializer
init-container, which executes this code, which may require network connectivity.NOTE: this scenario is possible for other workloads, not just ISVCs, so the actual solution should be generic enough to cover all.
This task requires us to create a Kserve InferenceService inside an Istio mesh with the Istio CNI plugin enabled. Since it will most likely produce an error, we need to provide a solution and document it. An option for fixing this could be to add annotations as described here to all workload Pods, which will require us to change several components controllers/mutatingwebhookconfigs.
Relevant logs
DOD:
Why it needs to get done
To avoid potential issues when we enable the Istio CNI plugin.
The text was updated successfully, but these errors were encountered: