Hi team.. Has the flytectl binary location changed...
# flyte-support
l
Hi team.. Has the flytectl binary location changed? Our deployments are failing since last night since we are no longer able to download flytectl from https://ctl.flyte.org/install
What we are trying to run
Copy code
RUN curl -sL <https://ctl.flyte.org/install> | bash -s -- -b /usr/local/bin
ENV PATH="${VENV}/bin:/usr/local/bin:$PATH"
RUN flytectl version
results in
/bin/sh: 1: flytectl: not found
@average-finland-92144 @freezing-airport-6809
Even if I supply certs it doesn’t help
temporarily unblocking by manually downloading
h
Can you run that command locally?
curl -sL <https://ctl.flyte.org/install> | bash -s -- -b /usr/local/bin
?
a
I couldn't repro
l
I tried running it locally multiple times.. it did nothing 😐
g
what if you run
/usr/local/bin/flytectl --version
does it work?
l
nope.. tried that as well