zhzhuang-zju
8949f3351d
Add Support for Component Priority Class Configuration in karmadactl init
...
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2025-02-11 20:20:07 +08:00
chaosi-zju
72da42d27b
standardize the naming of karmada config in karmadactl method
...
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2025-01-24 18:28:04 +08:00
Mohamed Awnallah
6144ea5a9b
cmd+hack+operator+pkg: unify addons constants
...
In this commit we unify the usage of addon names i.e
`karmada-descheduler`, `karmada-scheduler-estimator`, `karmada-search`,
and `karmada-metrics-adapter` across the codebase.
Signed-off-by: Mohamed Awnallah <mohamedmohey2352@gmail.com>
Co-authored-by: Hongcai Ren <renhongcai@huawei.com>
2024-12-05 18:45:44 +02:00
zhzhuang-zju
3c91c7df8f
replace csrapproving by agentcsrapproving
...
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2024-11-25 17:01:03 +08:00
chaosi-zju
03023103d6
Remove deprecated --bind-address and --secure-port from karmada-scheduler
...
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2024-09-20 18:10:37 +08:00
zhzhuang-zju
e2392fb07c
chore: remove redundancy certificate configuration
...
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2024-09-03 20:07:23 +08:00
karmada-bot
d16f0985ec
Merge pull request #5437 from liangyuanpeng/scheduler_options
...
Standardize the health probe and metrics arguments of scheduler.
2024-08-28 09:11:45 +08:00
Lan Liang
0fceab521a
Standardize the health probe and metrics arguments of scheduler.
...
Signed-off-by: Lan Liang <gcslyp@gmail.com>
2024-08-27 12:37:21 +00:00
wei-chenglai
f6d022f799
Standardize the health probe argument of karmada-controller-manager
...
Signed-off-by: wei-chenglai <qazwsx0939059006@gmail.com>
2024-08-27 16:29:01 +08:00
whitewindmills
6158fd8af5
Expose metrics port for karmadactl installation
...
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2024-07-11 11:16:03 +08:00
zhzhuang-zju
acdd2115c6
Adding TLS Certificate Authentication to gRPC
...
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2024-06-21 15:56:20 +08:00
Lan Liang
ed0f26c328
cleanup pointer, use ptr.Toto obtain a pointer, ptr.Deref to dereference a pointer.
...
The new k8s.io/utils/ptr package provides generic wrapper functions,
which can be used instead of type-specific pointer wrapper functions.
This replaces the latter with the former, and migrates other uses of
the deprecated pointer package to ptr in affacted files.
See kubernetes/utils#283 for details.
Signed-off-by: Lan Liang <gcslyp@gmail.com>
2024-05-28 05:32:33 +00:00
RainbowMango
8cf31bfc37
Adopt Kubernetes #121390 : remove etcd page
...
Adopt Kubernetes #118653 , introduce VolumeResourceRequirements
Remove APIPriorityAndFairness feature gates from
karmada-aggregated-apiserver.
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2024-05-06 11:36:54 +08:00
changzhen
4e8252291f
add image-pull-policy flag for karmada init cmd
...
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-04-10 11:23:52 +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
huangyanfeng
a2e734fb59
set MinVersion to VersionTLS13 for tlsconfig in karmada-apiserver and karmada-aggregated-apiserver
...
Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>
2023-10-27 15:29:52 +08:00
chaosi-zju
eabb38b876
remove insecureSkipTLSVerify in karmadactl
...
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-10-24 11:47:30 +08:00
karmada-bot
7c96e0db54
Merge pull request #3898 from tedli/external-etcd
...
karmadactl init with external etcd
2023-09-04 14:28:46 +08:00
zhy76
90b944a8f6
feat: karmadactl init: grant clusterrole admin with karamda resource permission
...
Signed-off-by: zhy76 <958474674@qq.com>
2023-08-15 03:01:07 +00:00
lizhen6
5f5c45f109
karmadactl init with external etcd
...
Signed-off-by: lizhen6 <lizhen6@360.cn>
2023-08-04 16:01:52 +08:00
lizhen6
06adeb96dc
customizable cluster domain
...
Signed-off-by: lizhen6 <lizhen6@360.cn>
2023-03-30 14:03:54 +08:00
xin.li
0065f18e28
feat: add image pull secret flags for karmadactl init
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2023-03-12 18:10:46 +08:00
jwcesign
fe76107d4f
Evolution failover to beta version
...
Signed-off-by: jwcesign <jiangwei115@huawei.com>
2022-11-28 18:38:44 +08:00
karmada-bot
9a4a6684c0
Merge pull request #2655 from helen-frank/feature/karmada-image-registry
...
introduce `--private-image-registry` flag to `karmadactl init`
2022-11-17 11:31:11 +08:00
helen
d4f2104b3b
introduce --private-image-registry flag to karmadactl init
...
Signed-off-by: helen <haitao.zhang@daocloud.io>
2022-11-17 09:56:28 +08:00
carlory
d8246db213
karmadactl: add liveness probe into kube-controller-manager
...
Signed-off-by: carlory <baofa.fan@daocloud.io>
2022-11-16 17:51:01 +08:00
xin.li
5cc3d9f5ab
Add livenesProbe for karmada-aggregated-apiserver
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-09-26 21:05:55 +08:00
jwcesign
6cc0d957fc
Delete service-account for karmada-controller
...
Signed-off-by: jwcesign <jiangwei115@huawei.com>
2022-09-20 14:44:17 +08:00
carlory
b987910a6b
remove service accounts for karmada components except for karmada-agent
...
Signed-off-by: carlory <baofa.fan@daocloud.io>
2022-09-17 23:14:41 +08:00
carlory
c247537d66
karmada-controller-manager removes unnecessary permissions
...
Signed-off-by: carlory <baofa.fan@daocloud.io>
2022-09-13 21:22:06 +08:00
lonelyCZ
59c17d911f
Set the required RBAC to enable the certificate signing request
...
Signed-off-by: lonelyCZ <531187475@qq.com>
2022-08-22 15:42:54 +08:00
lonelyCZ
818a9e3368
Standardize the generation of certificates for karmadactl init
...
Signed-off-by: lonelyCZ <531187475@qq.com>
2022-08-16 15:35:03 +08:00
wuyingjun
98ef6281a6
Support Karmada addon commands
...
Co-authored-by: duanmeng <duanmeng_yewu@cmss.chinamobile.com>
Signed-off-by: wuyingjun <wuyingjun_yewu@cmss.chinamobile.com>
2022-07-27 00:58:01 +08:00
changzhen
a703560296
upgrade default karmada-apiserver from v1.23.8 to v1.24.2
...
Signed-off-by: changzhen <changzhen5@huawei.com>
2022-07-09 14:40:10 +08:00
wuyingjun
5d3185b622
add misspell to golangci
...
Signed-off-by: wuyingjun <wuyingjun_yewu@cmss.chinamobile.com>
2022-06-30 16:47:00 +08:00
karmada-bot
4440645e09
Merge pull request #2039 from AllenZMC/liveness
...
add livenessProbe for karmada-controller-manager
2022-06-23 10:21:15 +08:00
xin.li
dede5ad078
improve deployments.go
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-06-21 16:55:23 +08:00
AllenZMC
7fd951e95a
add livenessProbe for karmada-controller-manager
...
Signed-off-by: AllenZMC <zhongming.chang@daocloud.io>
2022-06-20 23:28:41 +08:00
xin.li
068f64e32f
add livenes for karmada-scheduler
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-05-26 19:09:12 +08:00
karmada-bot
766def4bc9
Merge pull request #1867 from zirain/readiness
...
add readiness for aa
2022-05-24 15:53:42 +08:00
anu491
ea3ff53a7a
Removed Deprecated flag
...
Signed-off-by: anu491 <anutosh.bhat.21.linux@gmail.com>
2022-05-23 15:54:58 +05:30
hejianpeng
fac03b4ff3
add readiness for aa
...
Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
2022-05-23 14:47:21 +08:00
wuyingjun
78cb7291c0
feature_1753:support kube-image-mirror-country and kube-image-registry
...
Update pkg/karmadactl/cmdinit/kubernetes/deploy.go
Co-authored-by: Zhe Cheng <47743202+lonelyCZ@users.noreply.github.com>
Update pkg/karmadactl/cmdinit/cmdinit.go
Co-authored-by: Zhe Cheng <47743202+lonelyCZ@users.noreply.github.com>
Apply suggestions from code review
Co-authored-by: Zhe Cheng <47743202+lonelyCZ@users.noreply.github.com>
Signed-off-by: wuyingjun <wuyingjun_yewu@cmss.chinamobile.com>
2022-05-12 22:29:48 +08:00
prodan
3f3165e8d4
add `leader-elect-resource-namespace` flags
...
Signed-off-by: prodan <pengshihaoren@gmail.com>
2022-04-28 21:08:45 +08:00
AllenZMC
92bd69a7e6
karmadactl init: add cluster proxy rbac for admin when deploy Karmada control plane
...
Signed-off-by: AllenZMC <zhongming.chang@daocloud.io>
2022-03-31 15:51:53 +08:00
sayaoailun
a1bc670e3f
replace hard coded namespace with custom namespace
...
Signed-off-by: sayaoailun <guojianwei007@126.com>
2022-03-08 14:10:39 +08:00
sayaoailun
b5a0160541
bug fix: flag -n doesn't work as expected
...
Signed-off-by: sayaoailun <guojianwei007@126.com>
2022-03-08 08:58:58 +08:00
RainbowMango
bff2eb9024
Adopt k/k API/interface changes
...
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2022-02-19 21:16:32 +08:00
prodan
d0665aaf82
Fix karmadactl init not found v1alpha1.cluster.karmada.io object
...
Signed-off-by: prodan <pengshihaoren@gmail.com>
2022-01-03 02:01:34 +08:00
prodan
a6219a90cb
update `kubectl-karmada init`
...
Signed-off-by: prodan <pengshihaoren@gmail.com>
2021-12-24 18:04:59 +08:00