To fully clean up and remove CRC (OpenShift Local) from your Mac β including all configuration, VM, cache, and logs β follow this step-by-step CRC full cleanup guide.
Step-by-Step CRC Full Cleanup (macOS)
WARNING:
This removes everything related to CRC including:
- the OpenShift cluster
- your persistent data
- configs, credentials, cached images, and logs
Step 1: Stop CRC (if running)
crc stop
Step 2: Delete the CRC VM and data
crc delete --force
Step 3: Remove CRC config, cache, logs, and binary
# Remove config and cache directories
rm -rf ~/.crc
# Optional: If you installed the binary in /usr/local/bin
sudo rm -f /usr/local/bin/crc
# Optional: If you installed with Homebrew
brew uninstall crc
# Optional: Also remove the downloaded bundle (huge file)
rm -rf ~/Library/Caches/crc
Step 4: Remove networking artifacts (if any)
If you used older CRC versions or have custom DNS entries:
sudo rm -f /etc/resolver/testing
Step 5: Clean Hypervisor Artifacts
If youβre using vfkit (on Apple Silicon) or HyperKit (older Intel-based setup), also run:
# Remove hyperkit or vfkit remnants (if you used it)
rm -rf ~/Library/Containers/com.redhat.crc
rm -rf ~/Library/Preferences/com.redhat.crc.plist
rm -rf ~/Library/Application\ Support/crc
Step 6: Clean up logs (optional)
rm -rf ~/Library/Logs/crc
Step 7: Restart the system (recommended)
To clean up any lingering Hypervisor or DNS state:
sudo shutdown -r now
CRC Is Now Fully Removed
Youβre now ready for a fresh CRC install or can switch back to Docker Desktop or another tool safely.
Iβm a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market tips at Stocks Mantra, health and fitness guidance at My Medic Plus, product reviews at I reviewed , and SEO strategies at Wizbrand.
Please find my social handles as below;
Rajesh Kumar Personal Website
Rajesh Kumar at YOUTUBE
Rajesh Kumar at INSTAGRAM
Rajesh Kumar at X
Rajesh Kumar at FACEBOOK
Rajesh Kumar at LINKEDIN
Rajesh Kumar at PINTEREST
Rajesh Kumar at QUORA
Rajesh Kumar at WIZBRAND