Skip to content

Commit

Permalink
docs: Add warning description of force sync options
Browse files Browse the repository at this point in the history
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
  • Loading branch information
kkk777-7 committed Apr 17, 2024
1 parent 93add20 commit f3d8504
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user-guide/sync-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ metadata:
For certain resources you might want to delete and recreate. e.g. job resources that should run every time when syncing.
In such cases you might use `Force=true` sync option in target resources annotation:

!!! warning
During the sync process, the resources will be synchronized using the 'kubectl delete/create' command.
This sync option has a destructive action, which could cause an outage for your application.

```yaml
metadata:
annotations:
Expand Down

0 comments on commit f3d8504

Please sign in to comment.