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 b59300c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/user-guide/sync-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,12 @@ metadata:
## Force Sync

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.

In such cases you might use `Force=true` sync option in target resources annotation:
```yaml
metadata:
annotations:
Expand Down

0 comments on commit b59300c

Please sign in to comment.