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
Roland.Ma
ea8f47c73a
update vendor
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-08-16 06:58:12 +00:00
Roland.Ma
016165072d
update golang.org/x/crypto module to latest release
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-06-24 01:31:13 +00:00
KubeSphere CI Bot
c2c5348f9b
Merge pull request #3944 from RolandMa1986/update-deps
...
update protobuf to v1.3.2
2021-06-17 11:28:54 +08:00
Roland.Ma
e6736a4e0e
moving jwt-go from github.com/dgrijalva/jwt-go v3.2.0 to github.com/form3tech-oss/jwt-go v3.2.2
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-06-08 10:11:56 +00:00
Roland.Ma
43959a714d
update protobuf to v1.3.2
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-06-08 09:07:01 +00:00
LiHui
ce4cfbee51
update modules kustomize add helm
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-04-15 15:45:47 +08:00
hongming
c1574175e1
update vendor directory
...
Signed-off-by: hongming <talonwan@yunify.com >
2021-03-25 11:33:41 +08:00
zackzhangkai
ab7abe5e35
fix import error
...
Signed-off-by: zackzhangkai <zhangkaiamm@gmail.com >
2021-03-23 09:33:18 +08:00
junotx
a8b9211416
updating dashboard dependency version and resolve conflicts
...
Signed-off-by: junotx <junotx@126.com >
2021-03-16 10:49:49 +08:00
junotx
0c1f994695
monitoring dashboard dependency vendor
...
Signed-off-by: junotx <junotx@126.com >
2021-03-16 10:27:20 +08:00
Duan Jiong
2705d25e83
Update calico lib
...
fix struct definition error in v3
Signed-off-by: Duan Jiong <djduanjiong@gmail.com >
2021-02-24 18:06:36 +08:00
yuswift
dcf451dd41
run update-vendor.sh to update dependcy
...
Signed-off-by: yuswift <yuswiftli@yunify.com >
2021-02-18 15:49:08 +08:00
hongming
ac2bdf2509
support oidc identity provider
...
Signed-off-by: hongming <talonwan@yunify.com >
2021-01-18 15:12:35 +08:00
junotx
6f9d306368
custom alerting resolve conflicts
...
Signed-off-by: junotx <junotx@126.com >
2021-01-12 16:52:37 +08:00
junotx
371c9b187d
custom alerting
...
Signed-off-by: junotx <junotx@126.com >
2021-01-12 16:52:36 +08:00
hongming
fe6c5de00f
update dependencies
...
Signed-off-by: hongming <talonwan@yunify.com >
2021-01-04 15:35:32 +08:00
zackzhangkai
745ede8519
upgrade prometheus client-go
...
Signed-off-by: zackzhangkai <zackzhang@yunify.com >
2020-11-17 18:13:43 +08:00
zackzhangkai
e4049e4e66
kiali k8s client support out-cluster
...
Signed-off-by: zackzhangkai <zackzhang@yunify.com >
2020-11-07 17:53:49 +08:00
hongming
496db42be6
refine api docs
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-10-27 18:48:36 +08:00
zryfish
c5a63500a4
add application controller ( #2652 )
...
Signed-off-by: Jeff <zw0948@gmail.com >
2020-07-26 23:11:56 +08:00
pengcong06
55354bf20d
add list events
2020-06-10 21:28:07 +08:00
pengcong06
59839439d5
feat:multi cluster application
2020-06-10 21:28:07 +08:00
zhangmin
c6158a7cd3
storage capability
2020-06-04 10:36:13 +08:00
hongming
8f93266ec0
improve IAM module
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-05-23 20:48:19 +08:00
zryfish
0d12529051
bump kiali version ( #2097 )
2020-05-20 23:55:44 +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
zryfish
933207d247
add cluster proxy gerneration code ( #2042 )
2020-04-30 22:33:23 +08:00
Duan Jiong
e8cee7be68
update vendor
...
Signed-off-by: Duan Jiong <djduanjiong@gmail.com >
2020-04-28 10:54:41 +08:00
Duan Jiong
d3bdcd0465
network: support network isolate
...
Add new crd to convert kubesphere network policy to k8s network policy, and then other network
plugin will do the rest work.
Use cache.go from calico project's kube-controller, it aim to sync nsnp with k8s np, delete unused np, and relieve the pressure on k8s restful client.
If you want higher performance, you can implement interface NsNetworkPolicyProvider in pkg/controller/provider/namespace_np.go.
Signed-off-by: Duan Jiong <djduanjiong@gmail.com >
2020-04-28 10:21:50 +08:00
KubeSphere CI Bot
3f1efb8e45
Merge pull request #2007 from huanggze/dev-custom
...
feat: custom monitoring
2020-04-20 20:04:22 +08:00
huanggze
dd78c1a036
feat: custom monitoring
...
Signed-off-by: huanggze <loganhuang@yunify.com >
2020-04-20 17:33:06 +08:00
zryfish
b51013333d
Fix openapi schema ( #2013 )
...
* fix openapi spec
fix openapi schema bug
* fix api schema bug
2020-04-16 15:27:19 +08:00
zryfish
372a52e70e
monitor: add tests
...
Signed-off-by: huanggze <loganhuang@yunify.com >
2020-04-13 09:37:37 +08:00
hongming
0e814bb5e4
add iam crd
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-04-10 04:05:23 +08:00
hongming
9769357005
update
...
Signed-off-by: hongming <talonwan@yunify.com >
2020-03-20 02:16:11 +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
runzexia
7270307b66
fix devops go vet ( #1928 )
...
Signed-off-by: runzexia <runzexia@yunify.com >
2020-03-07 12:46:09 +08:00
zryfish
eceadec69c
devlopment branch ( #1736 )
2020-01-02 20:52:00 +08:00
zryfish
ea88c8803d
use istio client-go library instead of knative ( #1661 )
...
use istio client-go library instead of knative
bump kubernetes dependency version
change code coverage to codecov
2019-12-13 11:26:18 +08:00
hongming
2c52a7064c
refactor kubectl websocket API
...
Signed-off-by: hongming <talonwan@yunify.com >
2019-11-07 13:29:42 +08:00
Jeff
02269bb9d7
add leader election to controller manager
2019-10-20 18:45:03 +08:00
hongming
1b5681c12b
refactor: openpitrix module
...
Signed-off-by: hongming <talonwan@yunify.com >
2019-09-26 13:41:00 +08:00
runzexia
2759b20be6
docker api version negotiation
...
Signed-off-by: runzexia <runzexia@yunify.com >
2019-09-16 14:44:53 +08:00
Jeff
96d2ac4112
This is a huge commit, it does following things:
...
1. refactor kubesphere dependency service client creation, we can
disable dependency by config
2. dependencies can be configured by configuration file
3. refactor cmd package using cobra.Command, so we can use hypersphere
to invoke command sepearately. Later we only need to build one image to
contains all kubesphere core components. One command to rule them all!
4. live reloading configuration currently not implemented
2019-09-11 19:53:35 +08:00
huanggze
bfed3a6baa
update dependencies
...
Signed-off-by: huanggze <loganhuang@yunify.com >
2019-09-04 15:14:11 +08:00
Jeff
70293cc6fd
fix vendor directory
2019-09-04 14:04:37 +08:00
Jeff
0d41e0ba52
add dependency scripts
2019-09-04 11:15:35 +08:00