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
wenhuwang
adfd3d7aaf
Upgrade ingress api version to networking.k8s.io/v1
...
Signed-off-by: wenhuwang <976400757@qq.com >
2021-08-19 15:36:04 +08:00
Roland.Ma
3bfae73318
fix ks-apiserver missing interfaces
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-08-16 06:58:12 +00:00
Roland.Ma
2fcfb81066
fix controller Start method signature
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-08-16 06:58:12 +00:00
KubeSphere CI Bot
a923715062
Merge pull request #4121 from wenhuwang/remove_expansion_controller
...
remove workload auto-restart function when pvc expanded
2021-08-12 17:33:49 +08:00
rick
6d9cf166c6
Add proxy devops APIs request to ks-devops
...
move devops controllers into ks-devops
Signed-off-by: rick <1450685+LinuxSuRen@users.noreply.github.com >
2021-08-06 17:11:59 +08:00
wang_wenhu
364941d5d2
remove workload auto-restart function when pvc expanded
...
Signed-off-by: wang_wenhu <976400757@qq.com >
2021-08-05 13:58:46 +08:00
KubeSphere CI Bot
b4e510966f
Merge pull request #4112 from nanjofan/nanjobranch
...
modify comments in pkg/apiserver/authentication/identityprovider/identity_provider.go
2021-08-04 14:24:47 +08:00
nanjofan
ad6acc5fb6
Update pkg/apiserver/authentication/identityprovider/identity_provider.go
...
Co-authored-by: hongming <coder.scala@gmail.com >
2021-08-04 13:48:06 +08:00
Yoshino
8fbfc734d2
Modify function error comments:"RegisterGenericProvider" and "GetOAuthProvider"
2021-08-03 14:48:06 +08:00
Roland.Ma
4c16276a8d
feat: load configuration from Environment variables
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-07-29 06:23:10 +00:00
Roland.Ma
85fd94b922
add kiali client with authentication supports
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-07-19 08:36:08 +00:00
yuswift
e9695cba4c
fix spelling typo
...
Signed-off-by: yuswift <yuswift2018@gmail.com >
2021-07-15 11:06:07 +08:00
yuswift
cd30e6eba5
update gofmt
...
Signed-off-by: yuswift <yuswift2018@gmail.com >
2021-07-15 10:13:04 +08:00
LiHui
4d03665cba
Change helm path
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-07-05 18:00:48 +08:00
KubeSphere CI Bot
b34767e7fd
Merge pull request #4003 from wansir/fix-3041
...
Fix panic due to nil pointer exception
2021-06-25 15:13:21 +08:00
KubeSphere CI Bot
bb4af5aded
Merge pull request #3871 from xyz-li/metering
...
Fix: parse openpitrix resources, so that these resources will be included in billing.
2021-06-25 15:13:00 +08:00
hongming
df98ea98cc
Fix panic due to nil pointer exception
...
Signed-off-by: hongming <talonwan@yunify.com >
2021-06-25 14:52:51 +08:00
KubeSphere CI Bot
8fc6533a2d
Merge pull request #3956 from wansir/fix-3041
...
Verify the permission of create pods exec before creating terminal WebSocket connection
2021-06-24 18:02:00 +08:00
ZhangJun
6d264572dc
apiserver: remove redundant GroupVersionResource
...
Signed-off-by: opsnull <geekard@qq.com >
2021-06-22 18:43:05 +08:00
rick
8e40702b75
try os/user.HomeDir when $HOME is unset when find kubeconfig file
...
Signed-off-by: rick <linuxsuren@users.noreply.github.com >
2021-06-18 11:32:23 +08:00
rick
90f5a44911
Make ks-apiserver be easier to run locally with kube config
...
Signed-off-by: rick <linuxsuren@users.noreply.github.com >
2021-06-18 11:31:50 +08:00
dkkb
3ec5a5aea6
Improve the s3 uploader for better performance.
...
Signed-off-by: dkkb <dabkb@aol.com >
2021-06-16 12:29:31 +08:00
KubeSphere CI Bot
ec7d392b7b
Merge pull request #3946 from RolandMa1986/update-jwt
...
Moving to a fork for jwt-go
2021-06-15 10:05:46 +08:00
hongming
2c60762cfc
Fix container terminal security risk
...
Signed-off-by: hongming <talonwan@yunify.com >
2021-06-10 16:25:55 +08:00
dkven
eadf8cc4c8
remove storage capability auto detection
...
Signed-off-by: dkven <dkvvven@gmail.com >
2021-06-09 14:49:58 +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
KubeSphere CI Bot
318ecfdfd5
Merge pull request #3919 from RolandMa1986/fix-manifests
...
change controller-gen crds source path
2021-06-01 13:34:35 +08:00
Roland.Ma
02d4378765
fix: notification ut test
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-05-31 09:37:02 +00:00
Roland.Ma
0ba9f28aac
fix: dashboard ut test
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-05-31 07:42:46 +00:00
KubeSphere CI Bot
9aeb2d55a8
Merge pull request #3886 from xyz-li/app-fix
...
Fix: parse chart data by loader.LoadArchive
2021-05-28 14:46:32 +08:00
KubeSphere CI Bot
3361a51d44
Merge pull request #3897 from RolandMa1986/rolebinding-api
...
Query workspacerolebindings by rolename
2021-05-24 19:50:13 +08:00
KubeSphere CI Bot
d15e29fa0b
Merge pull request #3868 from JohnNiang/fix/typo
...
Fix client typo
2021-05-24 16:41:13 +08:00
LiHui
b0e727bf4e
Fix: parse chart data by loader.LoadArchive
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-05-17 15:19:34 +08:00
Roland.Ma
ee55e26e3c
query role by rolename
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-05-14 02:08:16 +00:00
LiHui
8db1e3772b
Fix: resolve openpitrix resources
...
Signed-off-by: LiHui <andrewli@yunify.com >
2021-05-12 14:01:30 +08:00
johnniang
d88de6dca7
Fix client typo
...
Signed-off-by: johnniang <johnniang@fastmail.com >
2021-05-11 22:42:07 +08:00
Rao Yunkun
80d3e91791
Fixed namespace resource filter.
...
Signed-off-by: Rao Yunkun <yunkunrao@yunify.com >
2021-05-10 15:20:06 +08:00
KubeSphere CI Bot
cc6b1f9f0a
Merge pull request #3767 from xyz-li/app-fix
...
Fix: validate repo when modify url
2021-05-08 10:47:34 +08:00
Roland.Ma
c37a11c5f9
move api to staging
...
Signed-off-by: Roland.Ma <rolandma@yunify.com >
2021-04-29 08:20:05 +00:00
KubeSphere CI Bot
24ee83271f
Merge pull request #3796 from wansir/fix-3784
...
Fix SelectorFromSet ignore errors and select everything
2021-04-29 12:38:05 +08:00
KubeSphere CI Bot
4ab94c1b7e
Merge pull request #3806 from yunkunrao/master
...
Fix metering chart display error when switched into network flows consumption.
2021-04-26 10:09:03 +08:00
Rao Yunkun
e9fdb01a96
Fix issue #3805
...
Signed-off-by: Rao Yunkun <yunkunrao@yunify.com >
2021-04-25 15:07:39 +08:00
hongming
1b33d6e31b
Fix SelectorFromSet ignore errors and select everything
...
Signed-off-by: hongming <talonwan@yunify.com >
2021-04-23 14:29:42 +08:00
yuswift
556219a5ed
fix crd update error
...
Signed-off-by: yuswiftli <yuswiftli@yunify.com >
2021-04-21 17:19:05 +08:00
KubeSphere CI Bot
e9c963c58d
Merge pull request #3776 from wansir/feat-logout
...
Support RP-Initiated Logout
2021-04-20 20:17:12 +08:00
hongming
8fdd8beb08
Support RP-Initiated Logout
...
Signed-off-by: hongming <talonwan@yunify.com >
2021-04-20 15:17:40 +08:00
junot
8ed8a61bd0
remove trailing dollar char of namespacedResourcesFilter for monitoring api
...
Signed-off-by: junot <junotxiang@yunify.com >
2021-04-20 15:09:52 +08:00
KubeSphere CI Bot
763b3f1899
Merge pull request #3768 from wansir/ldap-idp
...
Fix issue with case-sensitive username
2021-04-20 14:54:11 +08:00
hongming
595f7a03e4
Fix issue with case-sensitive username
...
Signed-off-by: hongming <talonwan@yunify.com >
2021-04-20 14:18:31 +08:00