Skip to content

Instantly share code, notes, and snippets.

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

  • Save yankay/9640743be589d7565871eb9ec6eaa73f to your computer and use it in GitHub Desktop.

Select an option

Save yankay/9640743be589d7565871eb9ec6eaa73f to your computer and use it in GitHub Desktop.
Flux Helm Controller 一键安装
# 安装 命令行
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