dubboctl manifest uninstall

uninstall dubbo control plane

Synopsis

Uninstall the specified component. Unconditional uninstallation is currently not supported (this means that users cannot force deletion if they do not know the DubboConfig yaml or set parameters used in dubboctl manifest intall, and need to use kubectl and other tools to delete it). Typical use cases are:

dubboctl manifest uninstall
parametershorthanddescribeExamplerequired
--filenames-fSpecify one or more user-defined DubboConfig yaml paths, and overlay them in order from left to right when parsing.dubboctl manifest install -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 default.dubboctl manifest install --charts path/to/chartsNo
--profilesThe directory where profiles are stored. If the user does not specify it, /deploy/profiles is used by default.dubboctl manifest install --profiles path/to/profilesNo
--set-sSet one or more key-value pairs in DubboConfig yaml. The priority is set flags > profile > user-defined DubboOperator yaml. It is recommended not to use set in production.dubboctl manifest install --set components.admin.replicas=2,components.admin.rbac.enabled=false
--ku beConfigThe path to store kubeconfigdubboctl manifest install --kubeConfig path/to/kubeConfigNo
--contextSpecify to use the context in kubeconfigdubboctl manifest install --context contextValNo

SEE ALSO