This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
from f493d76f Merge pull request #289 from Allen442/master
add 0979c87c fix(dubboctl): resolve the init logic of k8s environment
add 2bdb4965 docs(dubboctl): add the example commands to create demo
environment
new 6701ef6b Merge pull request #290 from yin1999/fix-app-deploy
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
app/dubboctl/cmd/manifest_generate.go | 2 +-
app/dubboctl/cmd/manifest_install.go | 3 +
app/dubboctl/internal/manifest/render/render.go | 6 +-
app/dubboctl/internal/util/filter.go | 9 +
deploy/charts/{admin => nacos}/.helmignore | 0
.../charts/nacos/Chart.yaml | 23 +--
.../charts/nacos/templates/NOTES.txt | 0
deploy/charts/nacos/templates/_charts.tpl | 111 +++++++++++++
.../charts/nacos/templates/configmap.yaml | 24 +--
.../charts/nacos/templates/extra-list.yaml | 11 +-
deploy/charts/nacos/templates/networkpolicy.yaml | 42 +++++
.../charts/nacos/templates/pdb.yaml | 27 +--
deploy/charts/nacos/templates/statefulset.yaml | 179 ++++++++++++++++++++
.../charts/nacos/templates/svc-headless.yaml | 25 ++-
.../charts/nacos/templates/svc.yaml | 24 ++-
deploy/charts/nacos/values.yaml | 181 +++++++++++++++++++++
16 files changed, 610 insertions(+), 57 deletions(-)
copy deploy/charts/{admin => nacos}/.helmignore (100%)
copy app/dubboctl/cmd/testdata/diff/profileB.yaml =>
deploy/charts/nacos/Chart.yaml (67%)
copy app/dubboctl/cmd/testdata/repository.git/hooks/.gitinclude =>
deploy/charts/nacos/templates/NOTES.txt (100%)
create mode 100644 deploy/charts/nacos/templates/_charts.tpl
copy app/dubboctl/internal/kube/testdata/input/ctl_client-apply_manifest.yaml
=> deploy/charts/nacos/templates/configmap.yaml (62%)
copy
app/dubboctl/internal/kube/testdata/input/ctl_client-apply_object-create.yaml
=> deploy/charts/nacos/templates/extra-list.yaml (87%)
create mode 100644 deploy/charts/nacos/templates/networkpolicy.yaml
copy app/dubboctl/internal/manifest/render/testchart/templates/service.yaml =>
deploy/charts/nacos/templates/pdb.yaml (54%)
create mode 100644 deploy/charts/nacos/templates/statefulset.yaml
copy app/dubboctl/internal/manifest/render/testchart/templates/service.yaml =>
deploy/charts/nacos/templates/svc-headless.yaml (57%)
copy app/dubboctl/internal/manifest/render/testchart/templates/service.yaml =>
deploy/charts/nacos/templates/svc.yaml (57%)
create mode 100644 deploy/charts/nacos/values.yaml