Ashika UMAGILIYA
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 ?Yee
Ashika UMAGILIYA
09/12/2023, 5:41 AMkubectl -n flyte port-forward service/flyte-binary 8088:8088 8089:8089
insecure:true
, getting this errorPeter Klingelhofer
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 &