Bug 2080416
| Summary: | oc bash-completion problem | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Divyam Pateriya <dpateriy> |
| Component: | oc | Assignee: | Arda Guclu <aguclu> |
| oc sub component: | oc | QA Contact: | zhou ying <yinzhou> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | low | ||
| Priority: | low | CC: | aguclu, aos-bugs, gakendre, mfojtik, sparpate, wweber |
| Version: | 4.10 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.11.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause:
oc project <tab-completion> causes oc project project
Consequence:
users can not use tab completion for oc project command
Fix:
oc project <tab-completion> will list projects
Result:
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-08-10 11:09: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: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2084429 | ||
|
Description
Divyam Pateriya
2022-04-29 15:29:37 UTC
oc project [TAB] will show all the projects now:
oc project
testpforzy zhouyttt2
oc projects
You have access to the following projects and can switch between them with ' project <projectname>':
* testpforzy
zhouyttt2
Using project "testpforzy" on server "https://api.yinzhou-07a.qe.gcp.devcluster.openshift.com:6443".
oc version --client
Client Version: 4.11.0-202205070617.p0.g0bf70d5.assembly.stream-0bf70d5
Kustomize Version: v4.5.4
Backport to 4.10 PR has been opened https://github.com/openshift/oc/pull/1131 *** Bug 2087079 has been marked as a duplicate of this bug. *** 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 (Important: OpenShift Container Platform 4.11.0 bug fix and security update), 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/RHSA-2022:5069 |