zhzhuang-zju
48425663cc
e2e: Remove annotaions when pp/cpp is deleted
...
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2024-04-28 15:15:49 +08:00
whitewindmills
59b8835bda
Deprecate name/namespace labels of pp/cpp
...
Co-authored-by: changzhen <changzhen5@huawei.com>
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2024-04-18 14:21:02 +08:00
whitewindmills
52e5bc055e
Add finalizer for propagation policy
...
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2024-04-17 21:38:50 +08:00
Amir Alavi
7dbfc9f22b
propagate `Secret` of type `kubernetes.io/service-account-token`
...
Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
2024-04-11 09:45:23 -04:00
whitewindmills
506c24f759
Use RetryOnConflict for applying CRB
...
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2024-04-09 10:51:58 +08:00
changzhen
e511ad7bfc
remove old MergeAnnotation func and rename ReplaceAnnotation func to MergeAnnotation
...
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-03-30 09:43:12 +08:00
changzhen
b808f37847
fix wrong annotation marks on resource
...
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-03-26 20:00:14 +08:00
Lan Liang
cd2812e30e
Delete the labels of uid.
...
Signed-off-by: Lan Liang <gcslyp@gmail.com>
2024-03-18 03:00:19 +00:00
karmada-bot
2cfa7e6efc
Merge pull request #4555 from whitewindmills/deprioritized-preemption
...
Optimize deprioritized policy preemption logic
2024-03-01 12:17:33 +08:00
whitewindmills
e88797b2dc
Optimize deprioritized policy preemption logic
...
Use the priorityequeue to sort the listed policies to avoid multiple preemption.
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2024-02-29 15:52:38 +08:00
chaosi-zju
926e34a7ad
implementation of the LazyActivation preference for Policy.
...
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2024-01-25 20:56:31 +08:00
zhzhuang-zju
774b9dcad2
cleanup: remove label when pp is deleted
...
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2024-01-12 14:11:23 +08:00
karmada-bot
92e362ae20
Merge pull request #4387 from whitewindmills/cpp-cleanup
...
ensure resource template be un-claimed when deleting cluster policy
2023-12-18 11:51:14 +08:00
jwcesign
e77fe55851
feat: fix conflicts with pp
...
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-12-14 19:46:46 +08:00
whitewindmills
f84a0e5793
ensure resource template be un-claimed when deleting cluster policy
...
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2023-12-07 13:45:31 +08:00
karmada-bot
55547b2acf
Merge pull request #4199 from jwcesign/add-id-label
...
feat: add resource id label
2023-11-23 10:44:52 +08:00
karmada-bot
4fe9dff3a8
Merge pull request #4204 from zhy76/copyright
...
feat: add license and verify license for code file
2023-11-22 10:23:52 +08:00
jwcesign
7e6387e98f
feat: add resoruce id label
...
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-11-20 11:07:11 +08:00
karmada-bot
a4b14442a7
Merge pull request #4245 from whitewindmills/policy-cleanup
...
ensure resource template be un-claimed when deleting policy
2023-11-16 16:12:47 +08:00
whitewindmills
d3e6e107aa
ensure idempotence when deleting policy
...
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2023-11-16 13:45:41 +08:00
zhy76
adef1e5974
feat: add license and verify license for code file
...
Signed-off-by: zhy76 <958474674@qq.com>
2023-11-16 11:11:21 +08:00
zhzhuang-zju
3de4fe1f6f
Restrict “configmap/extension-apiserver-authentication” object from being distributed to member clusters
...
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2023-11-15 10:19:45 +08:00
xiaoqing
2879c8da93
Don't send event when object no matched any propagation policy
...
Signed-off-by: xiaoqing <xiaoqingnb@gmail.com>
2023-09-12 13:25:45 +08:00
jwcesign
2c48bd7f99
cleanup: add uid in resource and owner information in annotations
...
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-08-26 17:02:13 +08:00
chaosi-zju
915c35dad7
Detect priority change happend on ClusterPropagationPolicy
...
and enqueue ClusterPropagationPolicy that could repreempte.
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-08-24 15:28:13 +08:00
RainbowMango
62a0e50fa2
Detect priority change happend on PropagationPolicy
...
and enqueue PropagationPolicy that could repreempte.
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-08-23 11:11:05 +08:00
karmada-bot
e5277b6317
Merge pull request #3879 from whitewindmills/detector-resource
...
fix bug: avoid updating directly cached resource template
2023-08-03 17:22:45 +08:00
whitewindmills
909ba8527a
avoid updating directly cached resource template
...
for clean up policy
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2023-08-03 14:59:54 +08:00
karmada-bot
d80cad4302
Merge pull request #3868 from chaunceyjiang/fix_dependencies
...
fix: fix dependent resources being created and deleted repeatedly when the dependent resource has a status field.
2023-08-02 17:47:44 +08:00
chaunceyjiang
1f3bf9e423
fix: fix dependent resources being created and deleted repeatedly when the dependent resource has a status field.
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
2023-08-02 14:57:34 +08:00
whitewindmills
f26a31fc11
add metrics and events for policy preemption
...
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2023-08-01 20:57:15 +08:00
karmada-bot
71584bca33
Merge pull request #3845 from whitewindmills/policy-preemption
...
feat: implement preemption between propagation policies
2023-07-31 19:57:49 +08:00
whitewindmills
272e4b548c
implement preemption between propagation policies
...
pp preempts cpp
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2023-07-31 17:20:43 +08:00
chaunceyjiang
3274d64927
fix: When the PP is deleted, the propagationpolicy.karmada.io/name label in the resource template's labels is not removed.
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
fix: When the PP is deleted, the propagationpolicy.karmada.io/name label in the resource template's labels is not removed.
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
2023-07-27 18:09:00 +08:00
karmada-bot
f160ea7854
Merge pull request #3837 from whitewindmills/priority_preemption
...
feat: implement propagation policy priority preemption
2023-07-27 09:31:38 +08:00
whitewindmills
d487e2cb0c
implement propagation policy priority preemption
...
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2023-07-26 18:51:00 +08:00
chaosi-zju
2b060cbf3b
feat: realization of ConflictResolution in PP.
...
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-07-25 20:23:37 +08:00
jwcesign
4f41da2381
fix: reduce metrics size by merge metrics with different apiVersion/namespace/name
...
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-07-14 17:26:05 +08:00
Poor12
e71a360f17
delete redundant deepcopy
...
Signed-off-by: Poor12 <shentiecheng@huawei.com>
2023-06-09 17:37:12 +08:00
karmada-bot
8594406e5f
Merge pull request #3398 from whitewindmills/code-cleanup
...
Fix inspection errors
2023-05-19 20:28:53 +08:00
whitewindmills
89295f9606
Fix inspection errors
...
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2023-05-17 17:06:27 +08:00
zach593
8d221b110c
enable concurrency for pp and cpp
...
Signed-off-by: zach593 <zach_li@outlook.com>
2023-05-10 16:10:51 +08:00
Poor12
2c9d900c28
add some fields for GracefulEvictionTask
...
Signed-off-by: Poor12 <shentiecheng@huawei.com>
2023-04-24 14:59:27 +08:00
chaunceyjiang
593264e2c6
Allows setting wildcards for SkippedPropagatingNamespaces
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
2023-04-19 13:16:06 +08:00
karmada-bot
31435bf7f2
Merge pull request #3239 from ctripcloud/merge-lables
...
merge labels when building RB/CRB by ClusterPropagationPolicy
2023-03-13 16:58:18 +08:00
lxtywypc
e1eb161b87
merge labels as well when applying cluster propagation policy
...
Signed-off-by: lxtywypc <lxtywypc@gmail.com>
2023-03-06 11:14:17 +08:00
changzhen
eecadfd43a
add bindingStatus controller to aggregate work status and update the
...
status of resource template
Signed-off-by: changzhen <changzhen5@huawei.com>
2023-02-23 16:08:36 +08:00
Poor12
a616758eeb
refactor some codes
...
Signed-off-by: Poor12 <shentiecheng@huawei.com>
2023-02-17 10:41:03 +08:00
Poor12
5eff625925
add placement for binding
...
Signed-off-by: Poor12 <shentiecheng@huawei.com>
2023-02-10 15:18:01 +08:00
Poor12
9ae3e50ae8
detector watch pp fields changed other than resource selector
...
Signed-off-by: Poor12 <shentiecheng@huawei.com>
2023-02-09 15:16:21 +08:00