nice-judge-43061
09/05/2022, 12:42 PMbillowy-sundown-31926
09/05/2022, 1:01 PMendpoint: <http://localhost:30084|http://localhost:30084>
The endpoint here tells about your port. Cc @glamorous-carpet-83516billowy-sundown-31926
09/05/2022, 1:02 PMtall-lock-23197
tall-lock-23197
nice-judge-43061
09/07/2022, 7:16 AMbillowy-sundown-31926
09/07/2022, 7:17 AMnice-judge-43061
09/07/2022, 7:24 AMtall-lock-23197
flytectl demo start -c <your-config-file>
? I modified the port but it’s 30080 always.nice-judge-43061
09/07/2022, 7:40 AMbillowy-sundown-31926
09/07/2022, 7:42 AMbillowy-sundown-31926
09/07/2022, 7:43 AMglamorous-carpet-83516
09/07/2022, 7:54 AMUI is available at <https://localhost:30080>
because we hard code the message in flytectl.
btw, demo container didn’t expose port 30083, so you can’t connect to it. https://github.com/flyteorg/flytectl/blob/0a68a579e91b72ee99b2f5c6bc15509f2d8bce7e/pkg/docker/docker_util.go#L117-L125icy-agent-73298
09/07/2022, 7:56 AMcmd/single/root.go: RootCmd.PersistentFlags().StringVar(&cfgFile, "config", "", "config file (default is ./flyte.yaml)")
docker/sandbox-lite/flyte-entrypoint-dind.sh:flyte start --config /flyteorg/share/flyte.yaml &
docker/sandbox-lite/Dockerfile:COPY flyte.yaml /flyteorg/share/flyte.yaml
icy-agent-73298
09/07/2022, 7:57 AMicy-agent-73298
09/07/2022, 8:42 AM