diff --git a/docs/book/src/clusterctl/configuration.md b/docs/book/src/clusterctl/configuration.md index 82d794bcbe56..0438e5ee6e13 100644 --- a/docs/book/src/clusterctl/configuration.md +++ b/docs/book/src/clusterctl/configuration.md @@ -89,6 +89,14 @@ Please note that the configuration above will be considered also when doing `clu ## Overrides Layer + + `clusterctl` uses an overrides layer to read in injected provider components, cluster templates and metadata. By default, it reads the files from `$HOME/.cluster-api/overrides`. @@ -158,11 +166,7 @@ directory in the clusterctl config file as ```yaml overridesFolder: /Users/foobar/workspace/dev-releases ``` - -
+ ## Image overrides @@ -173,7 +177,7 @@ Overrides only provide file replacements; instead, provider version resolution i Image override is an advanced feature and wrong configuration can easily lead to non-functional clusters. It's strongly recommended to test configurations on dev/test environments before using this functionality in production. -This feature must always be used in conjunction with +This feature must always be used in conjunction with [version tag](commands/init.md#provider-version) when executing clusterctl commands.