i'm able to use flyte perfectly fine on an EKS cluster. but on our in-house cluster I'm having trouble with getting signed urls. does anyone know of anyway to track this down a little deeper? - the only catch is nginx manages 30080 and 30443 not 80/443
I'm using: FLYTE_SDK_LOGGING_LEVEL=10
and i get:
19
4109.910042 INFO raw.py:64 - Flyte Client configured ->
flyte.cluster.company.com:30443 in secure
mode.
+ the shown image
with the config:
---
admin:
endpoint: dns:///flyte.cluster.company.com:30443
insecure: false
console:
endpoint: <https://flyte.cluster.company.com:30443/console>