Bug 1705103
Summary: | Indeterminate end state of install 4.1 drop 4 HTB | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | jolee | ||||||
Component: | Build | Assignee: | Adam Kaplan <adam.kaplan> | ||||||
Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | wewang <wewang> | ||||||
Severity: | low | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 4.1.0 | CC: | aos-bugs, bparees, wzheng | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
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-08-22 20:55:12 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: | 1664187 | ||||||||
Attachments: |
|
Description
jolee
2019-05-01 13:58:45 UTC
These should provide high level information: ``` oc --insecure-skip-tls-verify adm must-gather --dest-dir /tmp/artifacts/must-gather oc get clusterversion -oyaml oc get co -oyaml ``` Created attachment 1560874 [details]
oc get clusterversion -oyaml > cv.yaml
Created attachment 1560875 [details]
oc get co -oyaml > co.yaml
[jolee@leep50 ocp4.1-cluster]$ oc --insecure-skip-tls-verify adm must-gather error: unknown command "must-gather" See 'oc adm -h' for help and examples. ^^^ perhaps I'm missing context here or this just an indication that the cluster is not healthy? Provide the buildconfig yaml and the imagestream yaml for the imagestreams your build is referencing. (looks like you are referencing java, so "oc get is/java -n openshift -o yaml" I am marking this low severity as it seems like a configuration problem, not a release blocker. |