Commit Graph

3424 Commits

Author SHA1 Message Date
karmada-bot 0330535ed8
Merge pull request #3014 from chaunceyjiang/ValidateReplicaScheduling
fix: Validate replicaSchedulingType and replicaDivisionPreference
2023-01-09 15:43:02 +08:00
chaunceyjiang 7a3207c8ee fix: set the default value of replicaSchedulengType
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
2023-01-09 14:37:20 +08:00
karmada-bot fa3a983136
Merge pull request #3025 from RainbowMango/pr_update_protoc_token
Update protoc setup token
2023-01-09 14:16:01 +08:00
karmada-bot d4cee27a8c
Merge pull request #2997 from a7i/pdb-status
support PodDisruptionBudget resource in default interpreter
2023-01-09 12:05:02 +08:00
Amir Alavi 05a98cc978
default interpreter aggregate status: set sub-test name and parallelize
Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
2023-01-08 21:05:45 -05:00
RainbowMango d7cf5fc461 Update protoc setup token
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-01-06 16:23:48 +08:00
karmada-bot 7b4c541bb8
Merge pull request #3006 from Garrybest/pr_patch
avoid calling apiserver when scheduling result has no changes
2023-01-05 14:48:57 +08:00
karmada-bot 1c612f63b7
Merge pull request #3015 from Fish-pro/cleanup/errorsis
Check for err judgments by `==` and fix it
2023-01-04 17:43:55 +08:00
karmada-bot d34a33edd0
Merge pull request #3010 from yanfeng1992/fixbug-search-notReady-cluster
search filter out not ready cluster
2023-01-03 15:27:54 +08:00
karmada-bot 9118be926f
Merge pull request #3009 from chaunceyjiang/statefulset
built-in interpreter support statefulset
2023-01-03 14:55:55 +08:00
Fish-pro 92c0f9c962 Use errors.Is to check for a specific error
Signed-off-by: Fish-pro <zechun.chen@daocloud.io>
2023-01-03 09:44:51 +08:00
karmada-bot 06fa41c401
Merge pull request #3012 from Garrybest/pr_ctx
cleanup pkg import in main function
2023-01-01 21:58:53 +08:00
karmada-bot 0bc72fa056
Merge pull request #3001 from calvin0327/build-operator-image
build karmada operator image
2022-12-30 17:10:52 +08:00
Garrybest 8312a60759 cleanup pkg import in main function
Signed-off-by: Garrybest <garrybest@foxmail.com>
2022-12-30 15:40:26 +08:00
huangyanfeng 04d16b4b29 search filter out not ready cluster
Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>

search filter out not ready cluster fix ut

Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>

search filter out not ready cluster fix lint

Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>

search filter out not ready cluster fix log and add comment

Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>

