karmada-bot
|
4ca1097c3a
|
Merge pull request #3323 from jwcesign/fix-cli
Fix potential failure in CLI workflow.
|
2023-03-29 11:20:54 +08:00 |
lonelyCZ
|
59ef6279f3
|
Support to run karmadactl init within a pod
Signed-off-by: lonelyCZ <chengzhe@zju.edu.cn>
|
2023-03-29 10:53:46 +08:00 |
jwcesign
|
3ac3b4e5d7
|
Fix cli failure
Signed-off-by: jwcesign <jiangwei115@huawei.com>
|
2023-03-27 19:20:52 +08:00 |
karmada-bot
|
35d6638263
|
Merge pull request #3336 from chaunceyjiang/tolerations
feat: support for customizing tolerances for internal etcd
|
2023-03-27 17:36:48 +08:00 |
chaunceyjiang
|
c3ebf6264a
|
feat: support for customizing tolerances for internal etcd
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
|
2023-03-27 15:37:02 +08:00 |
karmada-bot
|
1d030d4f8c
|
Merge pull request #3317 from helen-frank/feature/BuildClusterConfig
BuildClusterConfig:use rest.Config and check ca exist
|
2023-03-25 10:26:48 +08:00 |
karmada-bot
|
d4c1918868
|
Merge pull request #3297 from realnumber666/add-unit-test
Add UT for deploy.go and statefulset.go
|
2023-03-24 19:57:46 +08:00 |
rayywu
|
b7c5bc196b
|
Add UT for deploy.go and statefulset.go
Signed-off-by: rayywu <rayywu@tencent.com>
|
2023-03-24 15:23:57 +08:00 |
karmada-bot
|
29e9e33157
|
Merge pull request #3324 from RainbowMango/pr_aa_owner
Set aggregatedapiserver owners
|
2023-03-24 15:03:27 +08:00 |
karmada-bot
|
63cbdf3a4d
|
Merge pull request #3325 from my-git9/improve/output
chore: improve some format
|
2023-03-24 12:17:27 +08:00 |
xin.li
|
9500fced9b
|
chore: improve some format
Signed-off-by: xin.li <xin.li@daocloud.io>
|
2023-03-24 11:18:34 +08:00 |
RainbowMango
|
0ee519e87f
|
Set aggregatedapiserver owners
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
|
2023-03-23 17:22:39 +08:00 |
karmada-bot
|
a902d8a3c9
|
Merge pull request #3320 from ikaven1024/context-name
correct context name.
|
2023-03-23 15:38:26 +08:00 |
karmada-bot
|
861bc7af9c
|
Merge pull request #3312 from tedli/kindlist
response actual resource list from search api
|
2023-03-23 14:47:32 +08:00 |
karmada-bot
|
4429ffc4d6
|
Merge pull request #3310 from EnnnOK/master
feat(chart): add annotations to apiserver service; add tolerations and nodeSelector to job.
|
2023-03-23 14:19:27 +08:00 |
yingjinhui
|
e550999db5
|
correct context name.
Signed-off-by: yingjinhui <yingjinhui@didiglobal.com>
|
2023-03-23 06:09:57 +00:00 |
karmada-bot
|
ef225e46cf
|
Merge pull request #3290 from Poor12/fix-duplicated
Fix cluster_locality plugin when replicaScheduling is nil
|
2023-03-23 12:09:25 +08:00 |
EnnnOK
|
46b4b7a8da
|
feat(charts): add annotation to apiserver service, add tolerations and nodeselector to jobs
Signed-off-by: EnnnOK <710720732@qq.com>
docs(chart): add apiServer.serviceAnnotations, pre/post job tolerations and nodeSelector
Signed-off-by: EnnnOK <710720732@qq.com>
|
2023-03-22 20:30:35 -07:00 |
Poor12
|
fc7d8fa3b8
|
Fix cluster_locality plugin when replicas == 0
Signed-off-by: Poor12 <shentiecheng@huawei.com>
|
2023-03-23 10:58:09 +08:00 |
karmada-bot
|
d349f001db
|
Merge pull request #3316 from xigang/cluster_status_controller
Fix: remove the setTransitionTime from cluster status controller.
|
2023-03-23 10:54:26 +08:00 |
xigang
|
4c38c4e6c1
|
Fix: remove the setTransitionTime method from the cluster status controller
Signed-off-by: xigang <wangxigang2014@gmail.com>
|
2023-03-23 09:55:07 +08:00 |
karmada-bot
|
70d07cfad9
|
Merge pull request #3281 from lixingchenDaoCloud/lxcDsp
remove bootstrapKubeConfigFile error not check
|
2023-03-22 17:34:25 +08:00 |
lizhen6
|
47b0551a56
|
response actual resource list type
Signed-off-by: lizhen6 <lizhen6@360.cn>
|
2023-03-22 16:55:13 +08:00 |
helen
|
51365952b1
|
use rest.Config and check ca exist
Signed-off-by: helen <haitao.zhang@daocloud.io>
|
2023-03-22 15:52:55 +08:00 |
lixingchenDaoCloud
|
2eaf3301b8
|
remove bootstrapKubeConfigFile error not check
Signed-off-by: lixingchenDaoCloud <captainchina_li@163.com>
|
2023-03-22 15:04:42 +08:00 |
karmada-bot
|
a14d64f055
|
Merge pull request #3296 from neteric/add-interpretPodHealth
add interpretPodHealth to DefaultHealthInterpreter
|
2023-03-21 20:31:24 +08:00 |
karmada-bot
|
ad4eade89b
|
Merge pull request #3303 from Poor12/fix-e2e
[e2e] Fix trigger rescheduling when replicaSchedulingType is duplicated
|
2023-03-21 20:20:25 +08:00 |
Poor12
|
c0f9d8c107
|
fix ReplicaSchedulingType is Duplicated, trigger rescheduling when replicas have changed
Signed-off-by: Poor12 <shentiecheng@huawei.com>
|
2023-03-21 18:46:05 +08:00 |
ericzhang
|
7dd581f016
|
add interpretPodHealth to DefaultHealthInterpreter
Signed-off-by: neteric <net.eric.zhang@gmail.com>
|
2023-03-21 14:39:48 +08:00 |
karmada-bot
|
8f32181bf0
|
Merge pull request #3298 from lonelyCZ/pr-addons-flags
Fixed unable to view the options for karmadactl addons enable/disable
|
2023-03-21 14:28:24 +08:00 |
lonelyCZ
|
fb273dc715
|
Fixed unable to view the options for karmadactl addons enable/disable
Signed-off-by: lonelyCZ <chengzhe@zju.edu.cn>
|
2023-03-20 22:30:58 +08:00 |
karmada-bot
|
0bbf03d323
|
Merge pull request #3266 from my-git9/addons-confirm
feat: add flags of force for addon disable
|
2023-03-20 20:32:24 +08:00 |
xin.li
|
662be91548
|
feat: add param of force for addon disable
Signed-off-by: xin.li <xin.li@daocloud.io>
|
2023-03-20 10:02:16 +08:00 |
karmada-bot
|
06a6facb1b
|
Merge pull request #3168 from jwcesign/add-karmadactl-init-ci
Add e2e for karmadactl init
|
2023-03-19 14:51:23 +08:00 |
karmada-bot
|
40c202b937
|
Merge pull request #3288 from xigang/bugfix/gvk
bugfix: runtime.Object apiVersion/kind is empty
|
2023-03-17 15:27:21 +08:00 |
karmada-bot
|
67e9a5c3de
|
Merge pull request #3279 from XiShanYongYe-Chang/search-proxy-unifiedauth
implementing search proxy unifiedauth
|
2023-03-17 15:11:21 +08:00 |
xigang
|
a45711bb4b
|
Add runtime.Object apiVersion/kind is empty check
Signed-off-by: xigang <wangxigang2014@gmail.com>
|
2023-03-17 13:09:35 +08:00 |
changzhen
|
ada76ab7b7
|
implementing search proxy unifiedauth
Signed-off-by: changzhen <changzhen5@huawei.com>
|
2023-03-17 10:10:18 +08:00 |
karmada-bot
|
2fb2a84ab4
|
Merge pull request #3285 from yanggangtony/fix-schedule-logs
Fix wrong logs for pkg/scheduler/event_handler.go
|
2023-03-16 18:38:20 +08:00 |
yanggang
|
49fa066e7b
|
Fix wrong logs for pkg/scheduler/event_handler.go
Signed-off-by: yanggang <gang.yang@daocloud.io>
|
2023-03-16 17:39:46 +08:00 |
karmada-bot
|
7f5bb9dde6
|
Merge pull request #3221 from yanfeng1992/wait-dep-sts-rollout
check deployment statefulset rollout not use check pod ready
|
2023-03-16 17:39:20 +08:00 |
karmada-bot
|
fb974eeacf
|
Merge pull request #3268 from neteric/master
Add helm variable extraCommandArgs to controllerManager
|
2023-03-16 17:35:25 +08:00 |
huangyanfeng
|
fd062cecab
|
check deployment statefulset rollout not use check pod ready
Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>
|
2023-03-16 16:39:43 +08:00 |
jwcesign
|
de3476c320
|
Add e2e for karmadactl init
Signed-off-by: jwcesign <jiangwei115@huawei.com>
|
2023-03-16 14:21:03 +08:00 |
erizhang
|
6eb6ee8eec
|
Add helm variable extraCommandArgs to controllerManager and update README about it
Signed-off-by: neteric <net.eric.zhang@gmail.com>
|
2023-03-16 09:50:22 +08:00 |
karmada-bot
|
91646da681
|
Merge pull request #3273 from Poor12/push-charts-to-dockerhub
Push charts to dockerHub
|
2023-03-15 16:34:19 +08:00 |
karmada-bot
|
21bb60e84f
|
Merge pull request #3278 from whitewindmills/unit-test
remove redundant conversion functions
|
2023-03-15 14:35:18 +08:00 |
whitewindmills
|
e9adba5275
|
remove redundant conversion functions
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
|
2023-03-15 11:28:28 +08:00 |
karmada-bot
|
4cb744e9a2
|
Merge pull request #3276 from RainbowMango/pr_golangcilint_installation
Install golangci-lint binary instead of from source
|
2023-03-15 10:58:20 +08:00 |
karmada-bot
|
c47bbea9ef
|
Merge pull request #3245 from calvin0327/add-deint-workflow
karmada operator: add deinit workflow
|
2023-03-15 09:56:19 +08:00 |