Bug 1810986
Summary: | `oc adm inspect namespace` doesn't collect pod logs | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Ashish Ranjan <aranjan> |
Component: | oc | Assignee: | Maciej Szulik <maszulik> |
Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | aos-bugs, jokerman, mfojtik |
Target Milestone: | --- | ||
Target Release: | 4.5.0 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-13 17:18:46 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1810987 |
Description
Ashish Ranjan
2020-03-06 10:55:08 UTC
Confirmed with latest oc client, the issue can't be reproduced: [yinzhou@localhost test]$ oc version -o yaml clientVersion: buildDate: "2020-03-06T23:07:39Z" compiler: gc gitCommit: 8ce61268781d2074158d05ad11141792b94b1910 gitTreeState: clean gitVersion: 4.5.0-202003062301-8ce6126 goVersion: go1.13.4 major: "" minor: "" platform: linux/amd64 [yinzhou@localhost test]$ oc adm inspect namespace/zhouy Gathering data for ns/zhouy... Wrote inspect data to inspect.local.5042766254579610156. [yinzhou@localhost test]$ tree inspect.local.5042766254579610156/ inspect.local.5042766254579610156/ └── namespaces └── zhouy ..... ├── pods │ ├── jenkins-1-deploy │ │ ├── deployment │ │ │ └── deployment │ │ │ └── logs │ │ │ ├── current.log │ │ │ ├── previous.insecure.log │ │ │ └── previous.log │ │ └── jenkins-1-deploy.yaml │ ├── jenkins-2-d7szj │ │ ├── jenkins │ │ │ └── jenkins │ │ │ └── logs │ │ │ ├── current.log │ │ │ ├── previous.insecure.log │ │ │ └── previous.log │ │ └── jenkins-2-d7szj.yaml │ └── jenkins-2-deploy │ ├── deployment │ │ └── deployment │ │ └── logs │ │ ├── current.log │ │ ├── previous.insecure.log │ │ └── previous.log │ └── jenkins-2-deploy.yaml 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-2020:2409 |