| Summary: | Some resources like pvc or template cannot be deleted via oc delete all --all | ||
|---|---|---|---|
| Product: | OKD | Reporter: | Wenjing Zheng <wzheng> |
| Component: | oc | Assignee: | Juan Vallejo <jvallejo> |
| Status: | CLOSED NOTABUG | QA Contact: | Wei Sun <wsun> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.x | CC: | aos-bugs, jvallejo, lxia, mmccomas, xiazhao |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-08-04 13:54:38 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: | |
|
Description
Wenjing Zheng
2016-01-15 09:20:41 UTC
According to the output of "oc status", all seems mean everything: list everything with 'oc get all' However, "oc get all" cannot list pvc or template either like "oc delete all". There is no define in "oc delete" help page, it's better to define what resources are included in this "all". Issue exist when doing "oc get all". pvc and template can not be listed by this way. This is not a bug, per this discussion [1] and this explanation by David Eads [2], PVCs / templates not showing up and not being deleted by `oc get all --all` are intended behavior. [1] https://github.com/kubernetes/kubernetes/pull/28955 [2] https://github.com/openshift/origin/issues/10185#issuecomment-237548071 |