List operator-backed services in the sidebar#3508
List operator-backed services in the sidebar#3508datho7561 merged 1 commit intoredhat-developer:mainfrom
Conversation
Closes redhat-developer#3494 Signed-off-by: David Thompson <davthomp@redhat.com>
dce46df to
b64433c
Compare
|
To test:
|
|
@vrubezhny let me know if you don't have time to review this (the setup might take a while). Mohit wants this as part of the release today, so I might go ahead and merge it either way. |
Reviewing it |
vrubezhny
left a comment
There was a problem hiding this comment.
Create Service -> Create Operator-Backed Service action actually hasn't created any service for me, instead it shown me a list of Service Kinds for a cluster and, once I selected a kind, it shown me a sample YAML file that (after some editing) I could use to create a service using Console Dashboard (opened in browser).
After the service was created on the specified Cluster project and refreshing the OS Tools Application Explorer it was shown in the Application Explorer Tree.
Maybe I should have selected some other kind that could show a form to configure and finally create a service?
This is working as expected, although I guess the workflow is not intuitive. The idea is that you modify any details in the YAML it gives you to, then you save the file and run the command "OpenShift: Create" from the command palette to create the service (this runs the command It would be nice to provide a proper form to provide the details for the service, but the issue is that in order to access the full list of information needed for this form, you need to be logged in as a cluster administrator. If you are logged in as a cluster administrator, it should show a proper form instead of just the YAML. |
Closes #3494
Signed-off-by: David Thompson davthomp@redhat.com