agreeable-fish-85000
01/26/2023, 6:37 AMpyflyte -c flyte_cluster_config.yml run --remote .\workflows\example.py wf --name minaexample
but I get the following error
status = StatusCode.UNIMPLEMENTED
details = ""
debug_error_string = "UNKNOWN:Error received from peer ipv4:10.32.16.101:80 {created_time:"2023-01-26T06:45:08.745870339+00:00", grpc_status:12, grpc_message:""}"
any ideas what could be a problem?average-finland-92144
01/26/2023, 4:50 PMcurl
, which is typically preinstalled with Windows 10 or newer
I'll get back to you for #2 in a bittall-lock-23197
flyte_cluster_config.yaml
file?average-finland-92144
01/27/2023, 5:34 PMcurl
script.
Meanwhile, you could download and install directly from https://github.com/flyteorg/flytectl/releases/download/v0.6.4/flytectl_Windows_x86_64.zip
2. Considering your config file, the endpoint seems to be pointing to a different port.
admin:
# For GRPC endpoints you might want to use dns:///flyte.myexample.com
endpoint: dns:///flyte.10.32.16.101.nip.io:80
authType: Pkce
insecure: true
logger:
show-source: true
level: 0
According to docs, it should be 30081
Please let us know if any of this is helpful for youuser
01/27/2023, 5:34 PMaverage-finland-92144
01/27/2023, 5:46 PMagreeable-fish-85000
01/30/2023, 8:55 AM