Commit Graph

1526 Commits

Author SHA1 Message Date
c30013971 773de5e746 Update first in RetryOnConflict
Signed-off-by: c30013971 <cuidengdeng@huawei.com>
2022-01-28 14:44:07 +08:00
karmada-bot 2849bafce7
Merge pull request #1293 from Tingtal/ENrevised
Revised command output info
2022-01-28 10:56:34 +08:00
karmada-bot a20f145724
Merge pull request #1316 from kerthcet/bug/flush-in-controllermanger
bug: controller-manager's os.Exit will not wait for the defer function
2022-01-28 10:41:37 +08:00
Timo Ling 11bfabaa6d Revised command output info
Corrected grammar mistakes.

Signed-off-by: Timo Ling <t@colin.studio>
2022-01-28 10:21:03 +08:00
kerthcet 98842ed756 bug: controller-manager's os.Exit will not wait for the defer function
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-01-28 10:07:54 +08:00
karmada-bot 3cbc342371
Merge pull request #1315 from kerthcet/bug/flush-in-aggregated-apiserver
bug: aggregated-apiserver's os.Exit will not wait for the defer function
2022-01-28 08:55:33 +08:00
karmada-bot 05f696f150
Merge pull request #1314 from kerthcet/bug/flush-in-agent
bug: agent's os.Exit will not wait for the defer function
2022-01-27 17:10:33 +08:00
karmada-bot 231c8b61a6
Merge pull request #1311 from RishiKumarRay/master
Update first in RetryOnConflict
2022-01-26 17:40:31 +08:00
Rishi Kumar Ray 893fbefa50 Update first in RetryOnConflict
Signed-off-by: Rishi Kumar Ray <rishi.ray@knoldus.com>
2022-01-26 14:33:24 +05:30
karmada-bot 346c025c5c
Merge pull request #1312 from pigletfly/fix-log
Fix log in detector
2022-01-26 08:43:30 +08:00
pigletfly 314e137e94 Fix log in detector
Signed-off-by: pigletfly <wangbing.adam@gmail.com>
2022-01-25 20:31:14 +08:00
kerthcet b7a3a18985 bug: aggregated-apiserver's os.Exit will not wait for the defer function
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-01-25 18:58:23 +08:00
kerthcet be6020749f bug: agent's os.Exit will not wait for the defer function
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-01-25 18:41:19 +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