Fhuad Balogun
02/16/2023, 8:04 AMPod failed. No message received from kubernetes.
Samhita Alla
02/16/2023, 9:54 AMflytectl demo start
to spin up the cluster? And what workflow are you trying to run?Fhuad Balogun
02/16/2023, 3:34 PMDavid Espejo (he/him)
02/16/2023, 6:25 PMkubectl get pods -n flyte
Samhita Alla
02/17/2023, 5:04 AMkubcetl logs <pod-name> -n flytesnacks-development
? You can get the pod that's erroring out by running kubectl get pods -n flytesnacks-development
considering flytesnacks-development
is the namespace you triggered the workflow in.Fhuad Balogun
02/17/2023, 9:28 AMflytesnacks-development
namespace (screenshot)
And when I check the logs, it says trying and failing to pull image.Samhita Alla
02/17/2023, 10:02 AMFhuad Balogun
02/19/2023, 5:34 PMSamhita Alla
02/20/2023, 3:59 AMpyflyte register
to package up all your tasks and workflows present in different modules.
You can register workflows from a Jupyter notebook using register_workflow
method: https://github.com/flyteorg/flytekit/blob/707fc03b88ec08fb10d60ac642f3c80e275bd90c/tests/flytekit/unit/remote/test_sandbox.py#L70-L77.Fhuad Balogun
02/20/2023, 8:41 AM