Slackbot
07/15/2022, 5:23 PMKetan (kumare3)
austin
07/15/2022, 7:15 PM<_InactiveRpcError of RPC that terminated with:\n\tstatus = StatusCode.UNAVAILABLE\n\tdetails = \"failed to connect to all addresses\"\n\tdebug_error_string = \"
etcā¦. even when the script has [at least initially] connected to the right endpoint. Not sure exactly the source of flakiness. For @Taeef Najib, I agree ensuring config is correct is the good place to start.Niels Bantilan
07/15/2022, 8:08 PMcat ~/.flyte/config.yaml
and copy-paste it here?austin
07/15/2022, 8:14 PMconfig.yaml
Yee
dns:///
in front of the domain, or using/not using insecureaustin
07/15/2022, 9:31 PMendpoint
field is ādns://<DNS_OF_SERVICE> ⦠ādns://ā is missingāā¦. [ but Iām not sure if you could address with just IP, and in that case, dns:// might not be required ]. Or other things like thatā¦.Taeef Najib
07/17/2022, 1:36 AMbash
and then curl -sL <https://ctl.flyte.org/install>
but no luck. I see a file called flytectl
in the bin folder. But that is not editable or readable on vs code. I am very inexperienced into this, but how do I find config.yaml
for flyte on my windows machine? or how do I correctly install it using cmd (on vs code)?austin
07/17/2022, 4:21 AMKetan (kumare3)
Taeef Najib
07/17/2022, 12:09 PMKetan (kumare3)
Taeef Najib
07/17/2022, 6:47 PMaustin
07/17/2022, 7:25 PMTaeef Najib
07/17/2022, 9:00 PM'flytectl' is not recognized as an internal or external command
Thatās where Iām stuck. Do you have any suggestions? š
When I use
curl -sL <https://ctl.flyte.org/install> | bash
I get this:
flyteorg/flytectl info checking GitHub for latest tag
flyteorg/flytectl info found version: 0.6.4 for v0.6.4/Linux/x86_64
flyteorg/flytectl info installed ./bin/flytectl