We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c81b6f + 996a12f commit 33e3c70Copy full SHA for 33e3c70
1 file changed
content/en/flux/installation/upgrade.md
@@ -43,6 +43,16 @@ git add -A && git commit -m "Update $(flux -v) on my-cluster"
43
git push
44
```
45
46
+If you've enabled extra Flux components at bootstrap,
47
+like those required for the [image automation feature](/flux/guides/image-update/).
48
+Ensure to include these components when generating the components manifest:
49
+
50
+```shell
51
+flux install \
52
+--components-extra image-reflector-controller,image-automation-controller \
53
+--export > ./clusters/my-cluster/flux-system/gotk-components.yaml
54
+```
55
56
Wait for Flux to detect the changes or, tell it to do the upgrade immediately with:
57
58
```sh
0 commit comments