crc-org / crc-extension

Red Hat OpenShift Local Extension for integration of OpenShift Local clusters with Podman Desktop
Apache License 2.0
13 stars 16 forks source link

Handle canceling of the workflow of initialize and start when I have to paste pull secret into command palette input box #152

Open odockal opened 1 year ago

odockal commented 1 year ago

I was in a situation when I wanted to initialize and start OpenShift local via Podman Desktop dashboard. I pressed the button and command palette input box popped up. I did not want to search, open file of pull secret + copy paste the content, so I pressed the ESC keyboard so I can set the pull secret file path in preferences page. But the state of the operation is still "Initializing", seems it is hanging.

Screenshot_20230612_095254

Imho, there are two things:

gbraad commented 9 months ago

so I pressed the ESC keyboard so I can set the pull secret file path in preferences page.

Escaping to break out of the dialog should be prevented. This has been a request before towards the PD team, such as treating the dialogs as modal. https://github.com/containers/podman-desktop/issues/1992

the alternative would be for us to restart the process, but this is involved ...

gbraad commented 9 months ago

Depends on: https://github.com/containers/podman-desktop/issues/1920

so I can set the pull secret file path

Should be an option from the dialog