chaunceyjiang
|
c3f5eaa3f7
|
fix failed to apply Label/Annotation Overriders
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
|
2022-12-16 18:34:33 +08:00 |
karmada-bot
|
9b626c0f01
|
Merge pull request #2840 from helen-frank/feature/AddKubeVersion
introduce kube-image-tag flag to karmadactl init
|
2022-12-16 15:21:43 +08:00 |
karmada-bot
|
73a1b8236e
|
Merge pull request #2946 from Garrybest/pr_division
refactor dynamic schedule
|
2022-12-16 10:15:42 +08:00 |
Garrybest
|
b34bb6f13e
|
add dynamic schedule test
Signed-off-by: Garrybest <garrybest@foxmail.com>
|
2022-12-15 18:58:02 +08:00 |
Garrybest
|
b4803c42c9
|
refactor dynamic schedule
Signed-off-by: Garrybest <garrybest@foxmail.com>
|
2022-12-15 18:57:45 +08:00 |
karmada-bot
|
7dd02960a7
|
Merge pull request #2953 from calvin0327/add-operator-apis
add karmada operator apis
|
2022-12-15 17:25:43 +08:00 |
karmada-bot
|
6111ad0e69
|
Merge pull request #2899 from Garrybest/pr_metrics
clean up metrics for scheduler, descheduler and estimator
|
2022-12-15 16:49:23 +08:00 |
calvin0327
|
49b71d3826
|
add karmada operator apis
Signed-off-by: calvin0327 <wen.chen@daocloud.io>
Co-Authored-By: carlory <baofa.fan@daocloud.io>
Co-Authored-By: chaunceyjiang <chaunceyjiang@gmail.com>
Co-Authored-By: lixingchenDaoCloud <89956700+lixingchenDaoCloud@users.noreply.github.com>
Co-Authored-By: wawa0210 <xiao.zhang@daocloud.io>
|
2022-12-15 16:30:07 +08:00 |
karmada-bot
|
08b750d815
|
Merge pull request #2957 from chaunceyjiang/taint
Add detailed information about the taint
|
2022-12-15 14:26:24 +08:00 |
chaunceyjiang
|
d33deaeead
|
Add detailed information about the taint
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
|
2022-12-15 10:57:36 +08:00 |
helen
|
5eaf574d4b
|
introduce --kube-version flag to karmadactl init
Signed-off-by: helen <haitao.zhang@daocloud.io>
|
2022-12-15 10:51:43 +08:00 |
karmada-bot
|
847af057f9
|
Merge pull request #2958 from RainbowMango/pr_intro_generic_set
Introduce generic hashset to simplify code
|
2022-12-15 09:53:24 +08:00 |
RainbowMango
|
14423bf5d8
|
Introduce generic hashset to simplify code
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
|
2022-12-14 15:49:45 +08:00 |
karmada-bot
|
e47d6cb71b
|
Merge pull request #2949 from yanfeng1992/fixbug-unjoin-wait
CommandUnjoinOption wait must be a positive duration
|
2022-12-14 14:09:22 +08:00 |
karmada-bot
|
0131bffaae
|
Merge pull request #2879 from carlory/validate
move validation funcs into util/validation
|
2022-12-14 10:10:23 +08:00 |
karmada-bot
|
796de421b8
|
Merge pull request #2954 from calvin0327/fix-chart-post-delete
fix post-delete job of chart
|
2022-12-13 19:03:22 +08:00 |
karmada-bot
|
96832a5f37
|
Merge pull request #2947 from XiShanYongYe-Chang/flaking-test
fix failing test of editing policy resourceSelectors
|
2022-12-13 17:51:22 +08:00 |
calvin0327
|
4e4132e087
|
fix post-delete job of chart
Signed-off-by: calvin0327 <wen.chen@daocloud.io>
|
2022-12-13 17:10:04 +08:00 |
karmada-bot
|
f029394009
|
Merge pull request #2912 from jwcesign/fix-pp-rb
fix a corner case that re-schedule be skipped in case of the cluster becomes not fit.
|
2022-12-13 17:06:27 +08:00 |
changzhen
|
598935a5f7
|
fix flaking test of editing policy resourceSelectors
Signed-off-by: changzhen <changzhen5@huawei.com>
|
2022-12-13 16:55:31 +08:00 |
jwcesign
|
950b614fa7
|
Fix resource hangover in member cluster when propagating matching changes
Signed-off-by: jwcesign <jiangwei115@huawei.com>
|
2022-12-13 14:55:50 +08:00 |
karmada-bot
|
11cb257031
|
Merge pull request #2884 from XiShanYongYe-Chang/support-multiple-denpendent-script
Support multiple dependencyInterpreter lua script for one gvk
|
2022-12-13 14:45:22 +08:00 |
karmada-bot
|
6aedb0e84a
|
Merge pull request #2952 from RainbowMango/pr_update_k8s_dependencies
Update Kubernetes dependencies to v1.25.5
|
2022-12-13 12:26:22 +08:00 |
RainbowMango
|
6639a0d9b6
|
Update Kubernetes dependencies to v1.25.5
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
|
2022-12-13 11:13:56 +08:00 |
changzhen
|
5ed2100ee1
|
support multiple dependencyInterpreter lua script for one gvk
Signed-off-by: changzhen <changzhen5@huawei.com>
|
2022-12-13 10:30:33 +08:00 |
huangyanfeng
|
17f105de05
|
CommandUnjoinOption wait must be a positive duration
Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>
|
2022-12-12 17:43:48 +08:00 |
Garrybest
|
c747cbcce7
|
clean up metrics for scheduler, descheduler and estimator
Signed-off-by: Garrybest <garrybest@foxmail.com>
|
2022-12-12 17:35:49 +08:00 |
karmada-bot
|
37cca1cd8d
|
Merge pull request #2928 from Fish-pro/fix/healthy
Fix misjudgment of deployment and statefuleset health status
|
2022-12-12 14:51:21 +08:00 |
karmada-bot
|
1f9695def9
|
Merge pull request #2943 from Poor12/fix-recover
Fix e2e failure
|
2022-12-12 14:36:27 +08:00 |
chen zechun
|
ec8f4c2a54
|
Fix Deployment and Statefulset health judgments
Signed-off-by: chen zechun <zechun.chen@daocloud.io>
|
2022-12-12 13:53:54 +08:00 |
karmada-bot
|
941637e805
|
Merge pull request #2942 from helen-frank/fix/namespace_sync_controller-buildWorks
need return after ch <-
|
2022-12-12 11:54:22 +08:00 |
karmada-bot
|
99845a6a16
|
Merge pull request #2936 from Poor12/add-failover-check
Start gracefulEviction controller when failover is close
|
2022-12-12 11:27:22 +08:00 |
Poor12
|
c3e2dedbbe
|
fix e2e failure
Signed-off-by: Poor12 <shentiecheng@huawei.com>
|
2022-12-12 11:14:40 +08:00 |
karmada-bot
|
605fb36366
|
Merge pull request #2940 from kingkonghong/duplicate-resourceinterpreterwebhookconfigurations-rbac
Remove duplicate RBAC permission configurations
|
2022-12-12 09:48:21 +08:00 |
Poor12
|
b86c385fe8
|
start gracefulEviction controller when failover is close
Signed-off-by: Poor12 <shentiecheng@huawei.com>
|
2022-12-12 09:18:32 +08:00 |
helen
|
681d51bd7f
|
need return after ch <-
Signed-off-by: helen <haitao.zhang@daocloud.io>
|
2022-12-11 20:28:55 +08:00 |
karmada-bot
|
db4e2abf1a
|
Merge pull request #2925 from qingwave/script-cleanup
Remove temp dir when exit in scripts
|
2022-12-09 21:25:19 +08:00 |
kingkonghong
|
3d40d6cf26
|
Remove duplicate RBAC permission configurations
Signed-off-by: kingkonghong <jayfantasyhjh@gmail.com>
|
2022-12-09 18:13:12 +08:00 |
karmada-bot
|
c7232f824b
|
Merge pull request #2930 from Poor12/fix-recover
Fix work status not sync to control plane when apiserver failed and recovered soon
|
2022-12-09 17:32:24 +08:00 |
Poor12
|
7c4cd0b5b6
|
fix work status not sync to control plane
Signed-off-by: Poor12 <shentiecheng@huawei.com>
|
2022-12-09 15:43:34 +08:00 |
karmada-bot
|
1541db26d5
|
Merge pull request #2919 from Poor12/improve-auto-generate-pp
Replace colon with point in the rbac resource name
|
2022-12-09 11:33:19 +08:00 |
karmada-bot
|
54b7aa278f
|
Merge pull request #2871 from ikaven1024/feature/lua-resource
add kube lib for lua
|
2022-12-09 10:57:19 +08:00 |
qingwave
|
74454adde7
|
remove temp dir when exit in scripts
Signed-off-by: qingwave <isguory@gmail.com>
|
2022-12-09 01:58:26 +00:00 |
karmada-bot
|
c0fc2f8457
|
Merge pull request #2929 from wlp1153468871/wlp
move legacy keps into proposals
|
2022-12-09 09:09:19 +08:00 |
yingjinhui
|
0f5e377d9f
|
add kube lib for lua
Signed-off-by: yingjinhui <yingjinhui@didiglobal.com>
|
2022-12-08 22:14:04 +08:00 |
karmada-bot
|
5f673cbde8
|
Merge pull request #2918 from qingwave/unstructured-ut
[UT] Add unstructed helper uinttest
|
2022-12-08 18:00:18 +08:00 |
wlp1153468871
|
ec635dd49b
|
move legacy keps into proposals
Signed-off-by: wlp1153468871 <luping.wei@daocloud.io>
|
2022-12-08 17:57:33 +08:00 |
karmada-bot
|
efb50ade80
|
Merge pull request #2916 from chaunceyjiang/resourceinterpretercustomizations
fix resourceinterpretercustomizations webhook
|
2022-12-08 16:51:30 +08:00 |
qingwave
|
e171c4cac6
|
add unstruucted helper uinttest
Signed-off-by: qingwave <isguory@gmail.com>
|
2022-12-08 08:37:03 +00:00 |
karmada-bot
|
95412f1942
|
Merge pull request #2915 from kingkonghong/master
fix that validating for resourceinterpreterwebhookconfigurations does…
|
2022-12-08 12:17:18 +08:00 |