--
echo hello world
).--clone
--tag
--tag drink=water
).--image
--interactive
, --i
false
.--remove
, --rm
--cpu
50m
).--memory
, --mem
128Mi
).--container
--clone
option. Defaults to first container.--command
, -c
--arg
, -a
--shell
, -s
bash
.--location
aws-us-west-1
). Defaults to the first location fetched from the specified GVC. When specifying, make sure that the specified location is part of the specified GVC.--clone
option, the specified workload will be cloned with the same specs. The workload run command will wait for the new cloned workload instance to be healthy, execute the specified command within the first workload replica, and then exit.
Example usage:
--container
option.
Example usage:
--interactive
option, the remote terminal session will stay open after the specified command is executed.
Example usage:
bash
session; if unavailable, it sequentially tries zsh
, then sh
. If all attempts fail, an interactive session cannot be established, and the specified command will not execute.
To override the default shell, specify one with the --shell
option.
Example usage:
--remove
or the --rm
option to the workload run command.
Example usage: