red-animal-85108
06/15/2023, 9:13 PMflyte-binary
as a dependency in helm Chart. Name of my Chart is flyte-backend
. Everything seems to work fine, I have registered a workflow successfully, created new project but when I try to do pyflyte --remote
on my workflow, I get this error:
Workflow[typing-project:development:workflows.digraphs_workflow.digraphs_workflow] failed. RuntimeExecutionError: max number of system retry attempts [11/10] exhausted. Last known status message: failed at Node[n0]. RuntimeExecutionError: failed during plugin execution, caused by: failed to execute handle for plugin [container]: [InternalError] failed to create resource, caused by: Internal error occurred: failed calling webhook "flyte-pod-webhook.flyte.org": failed to call webhook: Post "https://flyte-binary-webhook.flyte.svc:443/mutate--v1-pod?timeout=10s": service "flyte-binary-webhook" not found
My webhook is called flyte-backend-flyte-binary-webhook
, so I guess there is some problem with name resolution?
I tried to call my Chart any other name, but webhook is still named mychartname-flyte-binary-webhook
and flyte is then looking for flyte-backend-flyte-binary-webhook
.
Is there a workaround?