Commit Graph

1514 Commits

Author SHA1 Message Date
kerthcet ac8d271261 bug: webhook's os.Exit will not wait for the defer function
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-01-28 10:17:38 +08:00
karmada-bot 85554ff187
Merge pull request #1261 from Garrybest/pr_slow
Introduce `--resync-period` flag to specify reflector resync period
2022-01-25 15:40:30 +08:00
karmada-bot 3d7770332b
Merge pull request #1307 from RainbowMango/pr_docs_controllers
Add documents about karmada controllers
2022-01-25 11:37:29 +08:00
RainbowMango 2ddc27aabf Add documents about karmada controllers
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2022-01-25 11:05:03 +08:00
karmada-bot afed820949
Merge pull request #1308 from wlp1153468871/update-retryonconflict
Update first in RetryOnConflict
2022-01-25 09:26:32 +08:00
karmada-bot 008a54e3a0
Merge pull request #1289 from kerthcet/feature/exit-will-not-flush-logs
os.Exit will not wait for the defer function
2022-01-24 23:03:30 +08:00
wlp1153468871 c570006603 Update first in RetryOnConflict
Signed-off-by: wlp1153468871 <luping.wei@daocloud.io>
2022-01-24 18:55:38 +08:00
karmada-bot e0e7a60c95
Merge pull request #1199 from dddddai/waiting
bugfix: resource binding is not created when creating resources and propagation policies at the same time
2022-01-24 15:47:30 +08:00
kerthcet e80354175a os.Exit will not wait for the defer function
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-01-24 11:57:34 +08:00
dddddai c770cc10f3 bugfix: resource binding is not created
reconcile PP/CPPs and resource templates in one goroutine

