This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
commit 7966f027ed25a82ec854b60997492961b04dc60d Merge: bb3737e1 c42c1718 Author: Ken Liu <[email protected]> AuthorDate: Mon Mar 25 09:41:32 2024 +0800 Merge pull request #230 from sjmshsh/master fix universal buf conf/dubbo-cp.yaml | 1 + pkg/config/plugins/runtime/k8s/config.go | 3 +- pkg/core/governance/governance_config.go | 10 ----- .../managers/apis/dataplane/dataplane_manager.go | 11 ++++- pkg/plugins/resources/traditional/store.go | 43 ++++++++++++++++++ .../runtime/k8s/controllers/pod_controller.go | 6 +-- pkg/plugins/runtime/k8s/metadata/annotations.go | 2 + pkg/plugins/runtime/k8s/plugin.go | 11 ++++- pkg/test/component.go | 4 ++ test/app/consumer/deployment.yaml | 5 ++- test/app/provider/deployment.yaml | 3 +- test/app/provider/serviceaccount.yaml | 51 ---------------------- test/control-plane/cp.yaml | 20 ++------- 13 files changed, 83 insertions(+), 87 deletions(-)
