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
Microsoft Windows 10 Enterprise
10.0.19044 Build 19044
Steps to reproduce
crc start --log-level debug
Expected
crc start completes without warnings about public DNS.
Actual
INFO Check internal and public DNS query...
DEBU Running SSH command: curl --head quay.io --proxy http://user@domain:[email protected]:8080 --noproxy 127.0.0.1,localhost --insecure --proxy-insecure
DEBU SSH command results: err: Process exited with status 5, output:
WARN Failed public DNS query from the cluster: ssh command error:
command : curl --head quay.io --proxy http://user@domain:[email protected]:8080 --noproxy 127.0.0.1,localhost --insecure --proxy-insecure
err : Process exited with status 5
:
Maybe this has todo with the proxy user format? "user@domain:Pass.." insteat of "user:Pass.."?
General information
crc setup
before starting it? YesCRC version
CRC status
CRC config
Host Operating System
Steps to reproduce
Expected
crc start
completes without warnings about public DNS.Actual
Maybe this has todo with the proxy user format? "user@domain:Pass.." insteat of "user:Pass.."?
Logs
https://gist.github.com/maxmoser1/903373202dda41558a6b9a9eb6be11cc
The text was updated successfully, but these errors were encountered: