Hide Forgot
Description of problem: Scheduledjob not deleted when project has been deleted Version-Release number of selected component (if applicable): openshift v3.4.0.21+ca4702d kubernetes v1.4.0+776c994 etcd 3.1.0-rc.0 How reproducible: Always Steps to Reproduce: 1.Login system as a normal user, and create a project, and commit a scheduledjobs, such as "oc run sj3 --image=busybox --restart=Never --schedule="*/1 * * * *" -- sleep 300" 2.Delete the project just created 3.Wait for some minutes, create a new project with the same name, then run 'oc get scheduledjobs'. Actual results: The scheduledjob created previous exist when the new project created. Expected results: When the new project created, no scheduledjobs created previous exist. Additional info:
ScheduledJobs are alpha due to being not fully implemented. This is one of the "features" that needs to be implemented before promoting to beta. Marking it as an upcoming release, in that case.
objects not being deleted from etcd when namespaces are removed is significant... is this known upstream?
Fixed in https://github.com/openshift/origin/pull/11994
The PR merged for 1.4 branch. The 1.5 will have it after the next rebase.
Since no new puddle available to verify it, now change it to MODIFIED status. When new puddle available, please change to ON_QA, will verify it then. Thanks.
New puddle is out for 3.4, moving to on qa.
Checked with latest puddle, this issue has been fixed. openshift v3.4.0.30+e10cc28 kubernetes v1.4.0+776c994 etcd 3.1.0-rc.0
Removed UpcomingRelease flag because this is already fixed.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:0066