Valid EX432 Dumps shared by EduDump.com for Helping Passing EX432 Exam! EduDump.com now offer the newest EX432 exam dumps, the EduDump.com EX432 exam questions have been updated and answers have been corrected get the newest EduDump.com EX432 dumps with Test Engine here:
Detach (unimport) a managed cluster safely from the hub
Correct Answer:
See the solution below in Explanation. Explanation: * Identify the managed cluster: oc get managedcluster * If required in your environment, remove dependent placements/policies/apps targeting it (exam often expects you to check "why deletion stuck"). * Delete managed cluster: oc delete managedcluster cluster-dev * Watch finalizers and cleanup: oc get managedcluster cluster-dev -o yaml | grep finalizers -n Why this matters: Proper lifecycle operations (import/manage/detach) is core EX432/EX480 scope.