Bug 1776493
| Summary: | `oc edit clusterresourcequota` cannot work | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Maciej Szulik <maszulik> | |
| Component: | oc | Assignee: | Maciej Szulik <maszulik> | |
| Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | high | |||
| Version: | 4.3.0 | CC: | aos-bugs, jokerman, mfojtik, wkulhane, xxia, yinzhou | |
| Target Milestone: | --- | |||
| Target Release: | 4.3.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | 1776100 | |||
| : | 1776495 (view as bug list) | Environment: | ||
| Last Closed: | 2020-01-23 11:14:14 UTC | Type: | --- | |
| 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: | 1776100 | |||
| Bug Blocks: | 1776495, 1776496 | |||
|
Description
Maciej Szulik
2019-11-25 19:36:33 UTC
Confirmed with latest oc client, the issue has fixed:
[root@dhcp-140-138 ~]# oc version -o yaml
clientVersion:
buildDate: "2019-11-27T00:22:38Z"
compiler: gc
gitCommit: 0ed83003e0e256f690b0dc5420cf52638717fdfc
gitTreeState: clean
gitVersion: v4.3.0
goVersion: go1.12.12
major: ""
minor: ""
platform: linux/amd64
openshiftVersion: 4.3.0-0.nightly-2019-11-26-171052
[root@dhcp-140-138 ~]# oc edit clusterresourcequota loadbalancer-quota # add below annotation, then save
...
metadata:
annotations:
test: test1234
...
clusterresourcequota.quota.openshift.io/loadbalancer-quota edited
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:0062 |