Last active
May 9, 2022 09:47
-
-
Save yankay/9640743be589d7565871eb9ec6eaa73f to your computer and use it in GitHub Desktop.
Flux Helm Controller 一键安装
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 安装 命令行 | |
| 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/ | |
| # 只安装 helm controller | |
| flux install --components=source-controller,helm-controller |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment