Commit Graph

280 Commits

Author SHA1 Message Date
lonelyCZ 4b4ca14345 Implement karmadactl register for joining clusters with PULL mode
Signed-off-by: lonelyCZ <531187475@qq.com>
2022-08-23 15:41:48 +08:00
karmada-bot d1150abbb9
Merge pull request #2399 from lonelyCZ/pr-karmadactl-token
Implement karmadactl token command to manage bootstrap tokens
2022-08-23 12:41:50 +08:00
lonelyCZ fbc9599510 Implement karmadactl token command to manage bootstrap tokens
Signed-off-by: lonelyCZ <531187475@qq.com>
2022-08-23 11:31:00 +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
karmada-bot 674641c1fa
Merge pull request #2369 from yy158775/id_join
avoid joining the same cluster repeatedly
2022-08-19 14:28:46 +08:00
karmada-bot 303d4652ef
Merge pull request #2312 from lonelyCZ/pr-cluster-info
Set open cluster-info to distribute root CA certificates
2022-08-19 10:56:46 +08:00
lonelyCZ 37247f6081 Set open cluster-info to distribute root CA certificates
Signed-off-by: lonelyCZ <531187475@qq.com>
2022-08-17 14:39:29 +08:00
yy158775 23dd9cadcb solve cluster id repeat to join
Signed-off-by: yy158775 <1584616775@qq.com>
2022-08-17 12:05:40 +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
karmada-bot 66af6ef502
Merge pull request #2313 from yy158775/unique_id
add ID the unique identifier for push and pull mode's cluster
2022-08-12 14:57:10 +08:00
yy158775 474933826b add ID the unique identifier for push and pull mode's cluster
Signed-off-by: yy158775 <1584616775@qq.com>
2022-08-12 09:37:50 +08:00
karmada-bot 6f4b24a26d
Merge pull request #1653 from Poor12/add-desheduler
Add warnings when config cluster-namespace as karmada-system
2022-08-09 18:50:08 +08:00
karmada-bot 6dee3c50eb
Merge pull request #2262 from wlp1153468871/wlp
use kubectl describe to implement karmadactl describe
2022-08-09 10:08:07 +08:00
karmada-bot 8c6a357a43
Merge pull request #2269 from zhuwint/devctl
Adjust the order of kubeconfig loadingRules
2022-08-05 16:45:06 +08:00
wuzhongjian 161c16de24 Fix 'namespace karmada-cluster not found' when cluster is being registered with 'pull' mode
Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>
2022-08-05 13:52:37 +08:00
karmada-bot a24effba96
Merge pull request #2310 from wuyingjun-lucky/karmada_addon_owners
Put wuyingjun-lucky onto karmadactl addons owner list
2022-08-03 09:26:00 +08:00
karmada-bot 65757bf124
Merge pull request #2205 from my-git9/apply2
fix karmadactl apply help
2022-08-02 19:21:58 +08:00
wuyingjun a92a5266d4 put wuyingjun-lucky onto karmadactl addons owner list
Signed-off-by: wuyingjun <wuyingjun_yewu@cmss.chinamobile.com>
2022-08-02 16:27:54 +08:00
karmada-bot bda97036c7
Merge pull request #2134 from wuyingjun-lucky/karmada_addon
Add karmadactl addons subcommand
2022-08-02 16:02:58 +08:00
karmada-bot e153614477
Merge pull request #2283 from lonelyCZ/pr-options-cmd
karmadactl: Introduce options subcmd to list global command-line options
2022-08-01 16:00:57 +08:00
wlp1153468871 f1db971b44 use kubectl describe to implement karmadactl describe
Signed-off-by: wlp1153468871 <luping.wei@daocloud.io>
2022-07-29 22:58:25 +08:00
carlory 9a101ec68c Put carlory onto the karmadactl owner list
Signed-off-by: carlory <baofa.fan@daocloud.io>
2022-07-29 22:04:55 +08:00
lonelyCZ 13ad47d2ab Introduce options subcmd to list global command-line options
Signed-off-by: lonelyCZ <531187475@qq.com>
2022-07-29 16:33:21 +08:00
zhuwint 1447909f68 Adjust the order of kubeconfig loadingRules
Signed-off-by: zhuwint <zhuwentao15@huawei.com>
2022-07-28 11:13:20 +08:00
karmada-bot 6bd9f68a0d
Merge pull request #2164 from carlory/iostreams
take iostreams as a func parameter
2022-07-28 08:54:53 +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
chen zechun a94bc2b1bc Modify join and unjoin validation
Signed-off-by: chen zechun <zechun.chen@daocloud.io>
2022-07-26 18:34:04 +08:00
carlory dce8e27332 karmadactl allow users to select one or many member clusters to propagate resources.
Signed-off-by: carlory <baofa.fan@daocloud.io>
2022-07-26 13:30:35 +08:00
jacky f0ab1dbc50 Comment should start with a whitespace and Uppercase
Signed-off-by: jacky <peng.chen@daocloud.io>
2022-07-25 14:59:23 +08:00
karmada-bot 6969a5d643
Merge pull request #2129 from Fish-pro/fix-karmadactl-example
karmadactl-example:print example by templates like kubectl
2022-07-23 10:24:49 +08:00
carlory dfa793f229 take iostreams as a func parameter that can be used by logs, get, describe and exec.
Signed-off-by: carlory <baofa.fan@daocloud.io>
2022-07-23 08:30:18 +08:00
karmada-bot fec1464ca2
Merge pull request #2153 from TheStylite/wuchen
karmadactl describe support the --namespace flag
2022-07-22 18:11:47 +08:00
chen zechun 6dffaf5e0f print example by templates like kubectl
Signed-off-by: chen zechun <zechun.chen@daocloud.io>
2022-07-22 15:46:08 +08:00
karmada-bot eff23524d7
Merge pull request #2220 from my-git9/initversion
fix karmada init help crd version
2022-07-22 15:24:47 +08:00
karmada-bot 9fedf66222
Merge pull request #2233 from lonelyCZ/pr-group-cmd
Group the subcommands of karmadactl
2022-07-22 11:40:46 +08:00
Poor12 3ef7798213 Apply cachedRESTMapper for other Karmada components
Signed-off-by: Poor12 <shentiecheng@huawei.com>
2022-07-21 19:26:52 +08:00
lonelyCZ 5dd268f598 Group the subcommands of karmadactl
Signed-off-by: lonelyCZ <531187475@qq.com>
2022-07-21 18:52:42 +08:00
xin.li 710d71c75d improve karmada init version
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-07-19 22:04:13 +08:00
karmada-bot 7efc6bc2d6
Merge pull request #2206 from carlory/remove-useless-field
remove useless field from CommandGetOptions
2022-07-19 14:16:44 +08:00
karmada-bot fa4fecaa24
Merge pull request #2193 from carlory/fix-karmadactldescribe
remove unused flag for karmadactl promote
2022-07-18 09:36:42 +08:00
carlory 493b2da7ed remove useless field from CommandGetOptions
Signed-off-by: carlory <baofa.fan@daocloud.io>
2022-07-17 10:06:31 +08:00
xin.li cc4589b3bd fix karmadactl apply help
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-07-16 20:44:16 +08:00
xin.li 55008d1b6a improve karmadactl promte -h
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-07-16 18:54:10 +08:00
TheStylite 6ef71bff4d karmadactl describe support the --namespace flag
Signed-off-by: TheStylite <848099532@qq.com>
2022-07-15 17:05:02 +08:00
karmada-bot 0432fba76d
Merge pull request #2190 from carlory/fix-karmadactlget
remove unused flag for karmadactl get
2022-07-15 16:06:39 +08:00
karmada-bot 0bc4742a2b
Merge pull request #2178 from carlory/remove-DisableFlagsInUseLine
enable addition of [flags] to the usage line
2022-07-15 15:40:39 +08:00
carlory a78bc65af5 remove unused flag for karmadactl promote
Signed-off-by: carlory <baofa.fan@daocloud.io>
2022-07-15 07:23:48 +08:00
carlory a3367e7e9e remove unused flag for karmadactl get
Signed-off-by: carlory <baofa.fan@daocloud.io>
2022-07-14 21:26:32 +08:00
luomonkeyking 9d58dc5e39 Modify the default storage type of etcd to hostPath
Signed-off-by: luomonkeyking <luomonkeyking@gmail.com>
2022-07-14 20:53:01 +08:00
karmada-bot f46d90f6b4
Merge pull request #2000 from carlory/karmadactl-apply
karmadactl support apply command
2022-07-14 14:51:38 +08:00