Hi Team, When i am running `flytectl demo start` ...
# general
c
Hi Team, When i am running
flytectl demo start
i am getting following error :
Copy code
πŸ§‘β€πŸ­ 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 :
Copy code
πŸ§‘β€πŸ­ 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:
Copy code
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
339 Views