Bug 1480453
| Summary: | oc describe cronjobs <name> : Error could not find the requested resource | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jaspreet Kaur <jkaur> |
| Component: | Master | Assignee: | Maciej Szulik <maszulik> |
| Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.5.0 | CC: | aos-bugs, jokerman, mmccomas, wmeng, wsun |
| Target Milestone: | --- | ||
| Target Release: | 3.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause:
CronJobs are placed in batch/v2alpha1 group, whereas other batch resources are placed in batch/v1.
Consequence:
Due to this fact, a lot of api machinery does not handle multiversioning problems properly.
Fix:
Update the restmapper, responsible for matching resource with appropriate api group version to handle multi-versioned apis.
Result:
Describing resources works as expected.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-28 22:07:08 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
Jaspreet Kaur
2017-08-11 07:24:56 UTC
This is a known problem/limitation that is fixed in 3.7 release. verified with the 3.7 version, the issue has fixed:
openshift version
openshift v3.7.0-0.147.1
kubernetes v1.7.6+a08f5eeb62
etcd 3.2.1
oc get cronjob
NAME SCHEDULE SUSPEND ACTIVE LAST-SCHEDULE
sj3 */5 * * * * False 1 Wed, 11 Oct 2017 17:05:00 +0800
oc describe cronjob sj3
Name: sj3
Namespace: test
Labels: run=sj3
Annotations: <none>
Schedule: */5 * * * *
Concurrency Policy: Allow
Suspend: False
Starting Deadline Seconds: <unset>
Selector: <unset>
Parallelism: <unset>
Completions: <unset>
Pod Template:
Labels: run=sj3
Containers:
sj3:
Image: busybox
Port: <none>
Args:
sleep
300
Environment: <none>
Mounts: <none>
Volumes: <none>
Last Schedule Time: Wed, 11 Oct 2017 17:05:00 +0800
Active Jobs: sj3-1507712700
Events:
FirstSeen LastSeen Count From SubObjectPath Type Reason Message
--------- -------- ----- ---- ------------- -------- ------ -------
23m 23m 1 cronjob-controller Normal SuccessfulCreate Created job sj3-1507711500
17m 17m 1 cronjob-controller Normal SuccessfulCreate Created job sj3-1507711800
17m 17m 1 cronjob-controller Normal SawCompletedJob Saw completed job: sj3-1507711500
13m 13m 1 cronjob-controller Normal SuccessfulCreate Created job sj3-1507712100
12m 12m 1 cronjob-controller Normal SawCompletedJob Saw completed job: sj3-1507711800
7m 7m 1 cronjob-controller Normal SawCompletedJob Saw completed job: sj3-1507712100
7m 7m 1 cronjob-controller Normal SuccessfulCreate Created job sj3-1507712400
2m 2m 1 cronjob-controller Normal SuccessfulCreate Created job sj3-1507712700
2m 2m 1 cronjob-controller Normal SawCompletedJob Saw completed job: sj3-1507712400
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/RHSA-2017:3188 |