You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have different uninstall steps for each platform.
For macOS: User needs to run crc cleanup -> rm -rf /usr/local/crc
For windows: run crc cleanup and uninstall OpenShift Local from Control Panel -> Add/Remove Programs
For linux: crc cleanup and rm -rf $(which crc)
The text was updated successfully, but these errors were encountered:
We have different uninstall steps for each platform.
For macOS: User needs to run
crc cleanup
->rm -rf /usr/local/crc
For windows: run
crc cleanup
and uninstall OpenShift Local from Control Panel -> Add/Remove ProgramsFor linux:
crc cleanup
andrm -rf $(which crc)
The text was updated successfully, but these errors were encountered: