From 5008f9064ea10f66c2f84a051ae55b8d1df0107d Mon Sep 17 00:00:00 2001 From: Alexander Holbreich Date: Mon, 1 Feb 2021 12:51:29 +0100 Subject: [PATCH] Update image-update.md Increase attention to missing flux components. Signed-off-by: Alexander Holbreich --- docs/guides/image-update.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/guides/image-update.md b/docs/guides/image-update.md index 1735f041..b988f703 100644 --- a/docs/guides/image-update.md +++ b/docs/guides/image-update.md @@ -56,6 +56,11 @@ export GITHUB_USER= ## Install Flux +!!! hint "Enable image automation components" + If you bootstrapped Flux before without the `--components-extra=` argument, you need to add + `--components-extra=image-reflector-controller,image-automation-controller` to your + bootstrapping routine as image automation components are not installed by default. + Install Flux with the image automation components: ```sh