Commit 46add22 1 parent 0b8b92b commit 46add22 Copy full SHA for 46add22
File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1280,6 +1280,13 @@ compare the manifests from the Helm storage with the current state of the cluste
1280
1280
If this comparison detects a drift (either due resource being created or modified during the
1281
1281
dry-run), the controller will perform an upgrade for the release, restoring the desired state.
1282
1282
1283
+ To help aid transition to this new feature, it is possible to enable drift detection without it
1284
+ correcting drift. This can be done by adding `CorrectDrift=false` to the `--feature-gates` flag,
1285
+ i.e. `--feature-gates=DetectDrift=true,CorrectDrift=false`. This will allow you to see what drift
1286
+ is detected in the controller logs (with `--log-level=debug`), to potentially add the appropriate
1287
+ [exclusions annotations or labels](#excluding-resources-from-drift-detection), before enabling the
1288
+ feature full.
1289
+
1283
1290
# ## Excluding resources from drift detection
1284
1291
1285
1292
The drift detection feature can be configured to exclude certain resources from the comparison
You can’t perform that action at this time.
0 commit comments