All public logs

Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:50, 11 April 2026 Ebasso talk contribs created page IBM Maximo: Troubleshooting - Unable to Delete a Project (Namespace) (Created page with "It is not possible to delete a project, even when using force deletion. == Check == Check what resources still exist inside the namespace. Run the following command to export the namespace definition to JSON: oc get namespace $PROJECT_NAME -o json > tmp.json && cat tmp.json Inspect the end of the generated file, especially the '''spec''' section. == Root Cause == In some cases, the deletion is blocked by a controller or operator due to a '''finalizer'''. Example...")