Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1784074

Summary: orphaning objects doesn't work
Product: OpenShift Container Platform Reporter: Lukasz Szaszkiewicz <lszaszki>
Component: kube-apiserverAssignee: Stefan Schimanski <sttts>
Status: CLOSED NOTABUG QA Contact: Xingxing Xia <xxia>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.4CC: aos-bugs, mfojtik, nagrawal
Target Milestone: ---   
Target Release: 4.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-12-17 11:16:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lukasz Szaszkiewicz 2019-12-16 16:30:59 UTC
During the rebase (1.17) two tests regarding that functionality were disabled:

1. Deployment test Deployment ReplicaSet orphaning and adoption regarding controllerRef
2. Garbage collector should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan


We need to investigate it further and provide a fix. At the moment I can't tell which component is faulty one it could be kube-apiserver, kube-controller or the tests itself.

Comment 1 Lukasz Szaszkiewicz 2019-12-17 11:14:34 UTC
I am closing this issue as I sorted it out during the rebase branch https://github.com/openshift/origin/pull/24286