Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.22 KB

arena_attach.md

File metadata and controls

37 lines (26 loc) · 1.22 KB

arena attach

Attach a training job and execute some commands

Synopsis

Attach a training job and execute some commands

arena attach JOB [-i INSTANCE] [-c CONTAINER] [flags]

Options

  -c, --container string   Container name. If omitted, the first container in the instance will be chosen
  -h, --help               help for attach
  -i, --instance string    Job instance name
  -T, --type string        The training type to get, the possible option is et(ElasticTraining),spark(Spark),tf(Tensorflow),mpi(MPI),py(Pytorch),horovod(Horovod),volcano(Volcano). (optional)

Options inherited from parent commands

      --arena-namespace string   The namespace of arena system service, like tf-operator (default "arena-system")
      --config string            Path to a kube config. Only required if out-of-cluster
      --loglevel string          Set the logging level. One of: debug|info|warn|error (default "info")
  -n, --namespace string         the namespace of the job
      --pprof                    enable cpu profile
      --trace                    enable trace

SEE ALSO

  • arena - arena is the command line interface to Arena
Auto generated by spf13/cobra on 5-Mar-2021