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

Docs: improvement of the dubboctl quick start guide #291

Open
1 of 7 tasks
yin1999 opened this issue May 22, 2024 · 1 comment
Open
1 of 7 tasks

Docs: improvement of the dubboctl quick start guide #291

yin1999 opened this issue May 22, 2024 · 1 comment
Labels
dubboctl Command-line tool related

Comments

@yin1999
Copy link
Contributor

yin1999 commented May 22, 2024

The steps listed in the dubboctl quick start guide is not corrected. The problems found in testing are as follows:

  • The command to init the demo environment is not working:

    dubboctl manifest install --profile=demo

    The command should be changed to dubboctl manifest install --set profile=demo

    A fix is created to resolve the services creation problem: fix(dubboctl): resolve the init logic of k8s environment #290

  • Missing the step to create k8s namespace dubbo-demo

  • The branch name to dubbo-samples specified in this article is not correct main -> master.

  • The command (dubboctl build --dockerfile=./Dockerfile) used to build the application is not correct, it should be replaced with:

    dubboctl build --useDockerfile
  • The command used to generate the deploy should specify the namespace: dubboctl deploy --namespace dubbo-demo.

  • The port field of the Service resource within kube.yaml file generated by dubboctl deploy is missing (name is missing when generate multiple ports). [fix] fix ci && Dubboctl deploy subcommand error fix #304

  • Create CN mirror for releated builders and lifecycle images for buildpacks. feat(dubboctl): add support for using CN mirror of buildpacks toolchain #317

@mfordjody mfordjody added the dubboctl Command-line tool related label May 24, 2024
@yin1999
Copy link
Contributor Author

yin1999 commented Jun 24, 2024

cross ref: #306, which introduced support for installing dubbo-admin as a k8s service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dubboctl Command-line tool related
Projects
None yet
Development

No branches or pull requests

2 participants