Commit Graph

2620 Commits

Author SHA1 Message Date
RainbowMango 9a776a7503 Remove golang mock as it has been replaced with uber mock
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-12-22 17:12:35 +08:00
chang.qiangqiang 9ec160ab9f fix(work): motify gracefulEvictionTasks sub field to pointer type
Signed-off-by: chang.qiangqiang <chang.qiangqiang@immomo.com>
2023-12-22 17:06:31 +08:00
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
chaosi-zju 7bc10af1e9 fix format of lua script in karmada api
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-12-01 17:40:56 +08:00
karmada-bot 27a3e54b5b
Merge pull request #4344 from zhzhuang-zju/license
correct the license in the lifted directory
2023-12-01 09:52:00 +08:00
changzhen 2dba706a76 add MultiClusterService featuregate
Signed-off-by: changzhen <changzhen5@huawei.com>
2023-12-01 00:18:35 +08:00
jwcesign 471f8eb8f0 cleanup: change MultiClusterService corresponding label
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-11-30 23:26:33 +08:00
jwcesign ffed3f3b33 feat: clean the endpointslice if the current cluster is not in the mcs consumption clusters
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-11-30 20:26:20 +08:00
zhzhuang-zju 5e99881e59 correct the license in the lifted directory
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2023-11-30 20:21:36 +08:00
karmada-bot 64d0873dec
Merge pull request #4335 from jwcesign/mcs-webhook
feat: add webhook for multiclusterservice to add the permanentid
2023-11-30 17:28:59 +08:00
jwcesign 5932615cba feat: support mcs with native svc name
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-11-30 15:55:15 +08:00
lxtywypc f8569d3b37 fix incorrect forType in clusterResourceBinding status controller
Signed-off-by: lxtywypc <lxtywypc@gmail.com>
2023-11-29 19:02:19 +08:00
z00623291 33ae852fa0 List&watch mcs and service, reconcile the work in execution namespace
Signed-off-by: z00623291 <zhouhongcen1@huawei.com>
2023-11-29 17:50:26 +08:00
jwcesign 69bb6a1134 feat: add webhook for multiclusterservice to add the permanentid
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-11-29 17:21:36 +08:00
karmada-bot 1d4a95c493
Merge pull request #4290 from jwcesign/mcs-api
api: define API for MultiClusterService
2023-11-24 15:22:54 +08:00
jwcesign a39416cb14 api: define API for MultiClusterService
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-11-24 13:36:54 +08:00
chaosi-zju e9e8653c88 resourceModels supports extended resources
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-11-23 19:08:32 +08:00
karmada-bot ec3599895c
Merge pull request #4135 from zhy76/promote
feat: support promote dependent resources automatically
2023-11-23 16:53:53 +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 0907394a5f
Merge pull request #4293 from chaosi-zju/feat-schedule
Expose assignReplicas and selectClusters function to external schedulers
2023-11-22 20:30:53 +08:00
karmada-bot 176d778762
Merge pull request #4254 from chaunceyjiang/cluster_proxy
feat: Cross-cluster unified query
2023-11-22 20:21:52 +08:00
chaunceyjiang 6ea7910d3a feat: Cross-cluster unified query
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
Co-authored-by: changzhen <changzhen5@huawei.com>
2023-11-22 19:19:20 +08:00
chaosi-zju a8629ac72a Expose assignReplicas and selectClusters function in scheduler
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-11-22 17:29:23 +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
zhy76 682adff651 feat: support promote dependent resources automatically
Signed-off-by: zhy76 <958474674@qq.com>
2023-11-21 15:56:05 +08:00
karmada-bot d1598a9166
Merge pull request #4253 from zhzhuang-zju/tls-etcd
set golang's secure cipher suites as etcd's cipher suites
2023-11-20 20:36:50 +08:00
karmada-bot 4bd53638b4
Merge pull request #4260 from RainbowMango/pr_nominate_owners
Nominate code owners
2023-11-20 11:51:51 +08:00
zhzhuang-zju 9b1e18bbd2 set golang's secure cipher suites as etcd's cipher suites
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2023-11-20 11:50:57 +08:00
jwcesign 7e6387e98f feat: add resoruce id label
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-11-20 11:07:11 +08:00
RainbowMango 2f39163615 Nominate code owners
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-11-20 10:39:38 +08:00
karmada-bot 5180ad5034
Merge pull request #4160 from liangyuanpeng/prune_joblabel_1.27
Remove label of job for kubernetes 1.27
2023-11-17 17:59:48 +08:00
Lan Liang 3296603788 Prune job label for kubernetes 1.27,prefix with `batch.kubernetes.io/`
Signed-off-by: Lan Liang <gcslyp@gmail.com>
Co-authored-by: Hongcai Ren <renhongcai@huawei.com>
2023-11-17 09:03:02 +00: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
karmada-bot 5e27024280
Merge pull request #4237 from zhzhuang-zju/configmap
Restrict “configmap/extension-apiserver-authentication” object from being distributed to member clusters
2023-11-15 22:19:47 +08:00
karmada-bot 3dac48bd81
Merge pull request #4219 from chaosi-zju/feat-random
implementation : divide replicas by static weight evenly
2023-11-15 21:47:47 +08:00
chaosi-zju 4241e88085 implementation of divide replicas by static weight evenly
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-11-15 14:47:01 +08:00
karmada-bot d73e47bb1d
Merge pull request #4223 from zhzhuang-zju/ctl-top-pod
add cluster flags for karmadactl top pod
2023-11-15 14:32:46 +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
zhzhuang-zju db09a25821 add cluster flags for karmadactl top pod
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2023-11-14 17:36:50 +08:00
karmada-bot 954f807aab
Merge pull request #4226 from ctripcloud/fix-binding-status
only update necessary part of binding status
2023-11-13 19:46:44 +08:00
lxtywypc e2fac02e2c only update necessary part of binding status
Signed-off-by: lxtywypc <lxtywypc@gmail.com>
2023-11-13 17:09:04 +08:00
xigang 9c9c52cb2e karmada-search: Fix lock race affects watch RestChan not close, causing client watch api to hang
Signed-off-by: xigang <wangxiang2014@gmail.com>
2023-11-13 14:39:01 +08:00
karmada-bot 1b2c6edfba
Merge pull request #4206 from jwcesign/fix-exec
fix: fix exec failure with karamada-aggregated-apiserver
2023-11-10 18:17:42 +08:00
jwcesign 5e90907819 fix: fix exec failure when tls enabled
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-11-09 10:39:01 +08:00
zach593 d423206837 update details and UT
Change-Id: I68a9b2d293c35e10f287fdc4a625ded3da4848ba
Signed-off-by: zach593 <zach_li@outlook.com>
2023-11-06 13:41:20 +08:00
karmada-bot c3c3766054
Merge pull request #4193 from yanfeng1992/set-minversion-for-tlsconfig
set MinVersion to VersionTLS13 for tlsconfig in karmada-search and karmada-metrics-adapter
2023-11-03 14:58:36 +08:00
karmada-bot 2e283ad5aa
Merge pull request #3998 from JadeFlute0127/master
fix: The PULL mode cluster cannot be deleted immediately
2023-10-30 15:36:35 +08:00
huangyanfeng e8a7d96e15 set MinVersion to VersionTLS13 for tlsconfig in karmada-search and karmada-metrics-adapter
Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>
2023-10-29 18:50:54 +08:00
huangyanfeng b24b25dc3a gen certs remove ip 10.254.0.1
Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>
2023-10-29 17:25:50 +08:00
karmada-bot d0bbe5104b
Merge pull request #4189 from XiShanYongYe-Chang/update-typo-in-api-definition
update type in api definition
2023-10-28 17:29:31 +08:00
karmada-bot f2c7d0b806
Merge pull request #4063 from chaosi-zju/operator
remove insecureSkipTLSVerify in operator
2023-10-28 10:42:31 +08:00
changzhen d85090efa6 update type in api definition
Signed-off-by: changzhen <changzhen5@huawei.com>
2023-10-28 09:31:36 +08:00
karmada-bot 761e22ec3c
Merge pull request #4181 from yanfeng1992/set-minversion-for-tlsconfig-in-as-component
set MinVersion to VersionTLS13 for tlsconfig in karmada-apiserver
2023-10-27 16:44:30 +08:00
huangyanfeng a2e734fb59 set MinVersion to VersionTLS13 for tlsconfig in karmada-apiserver and karmada-aggregated-apiserver
Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>
2023-10-27 15:29:52 +08:00
karmada-bot edeb94b4f6
Merge pull request #4183 from jwcesign/fix-insecure
feat: Add ca to check the validation of the member clusters' server certificate
2023-10-26 22:10:29 +08:00
zhangdiandian 7cef5b8086 fix: The PULL mode cluster cannot be deleted immediately
Signed-off-by: zhangdiandian <1635468471@qq.com>
2023-10-26 13:45:40 +00:00
karmada-bot e03f5d5ad8
Merge pull request #4176 from jwcesign/master
fix: change defaultModelSorting as local variable
2023-10-26 21:30:30 +08:00
jwcesign 473b2beb61 feat: add ca to check the validation of the server certificate
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-10-26 19:24:08 +08:00
karmada-bot b038f1d4a5
Merge pull request #4061 from chaosi-zju/karmadactl
remove insecureSkipTLSVerify in karmadactl
2023-10-26 10:59:30 +08:00
jwcesign 1433f5d9d4 fix: change defaultModelSorting as local variable
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-10-25 19:04:02 +08:00
zhzhuang-zju 23187f6b14 fix: resourceregistry is incompatible in the upgrade scenario
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2023-10-25 10:03:56 +08:00
karmada-bot d6cc5b92e2
Merge pull request #4138 from jwcesign/fix-version-sync
fix: Sync workload's status.observedGeneration if it's updated
2023-10-24 19:52:27 +08:00
chaosi-zju eabb38b876 remove insecureSkipTLSVerify in karmadactl
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-10-24 11:47:30 +08:00
karmada-bot 086cbcc7ee
Merge pull request #4145 from halfrost/fix-modeling-issue
Fix: karmada-controller-manager: panic: runtime error: index out of range
2023-10-24 11:28:32 +08:00
halfrost 92ab33ebc0 1. Change modelSortings to be a member variable of ResourceSummary to solve multithreading issues
2. Delete unused functions

