Commit Graph

1708 Commits

Author SHA1 Message Date
karmada-bot ca2997293f
Merge pull request #1341 from pigletfly/add-metrics-addr
Introduce `--metrics-bind-address` flag to `karmada-controller-manager`
2022-02-10 09:12:48 +08:00
carlory 679081c8be deprecate --master and --karmada-config flags for karmada-aggregrated-apiserver
Signed-off-by: carlory <baofa.fan@daocloud.io>
2022-02-09 21:19:26 +08:00
karmada-bot 94b4f930b7
Merge pull request #1349 from pigletfly/fix-work-retry
Add retry on CreateOrUpdateWork
2022-02-09 18:59:59 +08:00
karmada-bot ca3bc35f68
Merge pull request #1343 from lonelyCZ/fix-get-yaml
Fix karmadactl get -o yaml|json
2022-02-09 18:11:47 +08:00
pigletfly 98ae69139f Add metrics-addr to expose prometheus metrics
Signed-off-by: pigletfly <wangbing.adam@gmail.com>
2022-02-09 18:07:49 +08:00
pigletfly c996f6bd5b Add retry on CreateOrUpdateWork
Signed-off-by: pigletfly <wangbing.adam@gmail.com>
2022-02-09 17:00:56 +08:00
lonelyCZ f488d6be90 Fix karmadactl get -o yaml|json
Signed-off-by: lonelyCZ <531187475@qq.com>
2022-02-09 16:28:10 +08:00
karmada-bot 74838ccce0
Merge pull request #1076 from lonelyCZ/get-cleanup
Cleanup checking kubeconfig in karmadactl get
2022-02-09 14:25:47 +08:00
lonelyCZ 9b5c9b7ee8 Cleanup checking kubeconfig in karmadactl get
Signed-off-by: lonelyCZ <531187475@qq.com>
2022-02-09 13:14:28 +08:00
karmada-bot b5493ccf5f
Merge pull request #1324 from huone1/fix/MaxGroups-invalidation
fix spreadconstraints[i].MaxGroups Invalidation when scaleup replicas
2022-02-08 11:26:45 +08:00
huone1 75aa4ce0e6 fix spreadconstraints[i].MaxGroups Invalidation when scaleup replicas
Signed-off-by: huone1 <huwanxing@huawei.com>
2022-02-08 10:53:54 +08:00
karmada-bot 2c35bffb40
Merge pull request #1333 from RainbowMango/pr_owners
Set up repo owners
2022-02-07 14:05:44 +08:00
karmada-bot 2ab22fa17c
Merge pull request #1335 from huone1/optimize/create-cluster.sh
set the kindest/node default version to v1.22.0 in create-cluster.sh
2022-02-07 11:11:44 +08:00
karmada-bot 0d4baebde9
Merge pull request #1320 from kerthcet/bug/flush-in-webhook
bug: webhook's os.Exit will not wait for the defer function
2022-02-03 16:23:40 +08:00
karmada-bot 4ce5eb233a
Merge pull request #1319 from kerthcet/bug/flush-in-estimator
bug: estimator's os.Exit will not wait for the defer function
2022-02-03 16:21:40 +08:00
huone1 d78d44d56f set the kindest/node default version to v1.22.0 in create-cluster.sh
Signed-off-by: huone1 <huwanxing@huawei.com>
2022-01-30 16:48:07 +08:00
karmada-bot 98b5b1f048
Merge pull request #1318 from kerthcet/bug/flush-in-kubectl-karmada
bug: kubectl karmada's os.Exit will not wait for the defer function
2022-01-30 15:43:36 +08:00
RainbowMango 43caec0155 Set up repo owners
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2022-01-29 17:04:21 +08:00
karmada-bot 846b1aeb98
Merge pull request #1304 from pigletfly/fix-sort-apiResources
fixed apiEnablements unordered issue
2022-01-29 15:31:34 +08:00
karmada-bot a2959f1dae
Merge pull request #1317 from kerthcet/bug/flush-in-karmadactl
bug: karmadactl's os.Exit will not wait for the defer function
2022-01-29 10:14:34 +08:00
karmada-bot 648e89ec45
Merge pull request #1328 from EvaDD/master
Update first in RetryOnConflict
2022-01-28 16:58:35 +08:00
karmada-bot be035fab5a
Merge pull request #1327 from CuiDengdeng/update-first-in-retryonconflict
Update first in RetryOnConflict
2022-01-28 16:23:33 +08:00
libentai f853550111 Update first in RetryOnConflict
Signed-off-by: libentai <libentai@huawei.com>
2022-01-28 15:50:18 +08:00
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 5a390f58d9 bug: estimator's os.Exit will not wait for the defer function
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-01-28 10:18:54 +08:00
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
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
kerthcet 8829c18208 bug: kubectl karmada's os.Exit will not wait for the defer function
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-01-25 21:23:48 +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 29020d6ca6 bug: karmadactl's os.Exit will not wait for the defer function
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-01-25 19:14:21 +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
Alan Zhu 44299055e0 fix: karmada join fail when secret exist
Signed-off-by: Alan Zhu <zg.zhu@daocloud.io>
2022-01-24 20:13:37 +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
pigletfly 2d797acb23 Sort apiResources
Signed-off-by: pigletfly <wangbing.adam@gmail.com>
2022-01-24 14:57:00 +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