Hello, <@U0291AW8A7P> and <@UQF2L5GQ0>, I have a q...
# tech-writing
a
Hello, @Xipeng Guan and @Jiang, I have a quick question about uninstall, which method is preferred for uninstalling Yatai, via deleting all its components:
Copy code
helm uninstall yatai -n yatai-system
helm uninstall yatai -n yatai-components
helm uninstall yatai-csi-driver-image-populator -n yatai-components
helm list -n yatai-operators | tail -n +2 | awk '{print $1}' | xargs -I{} helm -n yatai-operators uninstall {}
or additionally deleting the namespace, like the Bash script does? Thank you! I hope I’m not taking up too much of your time with these questions.