| Summary: | `oc edit` for multiple resources does not edit in one single file | |||
|---|---|---|---|---|
| Product: | OKD | Reporter: | Xingxing Xia <xxia> | |
| Component: | oc | Assignee: | David Eads <deads> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Wei Sun <wsun> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 3.x | CC: | aos-bugs, ccoleman, javier.ramirez, mfojtik, mmccomas | |
| Target Milestone: | --- | Keywords: | Regression | |
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1389681 (view as bug list) | Environment: | ||
| Last Closed: | 2016-12-09 21:51:50 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1389681 | |||
|
Description
Xingxing Xia
2016-02-18 05:16:01 UTC
Upstream fix: https://github.com/kubernetes/kubernetes/pull/20918 Per Clayton, the fix won't make this release. Marking for upcoming. Waiting for the next rebase to pick this up. Since it will probably slip the 3.2.1, we should set it as upcoming release. FYI, there comes a RFE in bug 1347365 *** Bug 1347365 has been marked as a duplicate of this bug. *** Checked the PR in comment 1 is merged in latest AMI oc version: $ oc version oc v1.3.0-alpha.2+5c862c0 kubernetes v1.3.0+57fb9ac $ cd github.com/openshift/kubernetes $ git log --pretty="%h %cd - %s" --date=local 57fb9ac | grep "#20918" 6936b9f Sun May 22 22:12:18 2016 - Merge pull request #20918 from deads2k/fix-list-edit The issue is fixed. `oc edit` could edit all resources in one single file as it did. So could move to ON_QA if it is suitable. Thank you. Upstream rebased into origin. |