We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dubboctl
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
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
dubbo-demo
The branch name to dubbo-samples specified in this article is not correct main -> master.
main
master
The command (dubboctl build --dockerfile=./Dockerfile) used to build the application is not correct, it should be replaced with:
dubboctl build --dockerfile=./Dockerfile
dubboctl build --useDockerfile
The command used to generate the deploy should specify the namespace: dubboctl deploy --namespace dubbo-demo.
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
port
Service
kube.yaml
dubboctl deploy
name
Create CN mirror for releated builders and lifecycle images for buildpacks. feat(dubboctl): add support for using CN mirror of buildpacks toolchain #317
The text was updated successfully, but these errors were encountered:
cross ref: #306, which introduced support for installing dubbo-admin as a k8s service
Sorry, something went wrong.
No branches or pull requests
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:
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:The command used to generate the deploy should specify the namespace:
dubboctl deploy --namespace dubbo-demo
.The
port
field of theService
resource withinkube.yaml
file generated bydubboctl deploy
is missing (name
is missing when generate multipleport
s). [fix] fix ci && Dubboctl deploy subcommand error fix #304Create CN mirror for releated builders and lifecycle images for buildpacks. feat(dubboctl): add support for using CN mirror of buildpacks toolchain #317
The text was updated successfully, but these errors were encountered: