trying to run a remote workflow with a local image...
# ask-the-community
e
trying to run a remote workflow with a local image but it never ends… this is the command that I’m using: pyflyte --config /Users/ematus/.flyte/config-sandbox.yaml run --remote --image test_image:latest automation/load_person_profile_workflow.py wf
b
Hi Eduardo! Which cluster are you submitting to? A local one?
e
Not sure.. that’s my plan. That’s specified in the sandbox?
first time using docker.. so kind of lost
just get in pending status
NAMESPACE NAME READY STATUS RESTARTS AGE kube-system local-path-provisioner-7b7dc8d6f5-t5dkn 1/1 Running 0 19h flyte sandbox-flyte-sandbox-proxy-69575b89b6-jh9r4 1/1 Running 0 19h flyte sandbox-docker-registry-d64b54748-rlgtj 1/1 Running 0 19h kube-system coredns-b96499967-b5xv9 1/1 Running 0 19h flyte sandbox-kubernetes-dashboard-56cc454894-s2ngh 1/1 Running 0 19h flyte sandbox-postgresql-0 1/1 Running 0 19h kube-system metrics-server-668d979685-xgsr8 1/1 Running 0 19h flyte sandbox-flyte-binary-7757889f4-l7rfm 1/1 Running 1 (19h ago) 19h flyte sandbox-minio-786c8559c6-7hpdm 1/1 Running 0 19h default py39-cacher 0/1 Completed 0 19h flytesnacks-development fee7c804324cf496f838-n0-0 0/1 Pending 0 12s
s
Is the pod still in running state?
b
In case the pod is still in
Pending
state, you should be able to get more information on why using
kubectl describe -n flytesnacks-development pod fee7c804324cf496f838-n0-0
. In case this is your first time with using kubernetes as well, I can recommend trying Lens for a more visual overview of the cluster
151 Views