Skip to content

Commit

Permalink
Added strategy update instructions to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
g-gaston committed Nov 15, 2022
1 parent 935ecd9 commit b1241ad
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ The `ClusterResourceSet` feature is introduced to provide a way to automatically

More details on `ClusterResourceSet` and an example to test it can be found at:
[ClusterResourceSet CAEP](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20200220-cluster-resource-set.md)

## Update from `ApplyOnce` to `Reconcile`

The `strategy` field is immutable so existing CRS can't be updated directly. However, CAPI won't delete the managed resources in the target cluster when the CRS is deleted.
So if you want to start using the `Reconcile` strategy, delete your existing CRS and create it again with the updated `strategy`.

0 comments on commit b1241ad

Please sign in to comment.