Deploy Multiple Seldon Core Operators
Setup Seldon Core
Namespaced Seldon Core Operator
!kubectl create namespace seldon-ns1namespace/seldon-ns1 created!kubectl label namespace seldon-ns1 seldon.io/controller-id=seldon-ns1namespace/seldon-ns1 labeledVERSION=!cat ../version.txt
VERSION=VERSION[0]
VERSION'1.19.0-dev'from IPython.core.magic import register_line_cell_magic
@register_line_cell_magic
def writetemplate(line, cell):
with open(line, "w") as f:
f.write(cell.format(**globals()))Label Focused Seldon Core Operator
Last updated
Was this helpful?