late-noon-138
09/12/2023, 2:01 AMkubectl -n flyte port-forward flyte-backend-flyte-binary-5876c5745b-hhtrd 8088:8088 8089:8089
I can access the Flyte UI on http://localhost:8088/console
My config is as follows:
admin:
# For GRPC endpoints you might want to use dns:///flyte.myexample.com
endpoint: dns:///localhost:8088
authType: Pkce
insecure: false
logger:
show-source: true
level: 0
When I try to run the example workflow, its gives following error ? Any idea to resolve this ?thankful-minister-83577
thankful-minister-83577
late-noon-138
09/12/2023, 5:41 AMkubectl -n flyte port-forward service/flyte-binary 8088:8088 8089:8089
late-noon-138
09/12/2023, 5:43 AMinsecure:true
, getting this errorlate-noon-138
09/12/2023, 5:50 AMlate-noon-138
09/12/2023, 7:49 AMtall-exabyte-99685
09/12/2023, 7:38 PMkubectl -n flyte port-forward service/flyte-binary-http 8088:8088 & \
kubectl -n flyte port-forward service/flyte-binary-grpc 8089:8089 &