30 May 2023 12:50 PM - edited 30 May 2023 12:51 PM
When un-installing Dynatrace operator in case of classicFullStack and applicationMonitoring without CSI driver on OpenShift following the below documentation page.
https://www.dynatrace.com/support/help/setup-and-configuration/setup-on-container-platforms/kubernet...
Regarding the 2nd step in order for the uninstall.sh script to run succesfully you have to do one of the below steps:
1- ssh access to the worker node and run the uninstall script
2- login under debug container, elevate the permissions and then run the script
"oc debug node/<node-name>"
"chroot /host"
"uninstall.sh "
Troubleshooting article addressing the possible error while running the script
08 Jun 2023 08:57 PM
Great Tip @akram_elkhangy