Turn Your Vehicle Into a Smart Earning Asset

While youโ€™re not driving your car or bike, it can still be working for you. MOTOSHARE helps you earn passive income by connecting your vehicle with trusted renters in your city.

๐Ÿš— You set the rental price
๐Ÿ” Secure bookings with verified renters
๐Ÿ“ Track your vehicle with GPS integration
๐Ÿ’ฐ Start earning within 48 hours

Join as a Partner Today

Itโ€™s simple, safe, and rewarding. Your vehicle. Your rules. Your earnings.

Openshift: Step-by-Step CRC Full Cleanup (macOS)

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
Code language: JavaScript (javascript)

โœ… 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
Code language: PHP (php)

โœ… 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
Code language: PHP (php)

โœ… Step 6: Clean up logs (optional)

rm -rf ~/Library/Logs/crc
Code language: JavaScript (javascript)

โœ… 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.


Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.

0
Would love your thoughts, please comment.x
()
x