crc-org / crc-extension

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

fix: make sure the crc daemon is running before execute start (#205)" #219

Closed lstocchi closed 4 months ago

lstocchi commented 4 months ago

This PR removes the isNeedSetup variable which is used to decide if crc has already been set up or we need to perform it. However that variable is misleading because its value is not always refreshed. By removing it we can be sure that, when needed, we exactly know if the daemon is running or not.

This fixes https://github.com/crc-org/crc-extension/issues/205

slemeur commented 4 months ago

great!