StatCan / aaw

Documentation for the Advanced Analytics Workspace Platform
https://statcan.github.io/aaw/
Other
68 stars 12 forks source link

[Epic] Seldon Core integration - Part 2 #1025

Open chritter opened 2 years ago

chritter commented 2 years ago

In this epic we continue (previous steps at #699) re-enabling Seldon Core on the production cluster and to allow for isolated user-namespace deployments. Sub-issues can be linked against this main issue.

chritter commented 2 years ago

Preventing istio injection to allow init container with model to start:

  annotations:
    sidecar.istio.io/inject: "false"