Hi everyone. I am trying to run
pyflyte run --remote awesome.py main_workflow
on flyte-binary deployed on aks.
I am able to access the ui.
my config is the standart one, although I tried some variations:
1 admin:
2 # For GRPC endpoints you might want to use dns:///flyte.myexample.com
3 endpoint: dns:///flyte.<hostname>
4 authType: Pkce
5 insecure: false
6 logger:
7 show-source: true
8 level: 0
when I run the command, I get
Failed with Exception Code: SYSTEM:Unknown
RPC Failed, with Status: StatusCode.UNAVAILABLE
details: failed to connect to all addresses; last error: UNKNOWN: ipv4:<ip>:443: Cannot check peer: missing selected ALPN property.
Debug string UNKNOWN:failed to connect to all addresses; last error: UNKNOWN: ipv4:<ip>:443: Cannot check peer: missing selected ALPN property. {grpc_status:14, created_time:"2023-08-16T16:11:24.832905759+00:00"}
We're using azure/application-gateway as ingress.
I've read through the channel and saw similar issues, but non of the solutions seemed to solve the issue. Would be glad if someone has a hint 🙂