Skip to content

mvaictl workload resume

Resume a workload

Synopsis

Resumes the workload, allowing its admission according to regular Project rules.

If the workload has checkpoint enabled (via label 'memverge.ai/checkpoint-mode' in the associated owners' pod metadata), the workload will be automatically restored from checkpoint.

mvaictl workload resume NAME [flags]

Examples

  # Resume the workload
  mvaictl workload resume my-workload

Options

      --allow-missing-template-keys   If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. (default true)
      --dry-run string                Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it. If server strategy, submit server-side request without persisting the resource. (default "none")
  -h, --help                          help for resume
  -o, --output string                 Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
      --show-managed-fields           If true, keep the managedFields when printing objects in JSON or YAML format.
      --template string               Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].

Options inherited from parent commands

  -c, --config string        Path to mvaictl config directory (default "~/.mvaictl")
      --warnings-as-errors   Treat warnings received from the server as errors and exit with a non-zero exit code

SEE ALSO