Hongcai Ren
|
fe2efa6139
|
Retry collect cluster status in case of cluster offline. (#275)
Signed-off-by: RainbowMango <renhongcai@huawei.com>
|
2021-04-20 09:16:54 +08:00 |
Hongcai Ren
|
71f4ddeb81
|
Add --cluster-status-update-frequency flag for karmada-agent (#272)
Signed-off-by: RainbowMango <renhongcai@huawei.com>
|
2021-04-17 18:38:24 +08:00 |
Hongcai Ren
|
fd5aeb8cf5
|
Introduce federated object key for refactor status clollection (#266)
Signed-off-by: RainbowMango <renhongcai@huawei.com>
|
2021-04-12 15:12:16 +08:00 |
yangcheng-icbc
|
3c193e1760
|
the binding name for any resource template should be a name-kind format (#248)
Signed-off-by: icbc-yangcheng <shineus1996@gmail.com>
|
2021-03-31 16:33:45 +08:00 |
lihanbo
|
e7aeb332ad
|
add e2e test for karmada agent
Signed-off-by: lihanbo <lihanbo2@huawei.com>
|
2021-03-27 17:58:55 +08:00 |
RainbowMango
|
4696f7800d
|
Fix non-operation update block status reflect issue
Signed-off-by: RainbowMango <renhongcai@huawei.com>
|
2021-03-25 21:29:15 +08:00 |
Hanbo Li
|
65a4f32e3e
|
generate work name based on different resource (#232)
Signed-off-by: lihanbo <lihanbo2@huawei.com>
|
2021-03-25 11:59:06 +08:00 |
Hanbo Li
|
59a02e0030
|
add karmada agent (#226)
Signed-off-by: lihanbo <lihanbo2@huawei.com>
|
2021-03-24 14:51:13 +08:00 |
Zhen Chang
|
da34779efb
|
Aggregate status to resourcebinding (#221)
Signed-off-by: changzhen <changzhen5@huawei.com>
|
2021-03-17 18:17:46 +08:00 |
RainbowMango
|
0b22238888
|
Adopt work API group change
Signed-off-by: RainbowMango <renhongcai@huawei.com>
|
2021-03-06 14:30:06 +08:00 |
Hongcai Ren
|
288d24c7b9
|
Deprecate create by label from manifests (#191)
Signed-off-by: RainbowMango <renhongcai@huawei.com>
|
2021-03-06 09:28:01 +08:00 |
Hongcai Ren
|
e7298f6f14
|
Optimize AsyncWorker make it could be re-use by other components (#174)
Signed-off-by: RainbowMango <renhongcai@huawei.com>
|
2021-02-25 20:27:07 +08:00 |
xsy
|
5c5aacdf51
|
fix panic when single cluster manager not found (#170)
Signed-off-by: xieshiyi <xieshiyi1@huawei.com>
|
2021-02-25 10:15:27 +08:00 |
Hongcai Ren
|
5f7305f1d7
|
Rename PropagationWork to Work. (#169)
Signed-off-by: RainbowMango <renhongcai@huawei.com>
|
2021-02-09 14:30:34 +08:00 |
Kevin Wang
|
0dba6b8e23
|
update cluster_status_controller name according to API change (#144)
Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
|
2021-01-25 18:50:25 +08:00 |
Kevin Wang
|
4afcabe5f1
|
rename apigroup name, from propagationstrategy to policy
Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
|
2021-01-25 15:55:06 +08:00 |
Kevin Wang
|
e33559250c
|
rename membercluster to cluster in relevant implementations
Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
|
2021-01-23 09:53:52 +08:00 |
Kevin Wang
|
da394ab07a
|
rename membercluster api to cluster
Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
|
2021-01-23 09:53:52 +08:00 |
Hongcai Ren
|
893fe6b93e
|
print logs only for real error and remove outdate todo (#129)
Signed-off-by: RainbowMango <renhongcai@huawei.com>
|
2021-01-18 18:35:21 +08:00 |
Hanbo Li
|
b9504db59b
|
recreate resource when resource in member cluster is unexpectedly deleted (#127)
Signed-off-by: lihanbo <lihanbo2@huawei.com>
|
2021-01-18 11:38:46 +08:00 |
Hanbo Li
|
143f09af1b
|
add object watcher to manage operations for object dispatched to member clusters (#104)
Signed-off-by: lihanbo <lihanbo2@huawei.com>
|
2021-01-07 18:51:07 +08:00 |
Hongcai Ren
|
3785f32ef2
|
Refelect resource running status to PropagationWork. (#106)
Signed-off-by: RainbowMango <renhongcai@huawei.com>
|
2021-01-05 16:18:28 +08:00 |
Xianpao Chen
|
8e0f2c4cae
|
add work queue for status controller (#99)
Signed-off-by: chenxianpao <chenxianpao@huawei.com>
|
2020-12-31 17:39:33 +08:00 |
Hanbo Li
|
7ed40d0ea7
|
get member cluster healthy status with the /readyz endpoint (#98)
Signed-off-by: lihanbo <lihanbo2@huawei.com>
|
2020-12-31 10:20:07 +08:00 |
Hongcai Ren
|
e4c7379eb5
|
simplify finalizer usage. (#94)
|
2020-12-30 09:25:00 +08:00 |
Xianpao Chen
|
62a85ea0f8
|
add informermangers for status processing (#91)
* add informermangers for status processing
Co-authored-by: Hongcai Ren <renhongcai@huawei.com>
|
2020-12-28 10:14:05 +08:00 |
lihanbo
|
fb91d91c94
|
add membercluster status controller
|
2020-12-23 14:48:48 +08:00 |
Xianpao Chen
|
dc017b0b8c
|
Add work status controller framework (#75)
|
2020-12-17 16:56:28 +08:00 |