Open Barteus opened 1 year ago
I have added Istio config and with env properties for proxy.
kubectl apply -n kubeflow -f - <<EOF
apiVersion: networking.istio.io/v1beta1
kind: ServiceEntry
metadata:
name: proxy
spec:
hosts:
- my-company-proxy.com # ignored
addresses:
- <proxy-ip>/32
ports:
- number: <proxy-port>
name: tcp
protocol: TCP
location: MESH_EXTERNAL
EOF
It works now, but I'm not sure how upgrades etc. will be handled or if charm overrides my config.
When deploying the Seldon Core behind the proxy it gets stuck on creating a Conda environment. The same container without Istio Pods works fine.
The model was build using e2e-wine notebook from examples and stored in Minio to eliminate the problem with setting proxy for initializer.
Log from classifier:
As a part of the experiments I have deployed only the classifier container and it works fine with this configuration.