cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to un-install Dynatrace operator on Openshift?

akram_elkhangy
Dynatrace Guide
Dynatrace Guide

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



1 REPLY 1

ChadTurner
DynaMight Legend
DynaMight Legend

Great Tip @akram_elkhangy 

-Chad

Featured Posts