Commit Graph

6494 Commits

Author SHA1 Message Date
zhzhuang-zju 664d27fbcd cleanup unused err check
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2025-04-03 16:02:47 +08:00
karmada-bot 4c7c15ae5b
Merge pull request #5830 from mohamedawnallah/unitTestDeInitKarmadactl
pkg/karmadactl: unit test deinit
2025-04-03 09:35:51 +08:00
Mohamed Awnallah 85061f5e26 pkg/karmadactl: unit test deinit
In this commit, we unit test deinit in karmadactl on deleting
all components related to karmada after it was initialized using init.

Signed-off-by: Mohamed Awnallah <mohamedmohey2352@gmail.com>
2025-04-02 09:39:09 +00:00
karmada-bot 9b7151020d
Merge pull request #6253 from zhzhuang-zju/uniquecluster
fix: A new pull-mode cluster may overwrite the existing member clusters
2025-04-02 16:54:51 +08:00
karmada-bot 5f258dd8b3
Merge pull request #6199 from CharlesQQ/dependencies-reduce-trigger
fix(dependenciesdistributor): reduce update trigger
2025-04-02 09:51:50 +08:00
chang.qiangqiang bfd88d2507 fix(dependenciesdistributor): reduce update trigger
Signed-off-by: chang.qiangqiang <chang.qiangqiang@immomo.com>
2025-04-02 00:36:53 +08:00
karmada-bot 138537bdb2
Merge pull request #6250 from zhzhuang-zju/documentation
Update alpine version used by karmadactl init
2025-04-01 15:32:50 +08:00
karmada-bot afe172d6a4
Merge pull request #6249 from ctripcloud/svc-aggregate-status
don't add cluster name to hostname field when aggregate service status
2025-04-01 15:21:50 +08:00
zhzhuang-zju d9318779fd update alpine version used by karmadactl init to 3.21.3
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2025-04-01 10:07:11 +08:00
zhzhuang-zju f43597eaa0 operator: update the crdtarball url in sample file
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2025-04-01 10:04:22 +08:00
zhzhuang-zju 1964f6dc78 correct the charts readme
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2025-04-01 10:01:57 +08:00
karmada-bot 9ea0382293
Merge pull request #6221 from Pratham-B-Parlecha/fix/prathamci
Update Karmada CI and Documentation
2025-03-31 09:17:48 +08:00
zach593 1e3795e3b8 don't add cluster name to hostname field when aggregate service status
Signed-off-by: zach593 <zach_li@outlook.com>
2025-03-30 21:43:45 +08:00
zhzhuang-zju 6f6762579b fix: A new pull-mode cluster may overwrite the existing member clusters
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2025-03-28 15:45:29 +08:00
karmada-bot 65e7f74c99
Merge pull request #6188 from seanlaii/fix-helm
Fix missing ClusterRole, ClusterRoleBinding, and ServiceAccount for Custom Cert Mode in Helm Chart
2025-03-27 20:14:47 +08:00
karmada-bot fcb0be73c1
Merge pull request #6208 from zhzhuang-zju/e2e
e2e: add sidecar configuration e2e test
2025-03-27 11:24:45 +08:00
karmada-bot 4137c49af4
Merge pull request #6095 from ctripcloud/ratelimiter
unify http ratelimiter for control plane client
2025-03-27 09:14:46 +08:00
Pratham c0657e289e corrected the intention of the commented code
Signed-off-by: Pratham <prathamparlecha09@gmail.com>
2025-03-27 01:30:10 +05:30
Pratham 38619e9ffe documentation and ci update
Signed-off-by: Pratham <prathamparlecha09@gmail.com>
2025-03-27 01:30:10 +05:30
Pratham a846783aaa karmada version update
Signed-off-by: Pratham <prathamparlecha09@gmail.com>
2025-03-27 01:30:10 +05:30
Pratham dfe1089e57 ci issue
Signed-off-by: Pratham <prathamparlecha09@gmail.com>
2025-03-27 01:30:10 +05:30
zhzhuang-zju c2f7618a23 e2e: add sidecar configuration e2e test
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2025-03-26 16:40:58 +08:00
karmada-bot fc1bc17061
Merge pull request #6209 from zhzhuang-zju/operator-docs
add docs for configuring API Server sidecar in karmada operator
2025-03-26 11:16:44 +08:00
karmada-bot ba782c85c2
Merge pull request #6227 from XiShanYongYe-Chang/fix-3747
fix the issue where the binding gracefulEvictionTask can never be clear
2025-03-26 10:07:44 +08:00
karmada-bot f2ff5d0abb
Merge pull request #6228 from XiShanYongYe-Chang/update-mismatch-log-info
update mismatch log info in the taint-manager
2025-03-25 09:04:43 +08:00
changzhen 412952ec45 update mismatch log info in the taint-manager
Signed-off-by: changzhen <changzhen5@huawei.com>
2025-03-24 20:54:42 +08:00
karmada-bot 15474e8b03
Merge pull request #6212 from seanlaii/bump-go-mockery
Bump mockery version to v2.53.3
2025-03-24 19:34:43 +08:00
changzhen cbfc085283 to prevent the generation judgment from always being false and block gracefulEvictionTask clearance, move the generation judgment logic to the reconcile
Signed-off-by: changzhen <changzhen5@huawei.com>
2025-03-24 15:48:48 +08:00
wei-chenglai 6d0221bd26 Bump mockery to 2.53.3
Signed-off-by: wei-chenglai <qazwsx0939059006@gmail.com>
2025-03-23 23:03:04 -04:00
karmada-bot dc3a3305c7
Merge pull request #6225 from seanlaii/bump-go-net
Bump golang.org/x/net to 0.37.0
2025-03-24 10:50:43 +08:00
wei-chenglai e44362a51c Bump golang.org/x/net to 0.37.0
Signed-off-by: wei-chenglai <qazwsx0939059006@gmail.com>
2025-03-23 21:52:46 -04:00
karmada-bot 0235dc67c9
Merge pull request #6218 from seanlaii/bump-go-ci-lint
Bump golang to 1.23.7 and golangci-lint to 1.64.8
2025-03-24 09:25:42 +08:00
wei-chenglai d231a87aed Bump golang to 1.23.7 and golangci-lint to 1.64.8
Signed-off-by: wei-chenglai <qazwsx0939059006@gmail.com>
2025-03-22 13:03:28 -04:00
karmada-bot 85b745b38a
Merge pull request #6214 from jabellard/agent-fix
Fix segmentation violation error in `agent` component
2025-03-22 15:13:41 +08:00
karmada-bot 56b72f1a80
Merge pull request #6220 from warjiang/fix/typo-error
fix: typo error in karmadactl register
2025-03-21 11:46:40 +08:00
warjiang 8e4603af66 fix: typo error in karmadactl register
Signed-off-by: dingwenjiang <dingwenjiang@bytedance.com>
2025-03-21 10:51:25 +08:00
karmada-bot 6810e88643
Merge pull request #6043 from vie-serendipity/feat/suspend
feat: replace instruction annotation with work suspendDispatching field
2025-03-20 17:21:40 +08:00
karmada-bot 9a92463c8b
Merge pull request #6211 from RainbowMango/pr_orgnize_indexer
Update Works index with a unique name
2025-03-20 16:56:39 +08:00
karmada-bot 0713e4b9be
Merge pull request #6044 from kubeservice-stack/add-operator-metrics
feat: add operator build_info metrics and go runtime metrics
2025-03-20 16:31:41 +08:00
karmada-bot 2a25f5b555
Merge pull request #6145 from CharlesQQ/rate-limit-fix
add the ratelimiter options parameter for controllers that are missing it
2025-03-20 15:57:40 +08:00
dongjiang 276cb0d3d7
add build info and go runtime metrics
Signed-off-by: dongjiang <dongjiang1989@126.com>
Co-Authored-By: Copilot <175728472+Copilot@users.noreply.github.com>
2025-03-20 15:31:38 +08:00
chang.qiangqiang 2b109eb9df fix(detector): add ratelimiteroptions for controllers
Signed-off-by: chang.qiangqiang <chang.qiangqiang@immomo.com>
2025-03-20 15:00:42 +08:00
Joe Nathan Abellard c0525e8715 Fix segmentation violation error in karmada-agent component
Signed-off-by: Joe Nathan Abellard <contact@jabellard.com>
2025-03-19 22:03:18 -04:00
RainbowMango e3244462d7 Update Works index with a unique name
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2025-03-19 16:09:05 +08:00
karmada-bot b939368e08
Merge pull request #6206 from seanlaii/fix-local-up-cert
Fix the naming of the server certificate of karmada-scheduler-estimator
2025-03-19 15:07:39 +08:00
vie-serendipity 4b437e40f4 feat: replace instruction annotation with work suspendDispatching field
feat: rename workIndex and mv GetWorkSuspendDispatching to helper

feat: modify the style of Deprecated
Signed-off-by: vie-serendipity <2733147505@qq.com>

feat: label and annotate workloads even though work is suspended

Signed-off-by: vie-serendipity <2733147505@qq.com>

test: fix ut for CreateOrUpdateWork

Signed-off-by: vie-serendipity <2733147505@qq.com>
2025-03-19 15:04:55 +08:00
karmada-bot bc305c6563
Merge pull request #6184 from zhzhuang-zju/releasenote-new
gencomponentdocs support module all to generate all karmada components docs
2025-03-19 14:55:39 +08:00
zhzhuang-zju 3b6ac2eec0 add docs for configuring API Server sidecar in karmada operator
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2025-03-18 16:38:20 +08:00
karmada-bot 678362ba9a
Merge pull request #6207 from karmada-io/dependabot/github_actions/aquasecurity/trivy-action-0.30.0
build(deps): bump aquasecurity/trivy-action from 0.29.0 to 0.30.0
2025-03-17 14:16:37 +08:00
dependabot[bot] ad76f52c61
build(deps): bump aquasecurity/trivy-action from 0.29.0 to 0.30.0
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.29.0...0.30.0)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 05:13:53 +00:00