Configurable timeouts
Prerequisites
Setup Seldon Core
!kubectl create namespace seldon!kubectl config set-context $(kubectl config current-context) --namespace=seldonfrom IPython.core.magic import register_line_cell_magic
@register_line_cell_magic
def writetemplate(line, cell):
print("writing template")
with open(line, "w") as f:
f.write(cell.format(**globals()))Configure Istio
Short timeouts deployment file
Seldon Deployment with Long Timeout
Last updated
Was this helpful?