Describe the bug
When running the cp4d-delete-instance.sh script, it waits unnecessarily long for the ibm-licensing namespace to be deleted. Even after the namespace has been successfully deleted, the script waits for 5 minutes before continuing.
Resolution
Describe the bug
When running the
cp4d-delete-instance.shscript, it waits unnecessarily long for theibm-licensingnamespace to be deleted. Even after the namespace has been successfully deleted, the script waits for 5 minutes before continuing.Resolution
if [ "${FORCE_FINALIZER}" = "true" ]statement is incorrect, it should use==. Can even delete this because of the 3rd change.FORCE_FINALIZERshould be the default behaviour of the deletion. This is the only way to remove the CRs from the cluster once deletion is stuck. Remove parameter.