bored-needle-72209
03/01/2024, 9:57 AMpyflyte run --remote hello_world.py hello_world_wf
Running Execution on Remote.
Failed with Exception Code: SYSTEM:Unknown
RPC Failed, with Status: StatusCode.UNIMPLEMENTED
details:
Debug string UNKNOWN:Error received from peer {grpc_message:"", grpc_status:12, created_time:"2024-03-01T10:46:26.305551071+01:00"}
Can you suggest something to make it work?tall-lock-23197
~/.flyte/config-sandbox.yaml
?bored-needle-72209
03/01/2024, 10:19 AMtall-lock-23197
flytectl demo teardown
and flytectl demo start
bored-needle-72209
03/01/2024, 11:06 AMtall-lock-23197
kubectl get pods -n flyte
?tall-lock-23197
bored-needle-72209
03/01/2024, 1:25 PMNAME READY STATUS RESTARTS AGE
flyte-sandbox-docker-registry-57789f56d-27zcw 1/1 Running 0 141m
flyte-sandbox-kubernetes-dashboard-6757db879c-nkmgs 1/1 Running 0 141m
flyte-sandbox-postgresql-0 1/1 Running 0 141m
flyte-sandbox-buildkit-675bff7bd9-l58vv 1/1 Running 0 141m
flyte-sandbox-minio-85dc5446b6-lw9f7 1/1 Running 0 141m
flyteagent-b98cfb65f-2dxjb 1/1 Running 0 141m
flyte-sandbox-proxy-8f4f7fd9b-hpvl4 1/1 Running 0 141m
flyte-sandbox-7f89d97699-67bwc 1/1 Running 2 (140m ago) 141m
tall-lock-23197
average-finland-92144
03/04/2024, 4:47 PMgrpcurl
to validate any possible connection error to the gRPC server:
grpcurl --plaintext -v localhost:30080 list
It should output
flyteidl.service.AdminService
flyteidl.service.DataProxyService
flyteidl.service.SignalService
grpc.health.v1.Health
grpc.reflection.v1.ServerReflection
grpc.reflection.v1alpha.ServerReflection
average-finland-92144
03/04/2024, 4:49 PMlocalhost
is actually pointing to 127.0.0.1
in your system and that the `30080`port is not usedbored-needle-72209
03/06/2024, 3:57 PMaverage-finland-92144
03/06/2024, 4:23 PMflytectl demo start -c <config>
command but it gets rewrittenbored-needle-72209
03/07/2024, 11:45 AM