careful-restaurant-19876
06/20/2023, 1:57 PMflytectl demo start
i am getting following error :
π§βπ Bootstrapping a brand new flyte cluster... π¨ π§
delete existing sandbox cluster [y/n]: y
π Going to use Flyte v1.7.0 release with image <http://cr.flyte.org/flyteorg/flyte-sandbox-bundled:sha-1ae254f8683699b68ecddc89d775fc5d39cc3d84|cr.flyte.org/flyteorg/flyte-sandbox-bundled:sha-1ae254f8683699b68ecddc89d775fc5d39cc3d84>
π pulling docker image for release <http://cr.flyte.org/flyteorg/flyte-sandbox-bundled:sha-1ae254f8683699b68ecddc89d775fc5d39cc3d84|cr.flyte.org/flyteorg/flyte-sandbox-bundled:sha-1ae254f8683699b68ecddc89d775fc5d39cc3d84>
π§βπ booting Flyte-sandbox container
π¬ Something went wrong: Failed to start Sandbox container π, Please check your docker client and try again.
Error: Error response from daemon: driver failed programming external connectivity on endpoint flyte-sandbox (b4e1199dc143e2a67410bf4ea35b1c75dc256cc21c3862833ffb3cb6cf36b179): Error starting userland proxy: listen tcp4 0.0.0.0:6443: bind: address already in use
But when i run the command with option n
i get following message :
π§βπ Bootstrapping a brand new flyte cluster... π¨ π§
delete existing sandbox cluster [y/n]: n
Existing details of your sandboxπ¨βπ» Flyte is ready! Flyte UI is available at <http://localhost:30080/console> π π π
βοΈ Run the following command to export sandbox environment variables for accessing flytectl
export FLYTECTL_CONFIG=/Users/vipul.goswami@schibsted.com/.flyte/config-sandbox.yaml
π¨βπ» Flyte is ready! Flyte UI is available at <http://localhost:30080/console> π π π
βοΈ Run the following command to export demo environment variables for accessing flytectl
export FLYTECTL_CONFIG=/Users/vipul.goswami@schibsted.com/.flyte/config-sandbox.yaml
π Flyte sandbox ships with a Docker registry. Tag and push custom workflow images to localhost:30000
π The Minio API is hosted on localhost:30002. Use <http://localhost:30080/minio/login> for Minio console
But none of the links are working here.
Also when running following command gives following error:
pyflyte run --remote example.py training_workflow --hyperparameters '{"C": 0.1}'
Failed with Exception Code: SYSTEM:Unknown
RPC Failed, with Status: StatusCode.UNAVAILABLE
details: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:30080: Failed to connect to remote host: Connection refused
Debug string UNKNOWN:failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:30080: Failed to connect to remote host: Connection refused {created_time:"2023-06-20T15:46:32.394087+02:00", grpc_status:14}
This is the issue with rancher as when i run the these same command with docker-desktop it work fine so could you guys please help whats the issue under the hood