Fhuad Balogun
02/21/2023, 11:49 AMerror:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER
David Espejo (he/him)
02/21/2023, 4:34 PMconfig.yaml
?Yee
Fhuad Balogun
02/22/2023, 10:02 AMNan Qin
03/30/2023, 4:14 PMadmin:
# For GRPC endpoints you might want to use dns:///flyte.myexample.com
endpoint: dns:///localhost:8089
authType: Pkce
insecure: true
logger:
show-source: true
level: 0
I am getting
details: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8089: Failed to connect to remote host: Connection refused
Yee
Nan Qin
03/30/2023, 4:18 PMk port-forward flyte-pod 8089:8089 8088:8088
Yee
Nan Qin
03/30/2023, 4:23 PM{"projects":[{"id":"flytesnacks","name":"flytesnacks","domains":[{"id":"development","name":"development"},{"id":"staging","name":"staging"},{"id":"production","name":"production"}],"description":"flytesnacks description"}]}%
Yee
Nan Qin
03/30/2023, 4:24 PMroutines:OPENSSL_internal:WRONG_VERSION_NUMBER
error when running pyflyte register
Yee
Nan Qin
03/30/2023, 4:26 PMadmin:
# For GRPC endpoints you might want to use dns:///flyte.myexample.com
endpoint: localhost:8088
authType: Pkce
insecure: true
logger:
show-source: true
level: 0
details: failed to connect to all addresses; last error: INTERNAL: ipv4:127.0.0.1:8088: Trying to connect an http1.x server
Yee
Nan Qin
03/30/2023, 4:27 PMdetails: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8089: Failed to connect to remote host: Connection refused
Yee
Nan Qin
03/30/2023, 4:32 PMYee
Nan Qin
03/30/2023, 4:38 PMkubectl port-forward
is handling the request. Now I am getting
Failed with Exception: Reason: SYSTEM:Unknown
RPC Failed, with Status: StatusCode.INTERNAL
details: failed to create a signed url. Error: WebIdentityErr: failed to retrieve credentials
caused by: AccessDenied: Not authorized to perform sts:AssumeRoleWithWebIdentity
status code: 403, request id: d4c6c3e4-d015-4c74-9d07-5962b0bce16a
Yee
Nan Qin
03/30/2023, 4:39 PMpyflyte -c ~/.flyte/config.yaml register workflows --image IMAGE:TAG
Yee
Nan Qin
03/30/2023, 4:39 PMYee