cyberark / kubernetes-conjur-deploy

Scripts for deploying DAP followers to Kubernetes and OpenShift given an existing DAP master cluster
Apache License 2.0
14 stars 15 forks source link

Eliminates hanging when deleting namespace for OpenShift 4.3 #166

Closed diverdane closed 3 years ago

diverdane commented 3 years ago

What does this PR do?

This change adds a workaround for this OpenShift 4.3 bug:

 https://bugzilla.redhat.com/show_bug.cgi?id=1798282

Without this fix, deleting a namespace on OpenShift 4.3 could result in indefinite hanging due to finalizers that are not being deleted from services in the namespace.

NOTE: Jenkins tests are currently failing for Current OpenShift on AWS. These failures are apparently unrelated to the fix proposed here since they are also occuring on the master branch.

What ticket does this PR close?

Resolves #167

Checklists

Change log

Test coverage

Documentation