Commit Graph

2518 Commits

Author SHA1 Message Date
karmada-bot 7a4d85b925
Merge pull request #4460 from liangyuanpeng/gomock
Replace golang/mock to uber-go/mock.
2023-12-22 16:45:18 +08:00
karmada-bot c7c393f564
Merge pull request #4432 from chaosi-zju/add-test
add change static weight test for even distribution of replicas
2023-12-21 20:38:16 +08:00
Lan Liang b90035f03f Update apiserver&controller-manager to v1.26.12
Signed-off-by: Lan Liang <gcslyp@gmail.com>
2023-12-21 18:10:47 +08:00
karmada-bot f8cdc40591
Merge pull request #4404 from yanfeng1992/agent-leader-ns
register cluster install karmada-agent should set leader-elect-resouce-namespace
2023-12-21 16:04:17 +08:00
chaosi-zju 55a6b3c023 add change static weight test for even distribution of replicas
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-12-21 15:05:55 +08:00
Lan Liang 159f68c19b Replace golang/mock to uber-go/mock.
golang/mock is no longer maintained and should replace to go.uber.org/mock, check https://github.com/golang/mock

Signed-off-by: Lan Liang <gcslyp@gmail.com>
2023-12-21 06:48:04 +00:00
karmada-bot 41acf8fbf2
Merge pull request #4454 from jwcesign/forbid-mcs-update
feat: prevent updates to mcs.types or when multiple types are involved.
2023-12-20 17:22:16 +08:00
karmada-bot c6b2adaafc
Merge pull request #4453 from chaosi-zju/dev
execute InterpretHealth even if statusRaw is nil
2023-12-20 16:45:15 +08:00
chaosi-zju 56e0d8c9e6 execute InterpretHealth even if statusRaw is nil
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-12-20 15:44:39 +08:00
jwcesign 3f6431dae2 feat: ignore reconcile the mcs triggered by svc if the mcs is not CrossCluster
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-12-20 10:21:58 +08:00
karmada-bot 515594592b
Merge pull request #4433 from jwcesign/report-event
feat: report event when the service doesn't exist/when endpointslice api is disabled
2023-12-20 09:25:16 +08:00
karmada-bot ba76508fd3
Merge pull request #4448 from jwcesign/remove-finalizer
fix: clean the finalizer of mcs if the ExposureType transforms from CrossCluster to LoadBalancer
2023-12-20 09:22:15 +08:00
jwcesign dc4338398a feat: prevent updates to mcs.types or when multiple types are involved.
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-12-19 20:59:25 +08:00
jwcesign 36ac29485e fix: clean the finalizer of mcs if the ExposureType transforms from CrossCluster to LoadBalancer
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-12-19 18:24:02 +08:00
jwcesign cfd88926dd feat: report event when the service doesn't exist/when endpointslice api is disabled
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-12-19 18:19:26 +08:00
karmada-bot 7395a8bdf5
Merge pull request #4438 from hezhizhen/typo
fix typo
2023-12-18 14:17:14 +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
Zhizhen He 25a62c6c57
fix typo
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
2023-12-17 16:12:03 +08:00
karmada-bot b7a7648c3d
Merge pull request #4419 from chaosi-zju/add-test
add scale down test for even distribution of replicas
2023-12-15 16:08:12 +08:00
karmada-bot f7b6e79054
Merge pull request #4423 from jwcesign/fix-pp-conflict-v3
fix: Update RB once new clusters are added to trigger the propagation of service to these new clusters
2023-12-15 10:20:11 +08:00
jwcesign f0bc661579 fix: Update RB once new clusters are added to trigger the propagation of service to these new clusters
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-12-14 21:52:23 +08:00
jwcesign 18a2e07e5b fix: do not recreate endpointslice if k8s controller deletes it in provider member clusters
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-12-14 21:46:18 +08:00
jwcesign e77fe55851 feat: fix conflicts with pp
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-12-14 19:46:46 +08:00
chaosi-zju 265560be92 add scale down test for even distribution of replicas
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-12-14 16:27:25 +08:00
chaosi-zju 513c7feba4 add expand replicas test about even distribution of replicas
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-12-13 20:33:51 +08:00
huangyanfeng c6261874d8 register cluster install karmada-agent should set leader-elect-resource-namespace
Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>
2023-12-12 20:43:23 +08:00
chaosi-zju 1ebdf006e0 add test for static weight random remainder.
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-12-09 15:28:02 +08:00
karmada-bot e2c6ece93a
Merge pull request #4371 from CharlesQQ/proxy-fix
fix(util/proxy): fix tls.config when secret.spec.caBundle is nil
2023-12-09 14:16:07 +08:00
karmada-bot 33fdf5225f
Merge pull request #4094 from ctripcloud/fix-binding-status-error-rate
Use Patch() when binding-status controller update workload's status
2023-12-09 10:11:06 +08:00
karmada-bot b168d9cbb6
Merge pull request #2066 from lonelyCZ/pr-work-kind
Add additionalPrinterColumns `KIND` for Work CRD
2023-12-08 10:14:05 +08:00
jwcesign 090c1f0174 feat: clean eps work of the provison cluster once the mcs work deleted
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-12-07 14:09:07 +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
lonelyCZ fd7139daa0 Add additionalPrinterColumns Kind for Work CRD
Signed-off-by: lonelyCZ <chengzhe@zju.edu.cn>
2023-12-07 11:04:34 +08:00
chang.qiangqiang fca22c2821 fix(util/proxy): fix tls.config when secret.spec.caBundle is nil
Signed-off-by: chang.qiangqiang <chang.qiangqiang@immomo.com>
2023-12-06 15:19:09 +08:00
karmada-bot edbea75557
Merge pull request #4376 from zhzhuang-zju/image
bump alpine to 3.18.5 to address CVE concerns
2023-12-06 11:56:05 +08:00
zhzhuang-zju d4bc240e91 bump alpine to 3.18.5 to address CVE concerns
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2023-12-06 11:05:17 +08:00
karmada-bot 5e3f34c532
Merge pull request #4373 from whitewindmills/fix-es-license
fix estimator license
2023-12-06 10:12:03 +08:00
jwcesign cb6508b7ad feat: dispatch eps to the newly joined consumption clusters
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-12-05 20:20:52 +08:00
whitewindmills e6be7a28ed fix estimator license
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2023-12-05 19:02:26 +08:00
karmada-bot 09a43c6f17
Merge pull request #4353 from whitewindmills/fix-boilerplate
add license for auto-generated files
2023-12-05 17:59:04 +08:00
karmada-bot 0b1681ed83
Merge pull request #4360 from Rains6/dev-mcs-zhc
feat: sync mcs work when cluster joined or unjoin
2023-12-05 17:36:03 +08:00
whitewindmills 2b05d1e94f add license for auto-generated files
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2023-12-05 14:20:26 +08:00
HongCen 8277a985b0 List&watch cluster creation/deletion, reconcile the work in the corresponding cluster execution namespace
Signed-off-by: HongCen <zhouhongcen1@huawei.com>
2023-12-04 17:06:08 +08:00
karmada-bot c2989cc573
Merge pull request #4298 from chaosi-zju/add-test
add test for static weight random remainder
2023-12-04 16:48:04 +08:00
karmada-bot 51169ba6c3
Merge pull request #4357 from XiShanYongYe-Chang/make-cleanup-with-constants
Make cleanup with constants
2023-12-04 14:27:02 +08:00
chaosi-zju 6b2101a0f2 add test for static weight random remainder.
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-12-04 11:51:23 +08:00
karmada-bot a73dad3b2f
Merge pull request #4342 from chaosi-zju/master
fix format of lua script in karmada api
2023-12-04 11:41:05 +08:00
changzhen ad39b16c11 make cleanup with constants
Signed-off-by: changzhen <changzhen5@huawei.com>
2023-12-04 11:14:33 +08:00
karmada-bot 5b391e7535
Merge pull request #4338 from ctripcloud/fix-incorrect-fortype
fix incorrect forType in clusterResourceBinding status controller
2023-12-04 11:08:02 +08:00
jwcesign f2810b3dc9 cleanup: make the name unified of mcs
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-12-02 15:23:15 +08:00