KubeSphere CI Bot
ff8df62b88
Merge pull request #4205 from f10atin9/update_csiDriver
...
Update csi driver apiVersion
2021-09-09 11:33:15 +08:00
KubeSphere CI Bot
f88e5811d5
Merge pull request #4215 from dkeven/moveresourcegetter
...
Move scope-misplaced resource getters to the right place
2021-09-07 15:13:15 +08:00
f10atin9
a82617af5f
remove snapshotter v3
...
Signed-off-by: f10atin9 <f10atin9@kubesphere.io >
2021-09-06 18:08:08 +08:00
KubeSphere CI Bot
59c633fb5d
Merge pull request #4193 from RolandMa1986/feat-gateway-api
...
Feat: add gateway api
2021-09-06 17:20:15 +08:00
dkeven
89c792b584
Move scope-misplaced resource getters to the right place
...
Signed-off-by: dkeven <keven@kubesphere.io >
2021-09-06 13:14:24 +08:00
Roland.Ma
9cab2b8339
add gateway api
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-08-31 08:44:54 +00:00
hongming
db1a70a45b
Fix CertificateSigningRequest create failed after upgrade to v1
...
Signed-off-by: hongming <hongming@kubesphere.io >
2021-08-31 14:21:51 +08:00
Jeff
136a2fd1fc
change registry secret verify api path
2021-08-26 13:56:41 +08:00
Jeff
3d2fd1b538
This PR does the following things:
...
1. add new registry api under resources.kubesphere.io/v1alpha3
2. deprecate registry api v1alpha2
Registry API v1alpha2 uses docker client to authenticate image registry
secret, which depends on docker.sock. We used to mount host
`/var/run/docker.sock` to deployment. It will prevent us imgrating to
containerd since no `docker.sock` exists. Registry API v1alpha3 comes to
rescure, it wraps library go-containerregistry and compatible with
docker registry, Harbor etc.
2021-08-24 13:37:42 +08:00
zryfish
ac275b6e98
add goimports format action ( #3630 )
...
Signed-off-by: Jeff <jeffzhang@yunify.com >
2021-03-30 13:44:24 +08:00
hongming
ad38e692ff
fix unauthorized resource access
...
Signed-off-by: hongming <talonwan@yunify.com >
2021-03-12 18:13:00 +08:00
shaowenchen
774cefcbee
add parameter to allow ignore cert
...
Signed-off-by: shaowenchen <mail@chenshaowen.com >
2021-01-29 18:17:35 +08:00
junotx
371c9b187d
custom alerting
...
Signed-off-by: junotx <junotx@126.com >
2021-01-12 16:52:36 +08:00
Zack Zhang
f20c1f33f1
refactor application controller
...
Signed-off-by: zackzhang <zackzhang@yunify.com >
2021-01-04 16:34:04 +08:00
hongming
fe6c5de00f
update dependencies
...
Signed-off-by: hongming <talonwan@yunify.com >
2021-01-04 15:35:32 +08:00
hongming
dfaefa5ffb
improve identity provider plugin
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-12-10 14:35:56 +08:00
hongming
496db42be6
refine api docs
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-10-27 18:48:36 +08:00
zryfish
dbc33fe5d2
add license header ( #2761 )
...
Signed-off-by: Jeff <zw0948@gmail.com >
2020-08-05 15:54:17 +08:00
zryfish
c5a63500a4
add application controller ( #2652 )
...
Signed-off-by: Jeff <zw0948@gmail.com >
2020-07-26 23:11:56 +08:00
hongming
d1f98b3289
Configuring kubectl image from command line
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-07-23 02:29:56 +08:00
hongming
99aff3c7da
fix: resource scope ( #2280 )
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-07-07 15:24:10 +08:00
hongming
4fcaa78b45
improve multicluster resource controller
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-06-15 21:40:24 +08:00
shaowenchen
e723038abc
fix jenkins basic
...
Signed-off-by: shaowenchen <mail@chenshaowen.com >
2020-06-08 18:34:42 +08:00
hongming
4e418bbe03
fix: clusterrolebinding controller bug
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-06-04 12:18:00 +08:00
KubeSphere CI Bot
e71cd79c2b
Merge pull request #2112 from shaowenchen/fix_s2i_api
...
fix SecretRef nil
2020-05-27 11:19:35 +08:00
KubeSphere CI Bot
c104516ce0
Merge pull request #2111 from wansir/update-copyright
...
copyright license update
2020-05-25 17:17:34 +08:00
shaowenchen
3b8dc4bac4
fix SecretRef nil
...
Signed-off-by: shaowenchen <mail@chenshaowen.com >
2020-05-25 15:39:20 +08:00
hongming
85b61dce7c
copyright license update
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-05-25 14:51:24 +08:00
hongming
57acaeba41
use ownerReference control the lifecycle of user's kubeconfig and kubectl pod
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-05-23 21:26:28 +08:00
hongming
8f93266ec0
improve IAM module
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-05-23 20:48:19 +08:00
zryfish
d2600705c6
Add requests to nodes ( #2078 )
...
* add requests and limits to nodes
* add requests and limits to nodes
2020-05-15 17:31:38 +08:00
zhangmin
250dd4b065
fix bugs of pvc api
2020-05-13 15:56:13 +08:00
zryfish
18ab887640
add cluster and crd to resources api group ( #2053 )
2020-05-08 17:30:15 +08:00
zhangmin
4f17b7a07f
volume snapshot
2020-05-07 10:47:44 +08:00
hongming
af59940ed2
fuzzy matching name by default
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-05-04 23:53:57 +08:00
hongming
7db2ba662c
migrate legacy API
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-04-28 00:45:12 +08:00
hongming
5f951508c5
migrate legacy API
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-04-15 16:59:13 +08:00
hongming
8d18fc3657
update
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-04-12 18:56:33 +08:00
hongming
0e814bb5e4
add iam crd
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-04-10 04:05:23 +08:00
zryfish
eb8a3c0dc6
refactor authentication ( #1950 )
2020-03-15 17:55:55 +08:00
zryfish
f8e7d06b07
move apigateway into apiserver ( #1948 )
2020-03-13 21:57:48 +08:00
zryfish
641615b299
This is a huge commit, it does following things: ( #1942 )
...
1. Remove ks-iam standalone binary, move it to ks-apiserver
2. Generate all devops apis inside kubesphere repository, no need to
import s2ioperator.
3. Reorganize ldap code, make it more flexible to use.
2020-03-10 13:50:17 +08:00
hongming
0664eeb559
code refactor ( #1922 )
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-02-25 18:16:51 +08:00
hongming
71849f028f
[WIP] API refactor ( #1737 )
...
* refactor openpitrix API
Signed-off-by: hongming <talonwan@yunify.com >
* add openpitrix mock client
Signed-off-by: hongming <talonwan@yunify.com >
* refactor tenant API
Signed-off-by: hongming <talonwan@yunify.com >
* refactor IAM API
Signed-off-by: hongming <talonwan@yunify.com >
* refactor IAM API
Signed-off-by: hongming <talonwan@yunify.com >
2020-01-13 13:36:21 +08:00
zryfish
c40d1542a2
refactor code structure ( #1738 )
2020-01-04 12:44:54 +08:00
zryfish
eceadec69c
devlopment branch ( #1736 )
2020-01-02 20:52:00 +08:00
Jeff
2968666376
move custom apis to kapis
2019-12-09 11:12:45 +08:00