sd deploy

sd deploy

Deploy a new version of your model.

Synopsis

Deploy a new version of your model, specifying its main parameters. This command will always generate a new spec on each run, therefore it can be used both to create a new deployment and to update an existing one.

sd deploy [name] [flags]

Options

  -h, --help                 help for deploy
  -e, --model-env strings    Main model environment variables.
  -i, --model-image string   Main model image.
  -n, --namespace string     Namespace where to deploy the model. (default "default")
  -r, --replicas int         Number of replicas for model deployment. (default 1)

Options inherited from parent commands

  -p, --password string   Seldon Deploy password.
  -s, --server string     Seldon Deploy server URL.
  -u, --user string       Seldon Deploy user.

SEE ALSO

  • sd - sd allows to control your machine learning resources in Seldon Deploy.
Auto generated by spf13/cobra on 27-Mar-2020
Last modified March 27, 2020: change ref subpath (68c2e91)