Bug 1735685
| Summary: | kind: Console should show in the suggestion kind list correctly | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Yadan Pei <yapei> | ||||||
| Component: | Management Console | Assignee: | Josh Pinkney <jpinkney> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Yadan Pei <yapei> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 4.2.0 | CC: | aos-bugs, bpeterse, jokerman, mbenitez, sgoodwin, spadgett, yapei | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | 4.6.0 | ||||||||
| 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: | 2020-06-18 18:46:19 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Yadan Pei
2019-08-01 09:12:33 UTC
Created attachment 1596889 [details]
ConsoleNotShowingUp
Also it looks like not all workloads API schema is correctly loaded When create ImageStream from default YAML , it shows a ~~~~ warning icon for kind: ImageStream, using ctrl + space to view suggestion kind list, only 'ImageStreamLayers' is shown I am seeing different warning message and the option "Console" is listed in the suggestion list. See attached screenshots Created attachment 1599066 [details]
suggestion list options includes Console
Created attachment 1599082 [details]
Message - "Incorrect type. Expected "string". Value is not accepted. Valid values: "Console".
What browser/version & OS was this seen on? thanks It looks like you're viewing console.config page(no issue) while I'm looking at console.operator page(there is issue) Can you try visiting URL https://<console_route>/k8s/cluster/operator.openshift.io~v1~Console/cluster/yaml? Hello, This should be fixed with https://github.com/openshift/console/pull/2424. Now it will show a list of all the valid values for kind when it errors and you will also see `Console` as well as any other suggestions the schema gives when doing auto completion. This is fixed indirectly by bug 1732740. *** This bug has been marked as a duplicate of bug 1732740 *** |