make "flyte start devbox" support custom ports
- Dominant language
- Go
- Stars
- 7.5k
- Forks
- 886
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 120
Description
Basically the title, right now I cannot specify custom ports for the devbox deployment.
--help flag gave me the following options:
│ --image TEXT Docker image to use for the devbox cluster.
│ [default: (cr.flyte.org/flyteorg/flyte-devbox:latest
│ (cr.flyte.org/flyteorg/flyte-devbox:gpu-latest when --gpu))]
│ --dev Enable dev mode inside the devbox cluster (sets FLYTE_DEV=True).
│ --gpu Pass host GPUs into the devbox container (adds --gpus all to docker run).
│ Requires an NVIDIA-enabled host. Defaults --image to a GPU-capable image if
│ --image is not explicitly set.
│ --help Show this message and exit.
Is there any way to customize the ports?
Contributor guide
Assessment
This issue has not been assessed yet.