fierce-match-73373
12/15/2023, 11:49 PMpowerful-river-97803
01/05/2024, 1:53 PMfierce-match-73373
01/05/2024, 10:09 PMpowerful-river-97803
01/08/2024, 3:43 PMfierce-match-73373
01/08/2024, 4:01 PMFailed to list services: rpc error: code = Internal desc = stream terminated by RST_STREAM with error code: PROTOCOL_ERROR
You can see it is running, and all my pyflyte build and run commands work, so I'm not sure how it all fits together, other than that it appears to work.
[ ~]# kubectl --namespace kube-system get services
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
kube-dns ClusterIP 10.43.0.10 <none> 53/UDP,53/TCP,9153/TCP 74d
metrics-server ClusterIP 10.43.79.126 <none> 443/TCP 74d
ingress-nginx-controller-admission ClusterIP 10.43.168.132 <none> 443/TCP 23d
ingress-nginx-controller LoadBalancer 10.43.124.77 <myip here> 80:31700/TCP,443:31796/TCP 23d
[ ~]# kubectl --namespace flyte get services
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
flyte-binary-webhook ClusterIP 10.43.88.15 <none> 443/TCP 27d
flyte-binary-grpc ClusterIP 10.43.102.38 <none> 8089/TCP 27d
flyte-binary-http ClusterIP 10.43.193.158 <none> 8088/TCP 27d
powerful-river-97803
01/08/2024, 4:40 PMinsecureSkipVerify: true
Thank you, I guess settings the extraArgs option fixed the issue.