Skip to content

Commit

Permalink
Add a note for image automation to upgrade guide
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Sep 20, 2023
1 parent 9c81b6f commit 996a12f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/en/flux/installation/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ git add -A && git commit -m "Update $(flux -v) on my-cluster"
git push
```

If you've enabled extra Flux components at bootstrap,
like those required for the [image automation feature](/flux/guides/image-update/).
Ensure to include these components when generating the components manifest:

```shell
flux install \
--components-extra image-reflector-controller,image-automation-controller \
--export > ./clusters/my-cluster/flux-system/gotk-components.yaml
```

Wait for Flux to detect the changes or, tell it to do the upgrade immediately with:

```sh
Expand Down

0 comments on commit 996a12f

Please sign in to comment.