-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.7
-
Quality / Stability / Reliability
-
None
-
None
-
None
-
Moderate
-
None
-
x86_64
-
None
-
None
-
None
-
None
-
None
-
If docs needed, set a value
-
None
-
None
-
None
-
None
-
None
Description of problem:
crc setup/start cannot be executed complete successfully on our on-prem laptop - Microsoft Windows 10 Enterprise
Version-Release number of selected component (if applicable):
CodeReady Containers version: 1.29.1+bc5f4409
OpenShift version: 4.7.18 (embedded in executable)
How reproducible:
100% on our on-prem laptop
Steps to Reproduce:
1. Download and extract the CodeReady Containers archive from https://cloud.redhat.com/openshift/create/local on my Windows 10 Enterprise
2. Place the binary in my $PATH .
3. Open Windows Terminal, start to run: crc setup
4. Get prompt information to reboot system.
5. Reboot system
6. Open Windows Terminal, start to run: crc setup to complete the setup process.
Actual results:
Get below error:
PS C:\lab\RedHatCRC> crc start --log-level debug
DEBU HTTP-PROXY: http://127.0.0.1:8080, HTTPS-PROXY: http://127.0.0.1:8080, NO-PROXY: 127.0.0.1,localhost,.bpshare.com, proxyCAFile:
DEBU CodeReady Containers version: 1.29.1+bc5f4409
DEBU OpenShift version: 4.7.18 (embedded in executable)
DEBU Running 'crc start'
DEBU Total memory of system is 17005862912 bytes
DEBU No new version available. The latest version is 1.29.1
DEBU Running '(Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" -Name ReleaseId).ReleaseId'
DEBU Running '(Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion").EditionID'
Is 'crc daemon' running? Cannot reach daemon API: Get "http://unix/api/version": open \\.\pipe\crc-http: The system cannot find the file specified.
Expected results:
crc start command gets executed successfully.
Additional info:
1. Network environment is on-prem and have domain management.
2. I have temp administrator permission on my on-prem laptop.
3. I already raised an issue in GitHub, not sure when get update for this issue. Please refer the Github issue for details information: https://github.com/code-ready/crc/issues/2594