KS Tarun
09/05/2022, 12:42 PMSmriti Satyan
09/05/2022, 1:01 PMendpoint: <http://localhost:30084|http://localhost:30084>
The endpoint here tells about your port. Cc @Kevin SuSamhita Alla
KS Tarun
09/07/2022, 7:16 AMSmriti Satyan
09/07/2022, 7:17 AMKS Tarun
09/07/2022, 7:24 AMSamhita Alla
flytectl demo start -c <your-config-file>
? I modified the port but it’s 30080 always.Smriti Satyan
09/07/2022, 7:42 AMKevin Su
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-L125Prafulla Mahindrakar
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