Signed-off-by: dddddai <dddwq@foxmail.com>
2022-01-24 10:15:12 +08:00
karmada-bot 0b9a5d330d
Merge pull request #1290 from carlory/github-workflow-docs
add github-workflow doc
2022-01-23 22:05:29 +08:00
carlory b9da562045 add github-workflow doc
Signed-off-by: carlory <baofa.fan@daocloud.io>
2022-01-22 17:11:52 +08:00
karmada-bot fc64c81e24
Merge pull request #1286 from iawia002/aggregate-status-hook-e2e
Add e2e test for the AggregateStatus hook
2022-01-22 15:17:26 +08:00
karmada-bot 6da027a131
Merge pull request #1263 from Garrybest/pr_proto
add proto interface for descheduler
2022-01-22 09:50:26 +08:00
Garrybest 012f0ca1de add resync period option
Signed-off-by: Garrybest <garrybest@foxmail.com>
2022-01-22 09:36:28 +08:00
karmada-bot 19a5fc55fc
Merge pull request #1283 from carlory/enable-multi-replicas-in-ci
Enable multi replicas in CI
2022-01-21 16:46:25 +08:00
karmada-bot e2c7d90aa0
Merge pull request #1298 from pigletfly/fix-log
Fix ignore log error when error is isnotfound
2022-01-21 16:41:25 +08:00
pigletfly b3c31f2fad Fix ignore log error when error is isnotfound
Signed-off-by: pigletfly <wangbing.adam@gmail.com>
2022-01-21 16:08:01 +08:00
Xinzhao Xu bc883c86b1 Add e2e test for the AggregateStatus hook
Signed-off-by: Xinzhao Xu <z2d@jifangcheng.com>
2022-01-21 15:22:37 +08:00
karmada-bot 9a20367c97
Merge pull request #1288 from RainbowMango/pr_interpreter_owners
Nominate resource interpreter framework owners
2022-01-21 15:00:25 +08:00
karmada-bot ec15a038f5
Merge pull request #1284 from carlory/print-pod-logs
print pod's log when waiting pod ready timeout
2022-01-21 14:00:25 +08:00
karmada-bot 4a343225f9
Merge pull request #1297 from iawia002/typo
Fix typo in the test log
2022-01-21 11:36:25 +08:00
karmada-bot 9800c3c672
Merge pull request #1270 from lonelyCZ/optimize-get
Optimize karmadactl get to output more information
2022-01-21 11:09:30 +08:00
Xinzhao Xu efa85c604b Fix typo in the test log
Signed-off-by: Xinzhao Xu <z2d@jifangcheng.com>
2022-01-21 10:59:48 +08:00
Garrybest 0d5b2427f3 adapt estimator for new interface
Signed-off-by: Garrybest <garrybest@foxmail.com>
2022-01-21 10:22:14 +08:00
Garrybest 8aa095000b generate proto files for descheduler
Signed-off-by: Garrybest <garrybest@foxmail.com>
2022-01-21 10:22:01 +08:00
Garrybest 9347e4ae0f add proto files for descheduler
Signed-off-by: Garrybest <garrybest@foxmail.com>
2022-01-21 10:21:23 +08:00
karmada-bot 499dcaa5e3
Merge pull request #1292 from zgfh/feature/karmada-init
karmada init: add more message for easy debug  when nodePort exist
2022-01-21 09:39:26 +08:00
karmada-bot 7c78d03c3b
Merge pull request #1265 from Garrybest/pr_resync
stop resync for controllers
2022-01-21 09:00:26 +08:00
lonelyCZ 684d6c9ab4 Optimize karmadactl get to output more information
Signed-off-by: lonelyCZ <531187475@qq.com>
2022-01-20 20:11:19 +08:00
karmada-bot 6174003d81
Merge pull request #1282 from RainbowMango/pr_docs_interpreter
Add resource interpreter document
2022-01-20 19:24:24 +08:00
Alan Zhu eeb0f28244 karmada init: add more message for easy debug when nodePort exist
Signed-off-by: Alan Zhu <zg.zhu@daocloud.io>
2022-01-20 18:33:29 +08:00
RainbowMango 71197e4283 Add resource interpreter document
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2022-01-20 15:05:40 +08:00
karmada-bot e3c8d3998a
Merge pull request #1278 from carlory/introduce-tls-flag-to-webhook
introduce --tls-min-version flag to karmada-webhook
2022-01-20 14:33:24 +08:00
karmada-bot f82e847436
Merge pull request #1287 from viniciuspietscher/fix-doc-mistake-cluster-registration-1279
Fix documentation mistake of cluster registration #1279
2022-01-20 11:33:24 +08:00
Vinicius Pietscher 128849ba67 Fix documentation mistake of cluster registration #1279
Signed-off-by: Vinicius Pietscher <vini.914@gmail.com>
2022-01-19 21:55:45 -05:00
RainbowMango dd7a3d4c6b Nominate resource interpreter framework owners
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2022-01-20 10:42:01 +08:00
karmada-bot abc767bfcd
Merge pull request #1277 from iawia002/unstructured
Clean up the code that converts Unstructured objects
2022-01-20 10:09:25 +08:00
karmada-bot 28f0bf365b
Merge pull request #1145 from kerthcet/feature/fix-ensure-cyclomatic-complexity
fix ensureWork cyclomatic complexity
2022-01-20 09:00:25 +08:00
carlory fe5048cbd8 print pod's log when waiting pod ready timeout
Signed-off-by: carlory <baofa.fan@daocloud.io>
2022-01-19 21:00:17 +08:00
carlory ba54f296ab enable multi replicas in CI
Signed-off-by: carlory <baofa.fan@daocloud.io>
2022-01-19 20:52:27 +08:00
karmada-bot d43fc2819a
Merge pull request #1281 from wlp1153468871/modify-log-type
modify log type to Error when err ocurs
2022-01-19 19:23:24 +08:00
wlp1153468871 ed261ef0a0 modify log type to Error when err ocurs
Signed-off-by: wlp1153468871 <luping.wei@daocloud.io>
2022-01-19 18:21:19 +08:00
carlory 403de9cbd3 introduce --tls-min-version flag to karmada-webhook
Co-authored-by: Hongcai Ren <renhongcai@huawei.com>
Signed-off-by: carlory <baofa.fan@daocloud.io>
2022-01-19 16:09:34 +08:00
karmada-bot e5aeb2608c
Merge pull request #1269 from XiShanYongYe-Chang/update-hookenabled-interface
Update HookEnabled interface with resourceinterpreter
2022-01-19 14:36:23 +08:00
kerthcet 695f3cc99e fix ensureWork cyclomatic complexity
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-01-19 13:16:56 +08:00
Xinzhao Xu 501f68aea4 Clean up the code that converts Unstructured objects
Signed-off-by: Xinzhao Xu <z2d@jifangcheng.com>
2022-01-19 10:28:30 +08:00
changzhen fc7616e234 update HookEnabled interface with resourceinterpreter
Signed-off-by: changzhen <changzhen5@huawei.com>
2022-01-19 09:27:15 +08:00
karmada-bot 0d98cc368d
Merge pull request #1253 from iawia002/aggregate-status-hook
Implementing the AggregateStatus hook
2022-01-19 08:56:24 +08:00
Xinzhao Xu 2f55e6c583 Implementing the AggregateStatus hook
Signed-off-by: Xinzhao Xu <z2d@jifangcheng.com>
2022-01-18 20:35:26 +08:00