search filter out not ready cluster fix  comment

Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>
2022-12-30 13:57:37 +08:00
karmada-bot 4d9b23ff72
Merge pull request #3008 from Fish-pro/infoffmt
Remove unnecessary fmt.Sprintf for logging
2022-12-30 09:25:51 +08:00
chaunceyjiang 58408c717e built-in interpreter support statefulset
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
2022-12-29 18:38:38 +08:00
karmada-bot 434b7b6578
Merge pull request #3003 from Fish-pro/fix/klogformat
Fix log output errors
2022-12-29 18:06:50 +08:00
chen zechun 4699343bcf Remove unnecessary fmt.Sprintf for logging
Signed-off-by: chen zechun <zechun.chen@daocloud.io>
2022-12-29 17:55:56 +08:00
Garrybest 6597fafd17 avoid calling apiserver when scheduling result has no changes
Signed-off-by: Garrybest <garrybest@foxmail.com>
2022-12-29 16:40:26 +08:00
karmada-bot a20dd6e630
Merge pull request #2935 from jwcesign/code-review-fix-v2
Delete the redundant logic in func GenerateExecutionSpaceName
2022-12-29 15:39:50 +08:00
chen zechun f3e0b45521 Modify log output errors
Signed-off-by: chen zechun <zechun.chen@daocloud.io>
2022-12-29 13:58:00 +08:00
karmada-bot 3d06bb84a3
Merge pull request #3000 from Fish-pro/fix/logupperstart
Uniform klog output starts with uppercase
2022-12-29 12:28:50 +08:00
karmada-bot c34c443d2c
Merge pull request #2996 from a7i/interpreter-parallel-tests
default interpreter sub-tests to run in parallel
2022-12-29 09:58:51 +08:00
chen zechun 83d43235e8 Uniform error log output starts with uppercase
Signed-off-by: chen zechun <zechun.chen@daocloud.io>
2022-12-28 19:12:36 +08:00
karmada-bot eda7814ffc
Merge pull request #2988 from jwcesign/get-ns-first-before-create
Check if the resource exists before creating it
2022-12-28 17:03:50 +08:00
jwcesign 8acd1a4503 Delete the redundant logic in func GenerateExecutionSpaceName
Signed-off-by: jwcesign <jiangwei115@huawei.com>
2022-12-28 15:59:24 +08:00
calvin 7317af3880 build karmada operator image
Signed-off-by: calvin <wen.chen@daocloud.io>
2022-12-28 15:26:39 +08:00
karmada-bot 51edc9393c
Merge pull request #2993 from a7i/fix-agent-strategy-indent
fix: karmada-agent helm template strategy indentation
2022-12-28 14:33:52 +08:00
Amir Alavi 09ca7f506f
default interpreter sub-tests to run in parallel
Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
2022-12-27 22:52:19 -05:00
Amir Alavi 6436c55cdc
fix: karmada-agent helm template strategy indentation
Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
2022-12-27 22:32:20 -05:00
karmada-bot 24c81c3dd4
Merge pull request #2994 from a7i/fix-missing-search-strategy
fix: missing karmada-search helm template strategy
2022-12-28 11:03:32 +08:00
jwcesign c28bac08ca Check if the resource exists before creating it
Signed-off-by: jwcesign <jiangwei115@huawei.com>
2022-12-28 09:52:58 +08:00
Amir Alavi 12abde3647
fix: missing karmada-search helm template strategy
Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
2022-12-27 10:38:55 -05:00
karmada-bot 6af94e239d
Merge pull request #2975 from Poor12/fix-region
[bugfix]when replicaDivisionPreference is Weighted and WeightPreference is nil
2022-12-27 18:16:52 +08:00
karmada-bot c8954de2b0
Merge pull request #2956 from helen-frank/feature/joinUseCurrentContext
Karmadactl join: default use current context
2022-12-23 16:32:48 +08:00
karmada-bot 99a3ad1ff3
Merge pull request #2964 from Garrybest/pr_dispense
refactor dispense replicas for job completions
2022-12-23 16:14:48 +08:00
Poor12 dbcf60a696 log error when replicaDivisionPreference is Weighted and WeightPreference is nil
Signed-off-by: Poor12 <shentiecheng@huawei.com>
2022-12-23 14:25:18 +08:00
Garrybest 2dd48e029a dispense replicas for job
Signed-off-by: Garrybest <garrybest@foxmail.com>
2022-12-23 10:11:44 +08:00
karmada-bot 64897987ee
Merge pull request #2973 from carlory/operator
add operator skeleton
2022-12-23 09:35:48 +08:00
carlory bfa8b95f34 add operator skeleton
Signed-off-by: carlory <baofa.fan@daocloud.io>
Co-Authored-By: calvin0327 <wen.chen@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-22 13:20:20 +08:00
karmada-bot 0ef9509b53
Merge pull request #2984 from jwcesign/fix-error-log
Grant karmada-agent permission to access resourceinterpretercustomizations
2022-12-22 09:49:47 +08:00
karmada-bot 80e5bd9ee9
Merge pull request #2983 from wlp1153468871/wlp-e2e
Update the wrong message info in the e2e
2022-12-21 14:36:46 +08:00
jwcesign c1747284ef Grant karmada-agent permission to access resourceinterpretercustomizations
Signed-off-by: jwcesign <jiangwei115@huawei.com>
2022-12-21 12:24:30 +08:00
wlp1153468871 3dc0ef2a4a Update the wrong message info in the e2e
Signed-off-by: wlp1153468871 <luping.wei@daocloud.io>
2022-12-21 12:18:33 +08:00
karmada-bot 9068240ab0
Merge pull request #2980 from RainbowMango/pr_setup_token_for_protoc
Setup github token for action protoc
2022-12-21 11:52:46 +08:00
RainbowMango e3655ba88c Setup github token for action protoc
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2022-12-21 10:38:47 +08:00
karmada-bot 4f0c9f9c48
Merge pull request #2977 from a7i/hpa-typos
docs: fix typos in federated-hpa proposal
2022-12-21 09:37:46 +08:00
Amir Alavi 03a969f8f7
docs: fix typos in federated-hpa proposal
Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
2022-12-20 09:04:34 -05:00
karmada-bot 15287fec57
Merge pull request #2961 from Fish-pro/feature/localdown
Add a script to remove the karmada started by local-up-karmada.sh
2022-12-20 18:06:46 +08:00