Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

โ€œInvest in yourself โ€” your confidence is always worth it.โ€

Explore Cosmetic Hospitals

Start your journey today โ€” compare options in one place.

OpenShift Install & Configurations using OpenShift Local in windows laptops/desktops

Below is the 100% correct and updated step-by-step guide to install and configure OpenShift Local (aka CRC) on Windows 10/11 laptops or desktops using the correct crc commands.


โœ… Overview: What You’re Installing

ComponentDescription
OpenShift LocalOfficial local dev tool to run OpenShift 4.x
CRC CLI ToolStill named crc.exe (not openshift-local)
RunsA single-node OpenShift cluster using Hyper-V

๐Ÿงฉ Prerequisites

RequirementValue / Notes
OSWindows 10/11 (64-bit)
RAMMin 9 GB (Recommended: 16 GB)
CPUMin 4 cores
DiskAt least 35 GB free
VirtualizationMust be enabled in BIOS
HypervisorHyper-V (enabled)

๐Ÿ› ๏ธ Step-by-Step Guide

๐Ÿ”น Step 1: Enable Hyper-V & Virtualization

Open PowerShell as Administrator and run:

dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All /NoRestart

Then restart your system.


๐Ÿ”น Step 2: Download OpenShift Local & Pull Secret

  1. Visit: https://console.redhat.com/openshift/create/local
  2. Log in or create a free Red Hat account.
  3. Download the Windows installer (e.g., crc-windows-installer.exe).
  4. Also download your Pull Secret and save it as pull-secret.txt.

๐Ÿ”น Step 3: Install OpenShift Local (CRC)

  1. Run the downloaded .exe file (e.g., crc-windows-installer.exe).
  2. It installs the crc CLI and adds it to your system PATH.
  3. Open Command Prompt or PowerShell, and verify:
crc version

๐Ÿ”น Step 4: Setup the Cluster

In PowerShell or Command Prompt, run:

crc setup --pull-secret C:pathtopull-secret.txt
Code language: CSS (css)

Replace the path with the full path to your pull-secret.txt file.


๐Ÿ”น Step 5: Start the Cluster

crc start
  • This will launch a single-node OpenShift 4 cluster inside a Hyper-V VM.
  • It may take 5โ€“10 minutes to complete.

๐Ÿ”น Step 6: Access OpenShift Web Console

After the cluster starts, you’ll see output like:

Started the OpenShift cluster.

Console URL: https://console-openshift-console.apps-crc.testing
Code language: JavaScript (javascript)

Login Credentials:

RoleUsernamePassword
Adminkubeadmin(shown in terminal)
Developerdeveloperdeveloper

Open the web console in your browser and use these credentials.


๐Ÿ”น Step 7: Access via CLI (Optional)

To set up oc (OpenShift CLI), run:

crc oc-env

Then copy and paste the output into your shell to make oc available.

Log in:

oc login -u developer -p developer https://api.crc.testing:6443
Code language: JavaScript (javascript)

๐Ÿ” Optional Cluster Management

ActionCommand
Stop clustercrc stop
Delete clustercrc delete
Status checkcrc status

๐Ÿงน Uninstall (if needed)

To uninstall CRC:

  • Go to Control Panel โ†’ Programs โ†’ Uninstall a Program โ†’ Remove CodeReady Containers.

โš ๏ธ Common Issues

ProblemSolution
Hyper-V not foundEnsure virtualization is enabled in BIOS
CRC command not foundReboot or check if the PATH was updated after install
Slow startupClose heavy apps, ensure enough RAM/CPU are free
DNS resolution failsDisable VPNs; CRC uses crc.testing local domain

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services โ€” all in one place.

Explore Hospitals
Iโ€™m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at <a href="https://www.cotocus.com/">Cotocus</a>. I share tech blog at <a href="https://www.devopsschool.com/">DevOps School</a>, travel stories at <a href="https://www.holidaylandmark.com/">Holiday Landmark</a>, stock market tips at <a href="https://www.stocksmantra.in/">Stocks Mantra</a>, health and fitness guidance at <a href="https://www.mymedicplus.com/">My Medic Plus</a>, product reviews at <a href="https://www.truereviewnow.com/">TrueReviewNow</a> , and SEO strategies at <a href="https://www.wizbrand.com/">Wizbrand.</a> Do you want to learn <a href="https://www.quantumuting.com/">Quantum Computing</a>? <strong>Please find my social handles as below;</strong> <a href="https://www.rajeshkumar.xyz/">Rajesh Kumar Personal Website</a> <a href="https://www.youtube.com/TheDevOpsSchool">Rajesh Kumar at YOUTUBE</a> <a href="https://www.instagram.com/rajeshkumarin">Rajesh Kumar at INSTAGRAM</a> <a href="https://x.com/RajeshKumarIn">Rajesh Kumar at X</a> <a href="https://www.facebook.com/RajeshKumarLog">Rajesh Kumar at FACEBOOK</a> <a href="https://www.linkedin.com/in/rajeshkumarin/">Rajesh Kumar at LINKEDIN</a> <a href="https://www.wizbrand.com/rajeshkumar">Rajesh Kumar at WIZBRAND</a> <a href="https://www.rajeshkumar.xyz/dailylogs">Rajesh Kumar DailyLogs</a>

Related Posts

List of all Job Roles, Job Titles in Software and IT Companies

The software and IT industry is home to a diverse array of job roles and titles, reflecting the dynamic and ever-evolving nature of technology. From core technical…

Read More

Best DevOps Tools in 2024

hereโ€™s a clear, structured breakdown of the Best DevOps Tools (grouped by categories), so you can use it for learning, training, or posts. ๐Ÿš€ Best DevOps Tools…

Read More

Openshift: How to configure Azure openshift ARO with Custom Domain

Step-by-Step Guide: Configuring Azure Red Hat OpenShift (ARO) with a Custom Domain Setting up a custom domain for your ARO cluster involves both Azure and DNS provider…

Read More

Openshift: Lab 10 – View performance information using the OpenShift web console

Rajesh Kumar Iโ€™m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at…

Read More

Openshift: How to add Helm Repository in Openshift

Adding a Helm repository in OpenShift is a common step to manage and deploy Helm charts in your OpenShift cluster. OpenShift supports Helm CLI out of the…

Read More

Openshift: Lab 9 – Work with databases in the OpenShift web console

Rajesh Kumar Iโ€™m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at…

Read More
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x