Skip to content

Commit

Permalink
Merge pull request #672 from chaosi-zju/0816
Browse files Browse the repository at this point in the history
fix nits in application failover doc
  • Loading branch information
karmada-bot authored Aug 19, 2024
2 parents 7cf4d69 + 5e10472 commit ecd9c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/failover/application-failover.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ spec:
decisionConditions:
tolerationSeconds: 120
purgeMode: Never
propagateDeps: true # application failover is set, propagateDeps must be true
resourceSelectors:
- apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -195,4 +196,3 @@ You can edit `suppressDeletion` to false in `gracefulEvictionTasks` to evict the
Application failover is still a work in progress. We are in the progress of gathering use cases. If you are interested in this feature, please feel free to start an enhancement issue to let us know.

:::

Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ spec:
decisionConditions:
tolerationSeconds: 120
purgeMode: Never
propagateDeps: true # application failover is set, propagateDeps must be true
resourceSelectors:
- apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit ecd9c74

Please sign in to comment.