shy-evening-51366
07/25/2023, 2:37 PMflyte-core
Helm deployment? Don’t see a a field for it in values here. Or should I set it somewhere else? https://github.com/flyteorg/flyte/blob/master/charts/flyte-core/values.yamlthankful-minister-83577
thankful-minister-83577
thankful-minister-83577
thankful-minister-83577
shy-evening-51366
07/26/2023, 7:46 AMservice "flyte-binary-webhook" not found
shy-evening-51366
07/26/2023, 7:47 AMflyte-core
not flyte-binary
, also in none of the configmaps I can find something about `flyte-binary`: k describe cm -n flyte | grep binary
is emptyshy-evening-51366
07/26/2023, 7:47 AMshy-evening-51366
07/26/2023, 7:48 AMflyte-pod-webhook
Serviceshy-evening-51366
07/26/2023, 10:44 AMflyte-pod-webhook
and flyte-binary-webhook
:
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 "<http://flyte-pod-webhook.flyte.org|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
shy-evening-51366
07/26/2023, 11:04 AMwebhook:
certDir: /etc/webhook/certs
serviceName: flyte-pod-webhook
thankful-minister-83577
shy-evening-51366
07/26/2023, 4:04 PMshy-evening-51366
07/26/2023, 4:04 PMshy-evening-51366
07/28/2023, 10:34 AMflyte-binary
in our current setup, this mutating webhook was still triggering. However, there was no Service to back it, hence the error and tasks stuck in Queued state. The fix:
kubectl delete <http://mutatingwebhookconfigurations.admissionregistration.k8s.io|mutatingwebhookconfigurations.admissionregistration.k8s.io> flyte-binary-webhook
thankful-minister-83577
thankful-minister-83577