Hello. The `flytectl` install <instructions> menti...
# flyte-v1-support
f
Hello. The
flytectl
install instructions mention: •
curl -sL <https://ctl.flyte.org/install> | bash
This errors out on Ubunutu:
Copy code
flyteorg/flyte info checking GitHub for latest tag
flyteorg/flyte crit unable to find '' - use 'latest' or see <https://github.com/flyteorg/flyte/releases> for details
a
latest
should work. Check your architecture:
Copy code
darwin/amd64) BINARIES="flytectl" ;;
    darwin/arm64) BINARIES="flytectl" ;;
    linux/amd64) BINARIES="flytectl" ;;
    linux/arm64) BINARIES="flytectl" ;;
    windows/386) BINARIES="flytectl" ;;
    windows/amd64) BINARIES="flytectl" ;;
    windows/arm64) BINARIES="flytectl" ;;
It should be one of the above. You can also try downloading particular version using
curl -sL <https://ctl.flyte.org/install> | bash -s -- v1.16.3
f
As in
curl -sL <https://ctl.flyte.org/install> | bash -s -- latest
?
a
Yes.
curl -sL <https://ctl.flyte.org/install> | bash -s -- latest
f
Ok, tx. Might be good to fix the docs.
a
By defualt it will download latest. If latest does not work, try a particular version https://github.com/flyteorg/flyte/tags
f
Hey @fierce-oil-47448 good to see you again
šŸ™ 1