| 阅读 |,阅读约 1 分钟
| 复制链接:
1sudo "GITHUB_TOKEN=$GITHUB_TOKEN" flux bootstrap github \
2  --owner=kinnylee \
3  --repository=fleet-infra \
4  --branch=main \
5  --path=./clusters/my-cluster \
6  --personal

配置镜像自动升级功能

1sudo "GITHUB_TOKEN=$GITHUB_TOKEN" flux bootstrap github \
2  --components-extra=image-reflector-controller,image-automation-controller \
3  --owner=$GITHUB_USER \
4  --repository=fleet-infra \
5  --branch=main \
6  --path=clusters/image-update-cluster \
7  --token-auth \
8  --personal