RainbowMango
abba80d6c9
Bump Kubernetes dependencies to v1.28.5
...
Adopts changes made by kubernetes#119207, implements RequestWatchProgress interface
Adopts changes made by kubernetes#116648, applyTo take in clients
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-12-25 10:40:18 +08:00
RainbowMango
9a776a7503
Remove golang mock as it has been replaced with uber mock
...
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-12-22 17:12:35 +08:00
Zhizhen He
25a62c6c57
fix typo
...
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
2023-12-17 16:12:03 +08:00
karmada-bot
5c1ba0f7ab
Merge pull request #4409 from jwcesign/fix-codegen
...
fix: generate the code in correct path
2023-12-14 17:02:12 +08:00
karmada-bot
a777c3a450
Merge pull request #4315 from zhzhuang-zju/crdgen
...
generate Embedded ObjectMeta in the CRDs
2023-12-13 17:31:10 +08:00
zhzhuang-zju
798f9169fe
generate Embedded ObjectMeta in the CRDs
...
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2023-12-13 11:46:11 +08:00
jwcesign
3bac319887
fix: generate the code in correct path
...
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-12-13 10:47:43 +08:00
chaosi-zju
d967d593f5
make current image in CLI ci
...
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-12-08 17:03:14 +08:00
whitewindmills
e6be7a28ed
fix estimator license
...
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2023-12-05 19:02:26 +08:00
whitewindmills
2b05d1e94f
add license for auto-generated files
...
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2023-12-05 14:20:26 +08:00
RainbowMango
39352d5740
Bump Kubernetes dependencies to v1.27.8
...
Adopt Kuberentes changes on #114998
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-11-28 10:23:43 +08:00
karmada-bot
05afc3f3c5
Merge pull request #4312 from chaunceyjiang/shell
...
Fix local-up-karmada.sh is not working.
2023-11-24 17:34:54 +08:00
chaosi-zju
29a4ace923
create cluster script support MacOS
...
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-11-24 15:00:30 +08:00
chaunceyjiang
28dcaf9ed7
Fix local-up-karmada.sh is not working.
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
2023-11-24 14:14:43 +08:00
chaunceyjiang
c9a11f88c7
fix a typo
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
2023-11-23 10:40:49 +08:00
karmada-bot
186e137eec
Merge pull request #4296 from jwcesign/sh-fix
...
sh: make cluster version configuration unified
2023-11-22 11:32:52 +08:00
karmada-bot
4fe9dff3a8
Merge pull request #4204 from zhy76/copyright
...
feat: add license and verify license for code file
2023-11-22 10:23:52 +08:00
jwcesign
8924632825
sh: make cluster version configuration unified
...
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-11-21 19:36:09 +08:00
RainbowMango
2f39163615
Nominate code owners
...
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-11-20 10:39:38 +08:00
zhy76
adef1e5974
feat: add license and verify license for code file
...
Signed-off-by: zhy76 <958474674@qq.com>
2023-11-16 11:11:21 +08:00
jwcesign
6e79a57255
sh: verify operator code generation
...
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-11-15 09:51:43 +08:00
chaosi-zju
619c65922a
fix libprotoc version validation error
...
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-11-09 16:50:17 +08:00
Yan-Daojiang
07a609e55f
Fix interactive checks in one-click installations
...
Signed-off-by: Yan-Daojiang <yan_daojiang@163.com>
2023-10-08 20:53:05 +08:00
chaosi-zju
7b13371360
update swagger json
...
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-09-27 17:43:38 +08:00
chaosi-zju
57726b3ec8
remove insecureSkipTLSVerify in local-up-karmada script.
...
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-09-05 22:14:00 +08:00
chaosi-zju
6246da1ac2
automatic modify image version in helm chart when releasing
...
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-08-15 22:21:36 +08:00
changzhen
f807fc8885
grant clusterrole admin with karamda resource permission
...
Signed-off-by: changzhen <changzhen5@huawei.com>
2023-08-09 17:14:09 +08:00
RainbowMango
ecbd988678
Update kind to v0.20.0
...
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-08-08 16:04:04 +08:00
RainbowMango
4ee4b22f05
Adopt Kubernetes breaking changes: PR 113542 which require singular names for core types
...
Adopt breaking change of contriller-runtime PR 2122
Adopt breaking change of contriller-runtime PR 2296
Adopt breaking change of controller-runtime PR 2139
Adopt breaking change of controller-runtime PR 2135
Adopt breaking change of Kubernetes PR 116218
Adopt breaking change of controller-runtime PR 2149
Adopt breaking change of controller-runtime PR 2150
Adopt breaking change of controller-runtime PR 2134
Adopt breaking change of controller-runtime PR 2293
Adopt breaking change of controller-runtime PR 2144
Adopt k8s feature: watch list. PR 115402
Adopt breaking change of Kubernetes PR 117102
Adopt Kubernetes change: disable staticcheck
Fix unit tests that failure due to fake-client behavior changes.
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-07-29 16:47:38 +08:00
jwcesign
7ac69c1864
e2e: Add e2e for CronFederatedHPA
...
Signed-off-by: jwcesign <jiangwei115@huawei.com>
2023-07-18 20:36:15 +08:00
changzhen
688809a329
add MultiClusterService API to api swagger doc
...
Signed-off-by: changzhen <changzhen5@huawei.com>
2023-07-15 15:09:05 +08:00
jwcesign
81b0497ce4
cleaup: Make metrics-adapter deploying scripts more generic
...
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-07-07 11:32:59 +08:00
calvin
2c3bcb5f83
Add karmada operator chart to dockerhub
...
Signed-off-by: calvin <wen.chen@daocloud.io>
2023-07-05 14:37:34 +08:00
changzhen
fad05cea57
helm: spilt karmada-config ConfigMap
...
Signed-off-by: changzhen <changzhen5@huawei.com>
2023-06-27 19:12:19 +08:00
karmada-bot
9bac51dbdf
Merge pull request #3682 from chaosi-zju/ci
...
fix: repair flaking test job of setup e2e test environment
2023-06-20 17:10:47 +08:00
karmada-bot
b05784ecd2
Merge pull request #3650 from jwcesign/install-script
...
feat: Add script to deploy k8s metrics-server in member cluster
2023-06-20 14:09:47 +08:00
karmada-bot
61d7469c57
Merge pull request #3648 from sbdtu5498/karmada-metrics-adapter-deployment-script
...
Karmada metrics adapter deployment script
2023-06-20 09:38:47 +08:00
chaosi-zju
c140480f15
fix: repair flaking test job of setup e2e test environment
...
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-06-20 09:32:43 +08:00
Sanskar Bhushan
6ca65fb36e
added scripts to deploy karmada-metrics-adapter
...
Signed-off-by: Sanskar Bhushan <sbdtu5498@gmail.com>
2023-06-20 04:11:25 +05:30
jwcesign
9bc67d3cc7
feat: Add script to deploy k8s metrics-server in member cluster
...
Signed-off-by: jwcesign <jiangwei115@huawei.com>
2023-06-19 15:53:34 +08:00
Lan Liang
421d83cab0
Sign images by cosign.
...
Signed-off-by: Lan Liang <gcslyp@gmail.com>
u
2023-06-15 16:31:46 +08:00
Poor12
475c58df57
edit gen tools
...
Signed-off-by: Poor12 <shentiecheng@huawei.com>
2023-06-12 16:48:37 +08:00
Poor12
18ad3ff275
fix verify
...
Signed-off-by: Poor12 <shentiecheng@huawei.com>
2023-06-07 10:19:28 +08:00
Fish-pro
a4b5f6ecb5
Add regex for the IP address
...
Signed-off-by: Zechun Chen <zechun.chen@daocloud.io>
2023-05-31 14:01:25 +08:00
karmada-bot
66275b1c9e
Merge pull request #3595 from jwcesign/centralized-hpa-api
...
cleanup: genertate the necessary code for federatedhpa and fix typo
2023-05-29 15:55:16 +08:00
jwcesign
d2c752f351
cleanup: fix typo and generate the necessary code for federatedhpa
...
Signed-off-by: jwcesign <jiangwei115@huawei.com>
2023-05-29 14:24:22 +08:00
karmada-bot
42355694ae
Merge pull request #3578 from jwcesign/metrics-adapter-v4
...
feat: add metrics-adapter component to support centralized hpa
2023-05-28 23:21:15 +08:00
RainbowMango
f0798a8579
Fix code generation
...
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-05-28 10:29:30 +08:00
jwcesign
184c161010
Add centralized HPA api
...
Signed-off-by: jwcesign <jiangwei115@huawei.com>
2023-05-28 10:29:30 +08:00
jwcesign
ae6c34578c
feat: add metrics-adapter component to support centralized hpa
...
Signed-off-by: jwcesign <jiangwei115@huawei.com>
2023-05-26 11:23:38 +08:00