1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Publish install manifest to GitHub releases

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2020-12-04 18:08:21 +02:00
parent 6d0c8aff4b
commit 32e949598e
3 changed files with 9 additions and 20 deletions

View File

@@ -444,10 +444,10 @@ For testing purposes you can install Flux without storing its manifests in a Git
flux install --arch=amd64
```
Or using kustomize and kubectl:
Or using kubectl:
```sh
kustomize build https://github.com/fluxcd/flux2/manifests/install?ref=main | kubectl apply -f-
kubectl apply -f https://github.com/fluxcd/flux2/releases/latest/download/install.yaml
```
Then you can register Git repositories and reconcile them on your cluster: