dubboctl manifest diff generate

Generate the manifest of the required components.

Synopsis

Generate the manifest of the required components. Typical use cases are:

dubboctl manifest generate | kubectl apply -f -
parametershorthanddescribeExamplerequired
--filenames-fSpecify one or more user-defined DubboConfig yaml paths. When parsing, follow the order from left to right. Overlaydubboctl manifest generate -f path/to/file0.yaml, path/to/file1.yamlNo
--chartsThe directory where Helm Charts are stored. If the user does not specify it, /deploy/charts is used by defaultdubboctl manifest generate --charts path/to/chartsNo
--profilesThe directory where profiles are stored. If the user does not specify it, /deploy/profiles is used by defaultdubboctl manifest generate --profiles path/to/profilesNo
--set-sSet one or more key-value pairs in DubboConfig yaml. The priority is set flags > user-defined DubboConfig yaml > profile. It is recommended not to use setdubboctl manifest generate --set components.admin.replicas=2,components in production. admin.rbac.enabled=falseNo
--kubeConfigThe path where kubeconfig is storeddubboctl manifest generate --kubeConfig path/to/kubeConfigNo
--contextSpecify the context in kubeconfigdubboctl manifest generate --context contextValNo
--output-oSpecify the output path for the final generated manifest. If not set, the output will be output to the console by defaultdubboctl manifest generate -o path/to/target/directoryNo

SEE ALSO