Bug 1884569
Summary: | Normal user can't create job from exist cronjob | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Maciej Szulik <maszulik> |
Component: | kube-controller-manager | Assignee: | Maciej Szulik <maszulik> |
Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.4 | CC: | akuriyan, aos-bugs, erich, knarra, maszulik, mfojtik, mzali, sparpate, yinzhou |
Target Milestone: | --- | ||
Target Release: | 4.4.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1835066 | Environment: | |
Last Closed: | 2020-11-11 04:56:51 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1884580 | ||
Bug Blocks: |
Comment 3
Maciej Szulik
2020-10-23 10:28:58 UTC
Confirmed with latest oc client, can't reproduce the issue now: [root@dhcp-140-138 ~]# oc version Client Version: 4.4.0-202010281908.p0-6be9503 Kubernetes Version: v1.19.0+e67f5dc [root@dhcp-140-138 ~]# oc create cronjob my-job --image=openshift/hello-openshift --schedule=\*\ 5\ \*\ \*\ \? cronjob.batch/my-job created [root@dhcp-140-138 ~]# oc create job hello-job --from=cronjob/my-job job.batch/hello-job created [root@dhcp-140-138 ~]# oc get job NAME COMPLETIONS DURATION AGE hello-job 0/1 21s 21s 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 (OpenShift Container Platform 4.4.30 bug fix update), 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-2020:4321 |