Merge pull request #3889 from whitewindmills/preemption_doc

feat: update policy preemption proposals
This commit is contained in:
karmada-bot 2023-08-03 15:34:44 +08:00 committed by GitHub
commit 15aa110f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ Also, we need to add a preemption logic. The overall process is shown in the pic
For each preemption operation, the component needs to have a corresponding metrics record. For metrics, we will record the total number of times
a resource template is preempted. And we will use events to reflect the details of each preemption operation.
For example, preemption_counts_total{namespace=default, name=nginx} 4.
For example, policy_preemption_total{result=success} 4.
#### karmada-webhook