Signed-off-by: halfrost <ydz627@gmail.com>
2023-10-23 09:25:09 -07:00
zach593 8520227897 improve update workload status error rate too high
Change-Id: I531e40fa99e657af3c060e59c13c47a835356274
Signed-off-by: zach593 <zach_li@outlook.com>
2023-10-20 10:28:07 +08:00
zhzhuang-zju 61302b5d8e fix: cannot access ResourceRegistry with its singularName
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2023-10-18 16:28:48 +08:00
karmada-bot 557348fea0
Merge pull request #4074 from Vacant2333/add-resource-deletion-protection-by-label
[Feat] Resource Deletion Protection
2023-10-18 11:35:23 +08:00
huangyanfeng 27971f4cd4 enqueueAffectedBindings and enqueueAffectedCRBs add schedulerNameFilter
Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>
2023-10-17 15:34:01 +08:00
Vacant2333 1df2420f70 [feat] namespace deletion protection
Signed-off-by: Vacant2333 <vacant2333@gmail.com>
2023-10-17 14:54:54 +08:00
jwcesign e50f414b4f fix: Update workload's status.observedGeneration if it's updated
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-10-17 13:33:56 +08:00
Yan-Daojiang a6797c7d62 Fix incorrect comments in unjoin command
Signed-off-by: Yan-Daojiang <yan_daojiang@163.com>
2023-10-12 10:58:24 +08:00
karmada-bot 70e2e1ca71
Merge pull request #4080 from ctripcloud/remove-max-retry
remove unnecessary maxRetry for AsyncWorker
2023-10-10 17:29:19 +08:00
huangyanfeng fec30e0380 schedulerOptions add support for RateLimiterOptions
Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>
2023-10-10 12:07:15 +08:00
watermeion e5ee1636cf fix fhpa controller panic when SelectPolicy is nil
Signed-off-by: watermeion <watermeion@hotmail.com>
2023-10-09 15:16:06 +08:00
lonelyCZ 9aefb4c4dd Fix to validate spec.types of MultiClusterService Webhook
Signed-off-by: lonelyCZ <chengzhe@zju.edu.cn>
2023-10-09 13:12:24 +08:00
chaosi-zju 7b13371360 update swagger json
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-09-27 17:43:38 +08:00
lxtywypc 8a56a8dc34 use status.DesiredReplicas instead of status.CurrentReplicas of HPA to update resource scale
Signed-off-by: lxtywypc <lxtywypc@gmail.com>
2023-09-22 10:20:54 +08:00
chaosi-zju a4828cc410 retain for hpa controlled Deployment resource
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-09-21 19:44:01 +08:00
lxtywypc 54c14360aa remove unnecessary maxRetry for AsyncWorker
Signed-off-by: lxtywypc <lxtywypc@gmail.com>
2023-09-21 16:19:59 +08:00
karmada-bot 68f4ac75cf
Merge pull request #4072 from ctripcloud/add-replicas-syncer
add replicas syncer for resources with HPA
2023-09-21 09:53:59 +08:00
chaosi-zju b27da00291 remove insecureSkipTLSVerify in operator
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-09-20 19:47:20 +08:00
lxtywypc 5ae8178ec3 add replicas syncer for resources with HPA
Signed-off-by: lxtywypc <lxtywypc@gmail.com>
2023-09-20 17:29:34 +08:00
huangyanfeng d8a7d89782 make pull cluster to be able to register with proxy-server
Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>
2023-09-19 11:40:05 +08:00
karmada-bot 4ceac85b15
Merge pull request #4064 from chaosi-zju/interpre
aggregate the HPA status from member clusters into control plane
2023-09-18 14:34:58 +08:00
chaosi-zju 64ffa2a28e aggregate the HPA status from member clusters into control plane.
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-09-18 11:31:21 +08:00
zhang.ming 35161ef99d make pull cluster to be able to register with zones
Signed-off-by: zhang.ming <zhang.ming@cestc.cn>
2023-09-16 09:30:00 +08:00
chaosi-zju 19c63fca28 remove insecureSkipTLSVerify in UT test
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-09-13 15:07: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
changzhen 734cf3ab8f fix depndencies lua scrpit bug
Signed-off-by: changzhen <changzhen5@huawei.com>
2023-09-05 17:36:24 +08:00
karmada-bot 7c96e0db54
Merge pull request #3898 from tedli/external-etcd
karmadactl init with external etcd
2023-09-04 14:28:46 +08:00
karmada-bot 44d57c94bc
Merge pull request #4018 from whitewindmills/words_check
fix spelling errors
2023-09-04 11:40:14 +08:00
whitewindmills c8423cb237 fix spelling errors
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2023-09-04 10:22:39 +08:00
changzhen 2e3c2e5e9b fix karmada can not execute exec command with proxy url and header
Signed-off-by: changzhen <changzhen5@huawei.com>
2023-09-03 16:09:24 +08:00
lizhen6 1ad8fd311a refactor bundled to local
Signed-off-by: lizhen6 <lizhen6@360.cn>
2023-08-31 14:44:50 +08:00
lxtywypc 67de65d892 Revert "Merge pull request #3808 from ctripcloud/refactor-execution-workstatus"
This reverts commit 90ccbcdfce, reversing
changes made to 24bb582950.

Signed-off-by: lxtywypc <lxtywypc@gmail.com>
2023-08-31 14:23:58 +08:00
karmada-bot 90235bb72b
Merge pull request #4010 from whitewindmills/deprecated-zone-rs
adopt zones in resource selector
2023-08-29 17:36:42 +08:00
karmada-bot 641681db17
Merge pull request #4002 from zishen/zones-scheduler
feat: adopt zones in scheduler spread by constraints
2023-08-29 10:19:09 +08:00
whitewindmills 2fd56bb291 adopt zones in resource selector
match zones

Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2023-08-28 17:25:45 +08:00