Created
September 9, 2016 11:56
-
-
Save davsclaus/a60a42c2922a2ab36f3a11b11f879711 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
davsclaus:/Users/davsclaus/Documents/workspace/$ minishift start --memory=2000 | |
Starting local OpenShift cluster... | |
E0909 13:54:41.963300 21686 start.go:89] Error starting host: Error creating. Error creating machine: Error checking the host: Error checking and/or regenerating the certs: There was an error validating certificates for host "192.168.64.5:2376": tls: DialWithDialer timed out | |
You can attempt to regenerate them using 'docker-machine regenerate-certs [name]'. | |
Be advised that this will trigger a Docker daemon restart which will stop running containers. | |
. Retrying. | |
oc is now configured to use the cluster. | |
Run this command to use the cluster: | |
oc login --username=admin --password=admin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
did you ever solve this?