@@ -189,11 +189,11 @@ helm install flux-operator oci://ghcr.io/controlplaneio-fluxcd/charts/flux-opera
189189```
190190
191191The Flux Operator can be installed using Helm, Terraform, OpenTofu, OperatorHub, and other methods.
192- For more information, refer to the [ installation guide] ( https://fluxcd.control-plane.io/operator /install/ ) .
192+ For more information, refer to the [ installation guide] ( https://fluxoperator.dev/docs/guides /install/ ) .
193193
194194#### Configure the Flux Instance
195195
196- Create a [ FluxInstance] ( https://fluxcd.control-plane.io/operator /fluxinstance/ ) resource
196+ Create a [ FluxInstance] ( https://fluxoperator.dev/docs/crd /fluxinstance/ ) resource
197197named ` flux ` in the ` flux-system ` namespace to install the latest Flux stable version and configure the
198198Flux controllers to sync the cluster state from an OCI artifact stored in GitHub Container Registry:
199199
@@ -205,14 +205,15 @@ metadata:
205205 namespace : flux-system
206206 annotations :
207207 fluxcd.controlplane.io/reconcileEvery : " 1h"
208- fluxcd.controlplane.io/reconcileTimeout : " 5m "
208+ fluxcd.controlplane.io/reconcileTimeout : " 10m "
209209spec :
210210 distribution :
211211 version : " 2.x"
212212 registry : " ghcr.io/fluxcd"
213213 artifact : " oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests"
214214 components :
215215 - source-controller
216+ - source-watcher
216217 - kustomize-controller
217218 - helm-controller
218219 - notification-controller
@@ -248,14 +249,14 @@ spec:
248249
249250> For more information on how to configure syncing from Git repositories,
250251> container registries, and S3-compatible storage, refer to the
251- > [cluster sync guide](https://fluxcd.control-plane.io/operator/flux- sync/).
252+ > [cluster sync guide](https://fluxoperator.dev/docs/instance/ sync/).
252253
253254The operator can automatically upgrade the Flux controllers and their CRDs when a new version is available.
254255To restrict the upgrade to patch versions only, set the ` distribution.version` field to e.g. `2.7.x`
255256or to a fixed version e.g. `2.7.0` to disable automatic upgrades.
256257
257258The Flux Operator can take over the management of existing installations from the Flux CLI or other tools.
258- For a step-by-step guide, refer to the [Flux Operator migration guide](https://fluxcd.control-plane.io/operator /).
259+ For a step-by-step guide, refer to the [Flux Operator migration guide](https://fluxoperator.dev/docs/guides/migration /).
259260
260261# ## Dev install
261262
0 commit comments