Skip to content

Instantly share code, notes, and snippets.

@yankay
Last active May 9, 2022 09:31
Show Gist options
  • Select an option

  • Save yankay/194ad88d66b2fdb0aa00ed17f11242b6 to your computer and use it in GitHub Desktop.

Select an option

Save yankay/194ad88d66b2fdb0aa00ed17f11242b6 to your computer and use it in GitHub Desktop.
Flux一键安装
# 安装 命令行
cd /tmp
https://ghproxy.com/https://github.com/fluxcd/flux2/releases/download/v0.30.2/flux_0.30.2_linux_amd64.tar.gz
tar -xzvf flux_0.30.2_linux_amd64.tar.gz
mv flux /usr/local/bin/
# 安装 flux
flux install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment