Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Can not resolve the resource scope correctly #5263

Merged
merged 1 commit into from
Oct 8, 2022

Conversation

zhou1203
Copy link
Member

@zhou1203 zhou1203 commented Sep 30, 2022

Signed-off-by: Wenhao Zhou wenhaozhou@yunify.com

What type of PR is this?

/kind bug

What this PR does / why we need it:

It can not resolve the resource scope of clusters.cluster.kubesphere.io correctly. Clsuter's resource scope is judged as cluster scope, because the resource name of the request did not analyze before analyzing the scope

Which issue(s) this PR fixes:

Fixes #

Special notes for reviewers:

Does this PR introduced a user-facing change?

None

Additional documentation, usage docs, etc.:


/cc @wansir

…e.io correctly

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>
@ks-ci-bot ks-ci-bot requested a review from wansir September 30, 2022 09:47
@ks-ci-bot ks-ci-bot added kind/bug Categorizes issue or PR as related to a bug. do-not-merge/release-note-label-needed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 30, 2022
@zhou1203 zhou1203 changed the title Fix: can not resolve the resource scope of clusters.cluster.kubespher… Fix: Can not resolve the resource scope correctly Sep 30, 2022
@wansir
Copy link
Member

wansir commented Oct 8, 2022

/lgtm
/approve
/cherry-pick release-3.3

@ks-ci-bot
Copy link
Collaborator

@wansir: once the present PR merges, I will cherry-pick it on top of release-3.3 in a new PR and assign it to you.

In response to this:

/lgtm
/approve
/cherry-pick release-3.3

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@ks-ci-bot ks-ci-bot added the lgtm Indicates that a PR is ready to be merged. label Oct 8, 2022
@ks-ci-bot
Copy link
Collaborator

LGTM label has been added.

Git tree hash: 0eef2096d6a002cea67f3258a49868f9b0176ecb

@ks-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: wansir, zhou1203

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ks-ci-bot ks-ci-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 8, 2022
@ks-ci-bot ks-ci-bot merged commit 1b68934 into kubesphere:master Oct 8, 2022
@ks-ci-bot
Copy link
Collaborator

@wansir: new pull request created: #5274

In response to this:

/lgtm
/approve
/cherry-pick release-3.3

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

zhou1203 added a commit that referenced this pull request Oct 15, 2022
Fix: can not resolve the resource scope of clusters.cluster.kubesphere.io correctly

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>
(cherry picked from commit 1b68934)
@zhou1203 zhou1203 deleted the fix-clusters-resource-group branch November 8, 2022 08:03
sologgfun pushed a commit to sologgfun/kubesphere that referenced this pull request Apr 24, 2023
Fix: can not resolve the resource scope of clusters.cluster.kubesphere.io correctly

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>
wanjunlei pushed a commit to wanjunlei/kubesphere that referenced this pull request Aug 11, 2023
Fix: can not resolve the resource scope of clusters.cluster.kubesphere.io correctly

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>
zhou1203 added a commit to zhou1203/kubesphere that referenced this pull request Jan 24, 2024
…#404)

