Ryan Nazareth
10/26/2022, 3:39 AMKUBECONFIG
and FLYTECTL_CONFIG
environment variable values which were printed out after the cluster was setup.
Do i need to login to the kubernetes ui and/or configure anything else ?Ketan (kumare3)
10/26/2022, 3:48 AMRyan Nazareth
10/26/2022, 7:03 PMflytectl demo start --image <http://docker.io/ryankarlos/flyte-nlp|docker.io/ryankarlos/flyte-nlp>
However i am getting an error (ive turned off all vpn and anti-virus in case thats the issue). Is there some port mapping i need to specify anywhere (i don’t see any args for that in docs though).
Also, the image is over 3GB - would that be an issue ?
@Samhita AllaSamhita Alla
10/27/2022, 4:10 AMpyflyte run
command. I presume your image uses the Dockerfile that’s present in the PR.
flytectl demo start
pyflyte run --remote --image <your-image> <workflow.py> <workflow_name>