website
website copied to clipboard
Request for adding notes for running 'helm' in Doc 'uninstall-pluggable-components'
In the third step of Uninstall KubeSphere DevOps

Command 'helm' is used, but if users execut these commands directly in kubernetes cluster which 'helm' is not installed in, -bash: helm: command not found will be prompted. To be more frendly, I think a command, such as kubectl exec -it ks-installer-6997c85f76-74gff -n kubesphere-system -- /bin/bash, should be added to note users that you can run command 'helm' in ks-install
/area devops
/cc @kubesphere/sig-devops Hi, please take a look at this issue and share your thoughts.
Hi @showjason , I agree with you. It's useful if some environment has no helm and kubectl installed.
BTW, this approach is not unique to DevOps uninstallation, so I suggest that put this step to Prerequisites.
kubectl -n kubesphere-system exec -it deployment/ks-installer -- bash
What do @Felixnoo reckon?
Hi @showjason , I agree with you. It's useful if some environment has no helm and kubectl installed.
BTW, this approach is not unique to DevOps uninstallation, so I suggest that put this step to
Prerequisites.kubectl -n kubesphere-system exec -it deployment/ks-installer -- bashWhat do @Felixnoo reckon?
@JohnNiang
Do you mean that users who don't have helm installed can run the command helm in the deployment ks-installer to uninstall any components that require the use of the command helm?
Yup.
/cc @kubesphere/sig-installation
Hi, can you share your thoughts on this issue?
I'm wondering whether we should encourage users to run the command helm in ks-installer to uninstall pluggable components?