* Fix: Can not resolve the resource scope correctly (kubesphere#5263)

Fix: can not resolve the resource scope of clusters.cluster.kubesphere.io correctly

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

* Dependency: update storageClass-accessor  (kubesphere#5271)

Dependency: update storageClass-accessor to v0.2.2, deleting storage source no longer requires validation now.

Signed-off-by: f10atin9 <f10atin9@kubesphere.io>

Signed-off-by: f10atin9 <f10atin9@kubesphere.io>

* fix kubesphere#5267 by renaming yaml struct tag (kubesphere#5268)

Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>

Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>

* support scoped nodes and workloads for global rules (kubesphere#5279)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* support route notifications to specified users (kubesphere#5206)

Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>

Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>

* refactor: move from io/ioutil to io and os packages (kubesphere#5266)

The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

[1]: https://golang.org/doc/go1.16#ioutil
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

* fix empty rules in rulegroup of prometheusrules (kubesphere#5298)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* Check the cluster ID (kube-system UID) when updating the cluster (kubesphere#5299)

* Add an admission webhook to check cluster ID (kube-system UID) before updating

* Add an admission webhook to check cluster ID (kube-system UID) before updating

* Add switch for notification (kubesphere#5283)

Signed-off-by: Gentleelephant <birdhk@kubesphere.io>

Signed-off-by: Gentleelephant <birdhk@kubesphere.io>
Co-authored-by: Gentleelephant <birdhk@kubesphere.io>

* Use controller-gen to generate deepcopy code replacing deepcopy-gen. (kubesphere#5297)

Use controller-gen to generate deepcopy code, and replace the deepcopy-gen tags with the kubebuilder tags.

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* optimize ks-core chart (kubesphere#5305)

Signed-off-by: 24sama <jacksama@foxmail.com>

Signed-off-by: 24sama <jacksama@foxmail.com>

* Check cluster permission for create/update workspacetemplate (kubesphere#5302)

* add cluster authorization for create/update workspacetemplate

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

add cluster authorization for create/update workspacetemplate

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

* add handle forbidden err

* add forbidden error log

* allow to use clusters of public visibility

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

* fix global alerts filter (kubesphere#5311)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* support fieldselector filter query secrets (kubesphere#5300)

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* Fix: globalrole has cluster management right can not manage cluster (kubesphere#5331)

Fix: globalrole has permision of cluster management can not manage cluster

* update readme for cloud (kubesphere#5335)

* update readme for cloud

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

* update readme for cloud

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>

* 3.3.1 CHANGELOG (kubesphere#5337)

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>

* Upgrade dependent version: github.com/open-policy-agent/opa (kubesphere#5315)

Upgrade dependent version: github.com/open-policy-agent/opa v0.18.0 -> v0.45.0

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* Upgrade dependent version: github.com/containerd/containerd (kubesphere#5324)

Upgrade dependent version: github.com/containerd/containerd v1.3.0 -> v1.4.13

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* fix rulegroup state filter (kubesphere#5340)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* update k8s versions (kubesphere#5345)

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>

* limit rule count per group (kubesphere#5350)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* fix rulegroup typemeta miss (kubesphere#5349)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* Calculating the Number of Logs in opensearch (kubesphere#5352)

Calculating the Number of Logs

Signed-off-by: chengdehao <dehaocheng@kubesphere.io>

Signed-off-by: chengdehao <dehaocheng@kubesphere.io>
Co-authored-by: chengdehao <dehaocheng@kubesphere.io>

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>
Signed-off-by: f10atin9 <f10atin9@kubesphere.io>
Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>
Signed-off-by: junot <junotxiang@kubesphere.io>
Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>
Signed-off-by: Gentleelephant <birdhk@kubesphere.io>
Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
Signed-off-by: 24sama <jacksama@foxmail.com>
Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>
Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Signed-off-by: chengdehao <dehaocheng@kubesphere.io>
Co-authored-by: Wenhao Zhou <34303854+zhou1203@users.noreply.github.com>
Co-authored-by: f10atin9 <f10atin9@kubesphere.io>
Co-authored-by: chavacava <salvadorcavadini+github@gmail.com>
Co-authored-by: junot <49136171+junotx@users.noreply.github.com>
Co-authored-by: wanjunlei <53003665+wanjunlei@users.noreply.github.com>
Co-authored-by: Eng Zer Jun <engzerjun@gmail.com>
Co-authored-by: yuyu <yaozhenxiu@gmail.com>
Co-authored-by: zhangpeng <1132960613@qq.com>
Co-authored-by: Gentleelephant <birdhk@kubesphere.io>
Co-authored-by: hongzhouzi <36416216+hongzhouzi@users.noreply.github.com>
Co-authored-by: Leo Li <jacksama@foxmail.com>
Co-authored-by: nuclearwu <wuzhongjian_yewu@cmss.chinamobile.com>
Co-authored-by: Bettygogo2021 <91529409+Bettygogo2021@users.noreply.github.com>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Elon Cheng <dehaocheng@yunify.com>
Co-authored-by: chengdehao <dehaocheng@kubesphere.io>
zhou1203 added a commit to zhou1203/kubesphere that referenced this pull request Jan 24, 2024
…#445)

* Fix: Can not resolve the resource scope correctly (kubesphere#5263)

Fix: can not resolve the resource scope of clusters.cluster.kubesphere.io correctly

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

* Dependency: update storageClass-accessor  (kubesphere#5271)

Dependency: update storageClass-accessor to v0.2.2, deleting storage source no longer requires validation now.

Signed-off-by: f10atin9 <f10atin9@kubesphere.io>

Signed-off-by: f10atin9 <f10atin9@kubesphere.io>

* fix kubesphere#5267 by renaming yaml struct tag (kubesphere#5268)

Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>

Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>

* support scoped nodes and workloads for global rules (kubesphere#5279)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* support route notifications to specified users (kubesphere#5206)

Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>

Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>

* refactor: move from io/ioutil to io and os packages (kubesphere#5266)

The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

[1]: https://golang.org/doc/go1.16#ioutil
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

* fix empty rules in rulegroup of prometheusrules (kubesphere#5298)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* Check the cluster ID (kube-system UID) when updating the cluster (kubesphere#5299)

* Add an admission webhook to check cluster ID (kube-system UID) before updating

* Add an admission webhook to check cluster ID (kube-system UID) before updating

* Add switch for notification (kubesphere#5283)

Signed-off-by: Gentleelephant <birdhk@kubesphere.io>

Signed-off-by: Gentleelephant <birdhk@kubesphere.io>
Co-authored-by: Gentleelephant <birdhk@kubesphere.io>

* Use controller-gen to generate deepcopy code replacing deepcopy-gen. (kubesphere#5297)

Use controller-gen to generate deepcopy code, and replace the deepcopy-gen tags with the kubebuilder tags.

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* optimize ks-core chart (kubesphere#5305)

Signed-off-by: 24sama <jacksama@foxmail.com>

Signed-off-by: 24sama <jacksama@foxmail.com>

* Check cluster permission for create/update workspacetemplate (kubesphere#5302)

* add cluster authorization for create/update workspacetemplate

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

add cluster authorization for create/update workspacetemplate

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

* add handle forbidden err

* add forbidden error log

* allow to use clusters of public visibility

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

* fix global alerts filter (kubesphere#5311)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* support fieldselector filter query secrets (kubesphere#5300)

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* Fix: globalrole has cluster management right can not manage cluster (kubesphere#5331)

Fix: globalrole has permision of cluster management can not manage cluster

* update readme for cloud (kubesphere#5335)

* update readme for cloud

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

* update readme for cloud

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>

* 3.3.1 CHANGELOG (kubesphere#5337)

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>

* Upgrade dependent version: github.com/open-policy-agent/opa (kubesphere#5315)

Upgrade dependent version: github.com/open-policy-agent/opa v0.18.0 -> v0.45.0

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* Upgrade dependent version: github.com/containerd/containerd (kubesphere#5324)

Upgrade dependent version: github.com/containerd/containerd v1.3.0 -> v1.4.13

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* fix rulegroup state filter (kubesphere#5340)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* update k8s versions (kubesphere#5345)

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>

* limit rule count per group (kubesphere#5350)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* fix rulegroup typemeta miss (kubesphere#5349)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* Calculating the Number of Logs in opensearch (kubesphere#5352)

Calculating the Number of Logs

Signed-off-by: chengdehao <dehaocheng@kubesphere.io>

Signed-off-by: chengdehao <dehaocheng@kubesphere.io>
Co-authored-by: chengdehao <dehaocheng@kubesphere.io>

* add label_matcher param to filter alerts (kubesphere#5353)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* update k8s versions (kubesphere#5351)

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>

* Fix:Goroutine leaks when getting audit event sender times out (kubesphere#5342)

* Fix:Goroutine leaks when getting audit event sender times out

* make it more readable

* Add GitHub action for release drafter

* Upgrade k8s package verison (kubesphere#5358)

* upgrade k8s package version

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* Script upgrade and code formatting.

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* Fix: remove unnecessary case in field selector (kubesphere#5367)

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* Upgrade dependent version: github.com/opencontainers/runc (kubesphere#5316)

Upgrade dependent version: github.com/opencontainers/runc v0.1.1 -> v1.1.4

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* fix rule status (kubesphere#5381)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* Remove the VolumeSnapshot controller that creates a snapshot class automatically (kubesphere#5380)

Signed-off-by: dkeven <dkvvven@gmail.com>

Signed-off-by: dkeven <dkvvven@gmail.com>

* Add api /version and deprecated api /kapi/version (kubesphere#5390)

add /version api and deprecated api /kapi/version

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

* Upgrade dependent version: go.mongodb.org/mongo-driver (kubesphere#5320)

Upgrade dependent version: go.mongodb.org/mongo-driver v1.3.2 -> v1.10.4

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>
Signed-off-by: f10atin9 <f10atin9@kubesphere.io>
Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>
Signed-off-by: junot <junotxiang@kubesphere.io>
Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>
Signed-off-by: Gentleelephant <birdhk@kubesphere.io>
Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
Signed-off-by: 24sama <jacksama@foxmail.com>
Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>
Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Signed-off-by: chengdehao <dehaocheng@kubesphere.io>
Signed-off-by: dkeven <dkvvven@gmail.com>
Co-authored-by: Wenhao Zhou <34303854+zhou1203@users.noreply.github.com>
Co-authored-by: f10atin9 <f10atin9@kubesphere.io>
Co-authored-by: chavacava <salvadorcavadini+github@gmail.com>
Co-authored-by: junot <49136171+junotx@users.noreply.github.com>
Co-authored-by: wanjunlei <53003665+wanjunlei@users.noreply.github.com>
Co-authored-by: Eng Zer Jun <engzerjun@gmail.com>
Co-authored-by: yuyu <yaozhenxiu@gmail.com>
Co-authored-by: zhangpeng <1132960613@qq.com>
Co-authored-by: Gentleelephant <birdhk@kubesphere.io>
Co-authored-by: hongzhouzi <36416216+hongzhouzi@users.noreply.github.com>
Co-authored-by: Leo Li <jacksama@foxmail.com>
Co-authored-by: nuclearwu <wuzhongjian_yewu@cmss.chinamobile.com>
Co-authored-by: Bettygogo2021 <91529409+Bettygogo2021@users.noreply.github.com>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Elon Cheng <dehaocheng@yunify.com>
Co-authored-by: chengdehao <dehaocheng@kubesphere.io>
Co-authored-by: hzhhong <hung.z.h916@gmail.com>
Co-authored-by: pixiake <guofeng@kubesphere.io>
Co-authored-by: dkeven <82354774+dkeven@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. release-note-none size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants