Created
November 9, 2017 08:59
-
-
Save dwojciec/7cb651ef5aa935e6bd0727bfea9cf1ef to your computer and use it in GitHub Desktop.
result of minishift start --iso-url file://Users/dwojciec/bin/image/minishift.iso --skip-registration -v 5 --show-libmachine-logs
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
dwojciec-osx:build dwojciec$ minishift start --iso-url file://Users/dwojciec/bin/image/minishift.iso --skip-registration -v 5 --show-libmachine-logs | |
Found binary path at /usr/local/bin/docker-machine-driver-xhyve | |
Launching plugin server for driver xhyve | |
Plugin server listening at address 127.0.0.1:57599 | |
() DBG | operation not supported by device | |
() Calling .GetVersion | |
Using API Version 1 | |
() Calling .SetConfigRaw | |
() Calling .GetMachineName | |
(minishift) Calling .GetState | |
-- Checking if xhyve driver is installed ... | |
Driver is available at /usr/local/bin/docker-machine-driver-xhyve | |
Checking for setuid bit ... OK | |
-- Starting local OpenShift cluster using 'xhyve' hypervisor ... | |
-- Starting Minishift VM ....Found binary path at /usr/local/bin/docker-machine-driver-xhyve | |
Launching plugin server for driver xhyve | |
Plugin server listening at address 127.0.0.1:57603 | |
() DBG | operation not supported by device | |
() Calling .GetVersion | |
Using API Version 1 | |
() Calling .SetConfigRaw | |
() Calling .GetMachineName | |
(minishift) Calling .GetState | |
(minishift) Calling .Start | |
(minishift) DBG | [xhyve -A -U 8E9D1C38-7646-4B99-A7E2-8F850AD08CFD -c 2 -m 4096M -l com1,autopty -s 0:0,hostbridge -s 31,lpc -s 2:0,virtio-net -s 3:0,ahci-cd,/Users/dwojciec/.minishift/machines/minishift/boot2docker.iso -s 4:0,ahci-hd,/dev/rdisk5 -f kexec,/Users/dwojciec/.minishift/machines/minishift/vmlinuz0,/Users/dwojciec/.minishift/machines/minishift/initrd0.img,initrd=initrd0.img root=live:CDLABEL=minishift-rhel-1.0.0-1 rootfstype=auto ro rd.live.image quiet no_timer_check console=ttyS0 console=tty0 net.ifnames=0 biosdevname=0 rhgb rd.luks=0 rd.md=0 rd.dm=0 -F /Users/dwojciec/.minishift/machines/minishift/minishift.pid] | |
(minishift) Waiting for VM to come online... | |
(minishift) DBG | 192.168.64.6 | |
(minishift) DBG | IP found in DHCP lease table: 192.168.64.6 | |
(minishift) DBG | Got an ip: 192.168.64.6 | |
(minishift) DBG | Getting to WaitForSSH function... | |
(minishift) DBG | Error getting ssh command 'exit 0' : Host is not running | |
(minishift) DBG | operation not supported by device | |
(minishift) Waiting on a pseudo-terminal to be ready... done | |
(minishift) Hook up your terminal emulator to /dev/ttys002 in order to connect to your VM | |
.(minishift) DBG | Getting to WaitForSSH function... | |
(minishift) DBG | Using SSH client type: external | |
(minishift) DBG | Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
(minishift) DBG | &{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
(minishift) DBG | About to run SSH command: | |
(minishift) DBG | exit 0 | |
......(minishift) DBG | SSH cmd err, output: <nil>: | |
(minishift) Calling .GetConfigRaw | |
Waiting for SSH to be available... | |
Getting to WaitForSSH function... | |
(minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
exit 0 | |
SSH cmd err, output: <nil>: | |
(minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
cat /etc/os-release | |
SSH cmd err, output: <nil>: NAME="Red Hat Enterprise Linux Server" | |
VERSION="7.4 (Maipo)" | |
ID="rhel" | |
ID_LIKE="fedora" | |
VARIANT="Server" | |
VARIANT_ID="server" | |
VERSION_ID="7.4" | |
PRETTY_NAME="Red Hat Enterprise Linux Server 7.4 (Maipo)" | |
ANSI_COLOR="0;31" | |
CPE_NAME="cpe:/o:redhat:enterprise_linux:7.4:GA:server" | |
HOME_URL="https://www.redhat.com/" | |
BUG_REPORT_URL="https://bugzilla.redhat.com/" | |
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7" | |
REDHAT_BUGZILLA_PRODUCT_VERSION=7.4 | |
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" | |
REDHAT_SUPPORT_PRODUCT_VERSION="7.4" | |
VARIANT="minishift" | |
VARIANT_VERSION="1.3.0" | |
BUILD_ID="0d44a67-24102017124705-251" | |
Detecting the provisioner... | |
Couldn't set key CPE_NAME, no corresponding struct field found | |
Couldn't set key , no corresponding struct field found | |
Couldn't set key REDHAT_BUGZILLA_PRODUCT, no corresponding struct field found | |
Couldn't set key REDHAT_BUGZILLA_PRODUCT_VERSION, no corresponding struct field found | |
Couldn't set key REDHAT_SUPPORT_PRODUCT, no corresponding struct field found | |
Couldn't set key REDHAT_SUPPORT_PRODUCT_VERSION, no corresponding struct field found | |
Couldn't set key VARIANT_VERSION, no corresponding struct field found | |
Couldn't set key BUILD_ID, no corresponding struct field found | |
No storage driver specified, instead using devicemapper | |
Setting hostname ... | |
(minishift) Calling .GetMachineName | |
(minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
sudo hostname minishift && echo "minishift" | sudo tee /etc/hostname | |
SSH cmd err, output: <nil>: minishift | |
(minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
if grep -xq 127.0.1.1.* /etc/hosts; then sudo sed -i 's/^127.0.1.1.*/127.0.1.1 minishift/g' /etc/hosts; else echo '127.0.1.1 minishift' | sudo tee -a /etc/hosts; fi | |
.SSH cmd err, output: <nil>: 127.0.1.1 minishift | |
OK | |
checking docker daemon | |
(minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
sudo docker version | |
..SSH cmd err, output: <nil>: Client: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-61.git85d7426.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: 85d7426/1.12.6 | |
Built: Tue Sep 26 15:30:51 2017 | |
OS/Arch: linux/amd64 | |
Server: | |
Version: 1.12.6 | |
API version: 1.24 | |
Package version: docker-1.12.6-61.git85d7426.el7.x86_64 | |
Go version: go1.8.3 | |
Git commit: 85d7426/1.12.6 | |
Built: Tue Sep 26 15:30:51 2017 | |
OS/Arch: linux/amd64 | |
(minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
sudo mkdir -p /etc/docker | |
SSH cmd err, output: <nil>: | |
(minishift) Calling .GetMachineName | |
(minishift) Calling .GetIP | |
Copying certs to the local machine directory... | |
generating server cert: /Users/dwojciec/.minishift/machines/server.pem ca-key=/Users/dwojciec/.minishift/certs/ca.pem private-key=/Users/dwojciec/.minishift/certs/ca-key.pem org=dwojciec.minishift san=[192.168.64.6 localhost] | |
(minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
sudo systemctl -f stop docker | |
.SSH cmd err, output: <nil>: | |
(minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
if [ ! -z "$(ip link show docker0)" ]; then sudo ip link delete docker0; fi | |
SSH cmd err, output: <nil>: | |
Copying certs to the remote machine... | |
(minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
printf '%s' '-----BEGIN CERTIFICATE----- | |
MIIC1DCCAbygAwIBAgIRAOk+NL9DPJekdKi85VvK7ucwDQYJKoZIhvcNAQELBQAw | |
EzERMA8GA1UEChMIZHdvamNpZWMwHhcNMTcxMTA4MTgyMTAwWhcNMjAxMDIzMTgy | |
MTAwWjATMREwDwYDVQQKEwhkd29qY2llYzCCASIwDQYJKoZIhvcNAQEBBQADggEP | |
ADCCAQoCggEBAL8M3gt8yvjnefXnxyIT2UDxTRB+QeYNTGZKe0UGpVs+1UjSZGlv | |
XqK9yTZqoSlMo92FYqK4RWdjn+b9285axAPQCKrwTXbZymH6bS7X7aKBvOd7eQuU | |
JLqifRy2+vFccImYTmsgrBVhLQsDLo4K3XoChtpWyoYxSuQSAY5qoDHb9K3dB19b | |
ZYIh6cMVoLJq6K7i0GIXsse3yflWmroWkQ/mS7/KOudswnwQgrsQ7QWK1+twoyQy | |
wrFXZW5HEmoXjmzAj2jf7R1CkF2xfNnLoxnnLurASJXya04zf7pwkJtIClExRpLa | |
Y7GjcF7S8bAtYhdVwPx70VbsYvUL0XJQ0fsCAwEAAaMjMCEwDgYDVR0PAQH/BAQD | |
AgKsMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAJ5zYeFt1Wqm | |
4hD5MHguVnI3zijq7WzLdjLjBoHmpEpO1FBrIKGZhZS2XyqTuT2ANx5eSsRlhvoZ | |
NjGl/AZt+4uyI8ugtiZOeVMF2158OHiD5kqqVh/PCy+IvuxCMVG+xb7CUDaYHYl2 | |
eTpvouJRAahdOPWbV/gBl3co4nBGDs9vYs1LIMb9zcMQcedP92WDztjVsjpYdakF | |
Jwnz9W9qtsVvnKEnKR5cmyzkrmSWDPs240YORx9+sAS7yU1duK7bEnyy0bvnOrln | |
JAD23FVPgRJqGALS8j30uXUZDmTBZg8mQmkii/fbPGMQOGdAUilnmV4XtYEBPhGX | |
jXFwcC05BbU= | |
-----END CERTIFICATE----- | |
' | sudo tee /etc/docker/ca.pem | |
SSH cmd err, output: <nil>: -----BEGIN CERTIFICATE----- | |
MIIC1DCCAbygAwIBAgIRAOk+NL9DPJekdKi85VvK7ucwDQYJKoZIhvcNAQELBQAw | |
EzERMA8GA1UEChMIZHdvamNpZWMwHhcNMTcxMTA4MTgyMTAwWhcNMjAxMDIzMTgy | |
MTAwWjATMREwDwYDVQQKEwhkd29qY2llYzCCASIwDQYJKoZIhvcNAQEBBQADggEP | |
ADCCAQoCggEBAL8M3gt8yvjnefXnxyIT2UDxTRB+QeYNTGZKe0UGpVs+1UjSZGlv | |
XqK9yTZqoSlMo92FYqK4RWdjn+b9285axAPQCKrwTXbZymH6bS7X7aKBvOd7eQuU | |
JLqifRy2+vFccImYTmsgrBVhLQsDLo4K3XoChtpWyoYxSuQSAY5qoDHb9K3dB19b | |
ZYIh6cMVoLJq6K7i0GIXsse3yflWmroWkQ/mS7/KOudswnwQgrsQ7QWK1+twoyQy | |
wrFXZW5HEmoXjmzAj2jf7R1CkF2xfNnLoxnnLurASJXya04zf7pwkJtIClExRpLa | |
Y7GjcF7S8bAtYhdVwPx70VbsYvUL0XJQ0fsCAwEAAaMjMCEwDgYDVR0PAQH/BAQD | |
AgKsMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAJ5zYeFt1Wqm | |
4hD5MHguVnI3zijq7WzLdjLjBoHmpEpO1FBrIKGZhZS2XyqTuT2ANx5eSsRlhvoZ | |
NjGl/AZt+4uyI8ugtiZOeVMF2158OHiD5kqqVh/PCy+IvuxCMVG+xb7CUDaYHYl2 | |
eTpvouJRAahdOPWbV/gBl3co4nBGDs9vYs1LIMb9zcMQcedP92WDztjVsjpYdakF | |
Jwnz9W9qtsVvnKEnKR5cmyzkrmSWDPs240YORx9+sAS7yU1duK7bEnyy0bvnOrln | |
JAD23FVPgRJqGALS8j30uXUZDmTBZg8mQmkii/fbPGMQOGdAUilnmV4XtYEBPhGX | |
jXFwcC05BbU= | |
-----END CERTIFICATE----- | |
(minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
printf '%s' '-----BEGIN CERTIFICATE----- | |
MIIDDDCCAfSgAwIBAgIRAIq3uXyHCCTuDHFE6SbiIdQwDQYJKoZIhvcNAQELBQAw | |
EzERMA8GA1UEChMIZHdvamNpZWMwHhcNMTcxMTA5MDg1MTAwWhcNMjAxMDI0MDg1 | |
MTAwWjAdMRswGQYDVQQKExJkd29qY2llYy5taW5pc2hpZnQwggEiMA0GCSqGSIb3 | |
DQEBAQUAA4IBDwAwggEKAoIBAQDl6UYJmW1CdUDJ7yWPwucxKEDNY8olrxmH/EWn | |
bhASvA7rAIaeGIx7A1fypB/u6vnNFw42JDy+P8TTgkUiK4j0ffcHsiDsFdK0zfhZ | |
RW0A+LoBm2vUXvV+Ve/pRRp0ItJcd3r9w388VQVCV3yAavdKzUAldpigW2CihZHr | |
wYIY9wBbJHisp5CI3vMpgio+Pi/DcNK/nvRS9XEsK1SRZKTC6iF7L8QusBuIIUht | |
r1ru6haD+AjqW94Cyd9l+OOyCG39Pkj+NgfElSKmR3YsNBhqYhmADGFrtkJNEWPV | |
1H8O3a/Y7eMmSyLMFNnCRRpyUfCIrd0XluLFmOhpc6RR/1kFAgMBAAGjUTBPMA4G | |
A1UdDwEB/wQEAwIDqDATBgNVHSUEDDAKBggrBgEFBQcDATAMBgNVHRMBAf8EAjAA | |
MBoGA1UdEQQTMBGCCWxvY2FsaG9zdIcEwKhABjANBgkqhkiG9w0BAQsFAAOCAQEA | |
SDXQO/DGeHruuIiufI8CF1L1RCbm4lhDDxtOlTR2yzQOz3PgbO4HuLzKfmkPjqeD | |
ZzEj6XY7CsEmkiJYTG9z0e72ZPhMKB1AkWKcdAZRiB9wNURNsvSZWCvfTxrVQzRF | |
3mBd3ADdPqkguJkXCeix4zmOrZWqOGJjbYBl6ZwV1peJCTzhSKIWxJG70MBapNmY | |
a1PUf3HJJe3KDz3OeRUY/w2DH39jt0jyXHA4WXJXkvVDr7kVm0MkurWWLCl9E2oJ | |
KGoD7Zf+uEYQEf3mUzWa3OxJTrUbW3uacWf+OJGLJSgz0nI+4owiPtSi5i/J2Qsp | |
lKRdykoZYCtOCx0M1vKH0Q== | |
-----END CERTIFICATE----- | |
' | sudo tee /etc/docker/server.pem | |
SSH cmd err, output: <nil>: -----BEGIN CERTIFICATE----- | |
MIIDDDCCAfSgAwIBAgIRAIq3uXyHCCTuDHFE6SbiIdQwDQYJKoZIhvcNAQELBQAw | |
EzERMA8GA1UEChMIZHdvamNpZWMwHhcNMTcxMTA5MDg1MTAwWhcNMjAxMDI0MDg1 | |
MTAwWjAdMRswGQYDVQQKExJkd29qY2llYy5taW5pc2hpZnQwggEiMA0GCSqGSIb3 | |
DQEBAQUAA4IBDwAwggEKAoIBAQDl6UYJmW1CdUDJ7yWPwucxKEDNY8olrxmH/EWn | |
bhASvA7rAIaeGIx7A1fypB/u6vnNFw42JDy+P8TTgkUiK4j0ffcHsiDsFdK0zfhZ | |
RW0A+LoBm2vUXvV+Ve/pRRp0ItJcd3r9w388VQVCV3yAavdKzUAldpigW2CihZHr | |
wYIY9wBbJHisp5CI3vMpgio+Pi/DcNK/nvRS9XEsK1SRZKTC6iF7L8QusBuIIUht | |
r1ru6haD+AjqW94Cyd9l+OOyCG39Pkj+NgfElSKmR3YsNBhqYhmADGFrtkJNEWPV | |
1H8O3a/Y7eMmSyLMFNnCRRpyUfCIrd0XluLFmOhpc6RR/1kFAgMBAAGjUTBPMA4G | |
A1UdDwEB/wQEAwIDqDATBgNVHSUEDDAKBggrBgEFBQcDATAMBgNVHRMBAf8EAjAA | |
MBoGA1UdEQQTMBGCCWxvY2FsaG9zdIcEwKhABjANBgkqhkiG9w0BAQsFAAOCAQEA | |
SDXQO/DGeHruuIiufI8CF1L1RCbm4lhDDxtOlTR2yzQOz3PgbO4HuLzKfmkPjqeD | |
ZzEj6XY7CsEmkiJYTG9z0e72ZPhMKB1AkWKcdAZRiB9wNURNsvSZWCvfTxrVQzRF | |
3mBd3ADdPqkguJkXCeix4zmOrZWqOGJjbYBl6ZwV1peJCTzhSKIWxJG70MBapNmY | |
a1PUf3HJJe3KDz3OeRUY/w2DH39jt0jyXHA4WXJXkvVDr7kVm0MkurWWLCl9E2oJ | |
KGoD7Zf+uEYQEf3mUzWa3OxJTrUbW3uacWf+OJGLJSgz0nI+4owiPtSi5i/J2Qsp | |
lKRdykoZYCtOCx0M1vKH0Q== | |
-----END CERTIFICATE----- | |
(minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
printf '%s' '-----BEGIN RSA PRIVATE KEY----- | |
MIIEowIBAAKCAQEA5elGCZltQnVAye8lj8LnMShAzWPKJa8Zh/xFp24QErwO6wCG | |
nhiMewNX8qQf7ur5zRcONiQ8vj/E04JFIiuI9H33B7Ig7BXStM34WUVtAPi6AZtr | |
1F71flXv6UUadCLSXHd6/cN/PFUFQld8gGr3Ss1AJXaYoFtgooWR68GCGPcAWyR4 | |
rKeQiN7zKYIqPj4vw3DSv570UvVxLCtUkWSkwuohey/ELrAbiCFIba9a7uoWg/gI | |
6lveAsnfZfjjsght/T5I/jYHxJUipkd2LDQYamIZgAxha7ZCTRFj1dR/Dt2v2O3j | |
JksizBTZwkUaclHwiK3dF5bixZjoaXOkUf9ZBQIDAQABAoIBAA3n+jCCczVd2jlc | |
ma0EYO98O88whf2ZhbXP8HacFaTMcyqLsZjGa1jVbvBiNPxCgjGBf36O2o23VbRl | |
YMEcWQBQzixM/ejJuSDuhGMB7AHvCXEncXI6/CZUFFrLrznvEUI+h9XpiTyg99x3 | |
ZjRuQ97mY0bg0YKBhGrQIW9dGP1hde6E7JsY0IkzjeMRr3wCRfTe3Iq0xpUDoOt9 | |
nrr4fvd2bp0gI55787k2R2C6dHDsRBtzgD78FfYEoN9cSoT8Otef+v5smakmblOw | |
ExX7viAu/M4GlQkmM8d9JoXvsgPqt+tjcX6A2MdATEQxmyr0hzfMH6stxj4dOMuB | |
I1zvltECgYEA9PiJG3eGD8s2n+Q0jh3FNpmNXABwrItVcLHpKIyk6ZjYWSw35bwS | |
T1xMoKV4gHJccZ7OQidCrroWGgEglA0Md1OKjYX93bIpJO34g9mnRMpwlX/Yhy+B | |
Wow1Z47uPvXuM5iisrzohSP3hT65hTtRJFCwjjfaq9MoL4292IAojcsCgYEA8EMq | |
RjcbEYfrjHMN5aPYr1aGok1ux0bWIAzSsMJozw7a4itmYkhHX9ue4r6Js0Lmsx8N | |
o3gpqAtP3vgD2LuKDanHMiTOgQOw/2QynCrX/f6tQQd5qSu5G5FEeiPh3KrXeMHB | |
ceaFiT4hwLhhhGMyQXopxkPfQUmHyJG0UcGh2m8CgYAcKFkyJAnv1M7hkAyObVOW | |
1A2Qjqhk3NskSf7f31KxWxU7Ir8GFBkSsCxKptp0ATEpCjTxG6wpg1A5CvogqmNN | |
b/fUDpvAmNLr4MKY/TKh0JciSACugUJgEw+saJxv9jq8CYZh/x7G9vxjf3M5ojjQ | |
cMnqfvcOmwXaeXNh6FFBAwKBgQCxRL0SJWJhYumWLOWaA3PCmpKneX48pbUi3JMv | |
O6Fc9Fbm/KKD7VRME5x9K5wpmTjh/A1yCRyjEgWSO2eLJ4PKZPPFuYZrhi+3n1QA | |
CVRn4Nov2rYW7V2cS2g8vfDNgXeNb1etFCp+gkshCGla5l2UFfBwim9Umk4G3Aox | |
MC6dHQKBgBjF19oqu9z8SWNC4S3w9Es8YP8+7eF5YsZShjZAZJRy87NdzIDiEaAH | |
i4nWipjoVx/nYR2SPi5usW1ormgvz7HvAfmBmw04LiiQ9HgX5Gggp3jx43ggadJS | |
waZxq202g0IvKKOzpRwa6L4UBrsvZpnfStRuWgV5B3OXGI0tJw+8 | |
-----END RSA PRIVATE KEY----- | |
' | sudo tee /etc/docker/server-key.pem | |
SSH cmd err, output: <nil>: -----BEGIN RSA PRIVATE KEY----- | |
MIIEowIBAAKCAQEA5elGCZltQnVAye8lj8LnMShAzWPKJa8Zh/xFp24QErwO6wCG | |
nhiMewNX8qQf7ur5zRcONiQ8vj/E04JFIiuI9H33B7Ig7BXStM34WUVtAPi6AZtr | |
1F71flXv6UUadCLSXHd6/cN/PFUFQld8gGr3Ss1AJXaYoFtgooWR68GCGPcAWyR4 | |
rKeQiN7zKYIqPj4vw3DSv570UvVxLCtUkWSkwuohey/ELrAbiCFIba9a7uoWg/gI | |
6lveAsnfZfjjsght/T5I/jYHxJUipkd2LDQYamIZgAxha7ZCTRFj1dR/Dt2v2O3j | |
JksizBTZwkUaclHwiK3dF5bixZjoaXOkUf9ZBQIDAQABAoIBAA3n+jCCczVd2jlc | |
ma0EYO98O88whf2ZhbXP8HacFaTMcyqLsZjGa1jVbvBiNPxCgjGBf36O2o23VbRl | |
YMEcWQBQzixM/ejJuSDuhGMB7AHvCXEncXI6/CZUFFrLrznvEUI+h9XpiTyg99x3 | |
ZjRuQ97mY0bg0YKBhGrQIW9dGP1hde6E7JsY0IkzjeMRr3wCRfTe3Iq0xpUDoOt9 | |
nrr4fvd2bp0gI55787k2R2C6dHDsRBtzgD78FfYEoN9cSoT8Otef+v5smakmblOw | |
ExX7viAu/M4GlQkmM8d9JoXvsgPqt+tjcX6A2MdATEQxmyr0hzfMH6stxj4dOMuB | |
I1zvltECgYEA9PiJG3eGD8s2n+Q0jh3FNpmNXABwrItVcLHpKIyk6ZjYWSw35bwS | |
T1xMoKV4gHJccZ7OQidCrroWGgEglA0Md1OKjYX93bIpJO34g9mnRMpwlX/Yhy+B | |
Wow1Z47uPvXuM5iisrzohSP3hT65hTtRJFCwjjfaq9MoL4292IAojcsCgYEA8EMq | |
RjcbEYfrjHMN5aPYr1aGok1ux0bWIAzSsMJozw7a4itmYkhHX9ue4r6Js0Lmsx8N | |
o3gpqAtP3vgD2LuKDanHMiTOgQOw/2QynCrX/f6tQQd5qSu5G5FEeiPh3KrXeMHB | |
ceaFiT4hwLhhhGMyQXopxkPfQUmHyJG0UcGh2m8CgYAcKFkyJAnv1M7hkAyObVOW | |
1A2Qjqhk3NskSf7f31KxWxU7Ir8GFBkSsCxKptp0ATEpCjTxG6wpg1A5CvogqmNN | |
b/fUDpvAmNLr4MKY/TKh0JciSACugUJgEw+saJxv9jq8CYZh/x7G9vxjf3M5ojjQ | |
cMnqfvcOmwXaeXNh6FFBAwKBgQCxRL0SJWJhYumWLOWaA3PCmpKneX48pbUi3JMv | |
O6Fc9Fbm/KKD7VRME5x9K5wpmTjh/A1yCRyjEgWSO2eLJ4PKZPPFuYZrhi+3n1QA | |
CVRn4Nov2rYW7V2cS2g8vfDNgXeNb1etFCp+gkshCGla5l2UFfBwim9Umk4G3Aox | |
MC6dHQKBgBjF19oqu9z8SWNC4S3w9Es8YP8+7eF5YsZShjZAZJRy87NdzIDiEaAH | |
i4nWipjoVx/nYR2SPi5usW1ormgvz7HvAfmBmw04LiiQ9HgX5Gggp3jx43ggadJS | |
waZxq202g0IvKKOzpRwa6L4UBrsvZpnfStRuWgV5B3OXGI0tJw+8 | |
-----END RSA PRIVATE KEY----- | |
(minishift) Calling .GetURL | |
(minishift) DBG | Getting to WaitForSSH function... | |
(minishift) DBG | Using SSH client type: external | |
(minishift) DBG | Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
(minishift) DBG | &{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
(minishift) DBG | About to run SSH command: | |
(minishift) DBG | exit 0 | |
(minishift) DBG | SSH cmd err, output: <nil>: | |
(minishift) Calling .DriverName | |
Setting Docker configuration on the remote daemon... | |
(minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
sudo mkdir -p /etc/systemd/system/docker.service.d && printf %s "[Service] | |
ExecStart= | |
ExecStart=/usr/bin/dockerd-current -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock \ | |
--authorization-plugin rhel-push-plugin \ | |
--selinux-enabled \ | |
--log-driver=journald \ | |
--add-runtime docker-runc=/usr/libexec/docker/docker-runc-current \ | |
--default-runtime=docker-runc \ | |
--exec-opt native.cgroupdriver=systemd \ | |
--userland-proxy-path=/usr/libexec/docker/docker-proxy-current \ | |
--add-registry registry.access.redhat.com \ | |
--storage-driver devicemapper --tlsverify --tlscacert /etc/docker/ca.pem \ | |
--tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem \ | |
--label provider=xhyve --insecure-registry 172.30.0.0/16 | |
Environment= | |
" | sudo tee /etc/systemd/system/docker.service.d/10-machine.conf | |
SSH cmd err, output: <nil>: [Service] | |
ExecStart= | |
ExecStart=/usr/bin/dockerd-current -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --authorization-plugin rhel-push-plugin --selinux-enabled --log-driver=journald --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --exec-opt native.cgroupdriver=systemd --userland-proxy-path=/usr/libexec/docker/docker-proxy-current --add-registry registry.access.redhat.com --storage-driver devicemapper --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=xhyve --insecure-registry 172.30.0.0/16 | |
Environment= | |
(minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
sudo systemctl daemon-reload | |
SSH cmd err, output: <nil>: | |
(minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
sudo systemctl -f start docker | |
.SSH cmd err, output: <nil>: | |
(minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
netstat -tln | |
SSH cmd err, output: <nil>: Active Internet connections (only servers) | |
Proto Recv-Q Send-Q Local Address Foreign Address State | |
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN | |
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN | |
tcp6 0 0 :::111 :::* LISTEN | |
tcp6 0 0 :::22 :::* LISTEN | |
tcp6 0 0 :::2376 :::* LISTEN | |
OK | |
Skipping registration due to enabled '--skip-registration' flag | |
-- Checking for IP address ... (minishift) Calling .GetIP | |
OK | |
-- Checking if external host is reachable from the Minishift VM ... | |
Pinging 8.8.8.8 ... (minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
sudo ping -c1 -w1 8.8.8.8 | |
SSH cmd err, output: <nil>: PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. | |
64 bytes from 8.8.8.8: icmp_seq=1 ttl=44 time=28.9 ms | |
--- 8.8.8.8 ping statistics --- | |
1 packets transmitted, 1 received, 0% packet loss, time 0ms | |
rtt min/avg/max/mdev = 28.950/28.950/28.950/0.000 ms | |
OK | |
-- Checking HTTP connectivity from the VM ... | |
Retrieving http://minishift.io/index.html ... (minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
curl -s -m 5 http://minishift.io/index.html > /dev/null 2>&1 | |
SSH cmd err, output: exit status 6: | |
FAIL | |
VM cannot connect to external URL with HTTP | |
-- Checking if persistent storage volume is mounted ... (minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
if grep -qs /mnt/sda1 /proc/mounts; then echo '1'; else echo '0'; fi | |
SSH cmd err, output: <nil>: 1 | |
OK | |
-- Checking available disk space ... (minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
df -h /mnt/sda1 | awk 'FNR > 1 {print $2,$5}' | |
SSH cmd err, output: <nil>: 18G 1% | |
1% used OK | |
(minishift) Calling .GetIP | |
Found binary path at /usr/local/bin/docker-machine-driver-xhyve | |
Launching plugin server for driver xhyve | |
Plugin server listening at address 127.0.0.1:57643 | |
() DBG | operation not supported by device | |
() Calling .GetVersion | |
Using API Version 1 | |
() Calling .SetConfigRaw | |
() Calling .GetMachineName | |
(minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
docker version --format '{{.Server.APIVersion}}' | |
SSH cmd err, output: <nil>: 1.24 | |
(minishift) Calling .GetIP | |
(minishift) Calling .GetSSHHostname | |
(minishift) Calling .GetSSHPort | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHKeyPath | |
(minishift) Calling .GetSSHUsername | |
Using SSH client type: external | |
Using SSH private key: /Users/dwojciec/.minishift/machines/minishift/id_rsa (-rw-------) | |
&{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none [email protected] -o IdentitiesOnly=yes -i /Users/dwojciec/.minishift/machines/minishift/id_rsa -p 22] /usr/bin/ssh <nil>} | |
About to run SSH command: | |
sudo mkdir -p /var/lib/minishift/openshift.local.config /var/lib/minishift/hostdata /var/lib/minishift/openshift.local.volumes /var/lib/minishift/openshift.local.pv | |
SSH cmd err, output: <nil>: | |
-- OpenShift cluster will be configured with ... | |
Version: v3.6.173.0.21 | |
-- Checking `oc` support for startup flags ... | |
host-volumes-dir ... OK | |
routing-suffix ... OK | |
host-config-dir ... OK | |
host-data-dir ... OK | |
host-pv-dir ... OK | |
-- Running `oc` with: 'cluster up --use-existing-config --host-volumes-dir /var/lib/minishift/openshift.local.volumes --routing-suffix 192.168.64.6.nip.io --host-config-dir /var/lib/minishift/openshift.local.config --host-data-dir /var/lib/minishift/hostdata --host-pv-dir /var/lib/minishift/openshift.local.pv' | |
Starting OpenShift using registry.access.redhat.com/openshift3/ose:v3.6.173.0.21 ... | |
Pulling image registry.access.redhat.com/openshift3/ose:v3.6.173.0.21 | |
-- Checking OpenShift client ... OK | |
-- Checking Docker client ... OK | |
-- Checking Docker version ... OK | |
-- Checking for existing OpenShift container ... OK | |
-- Checking for registry.access.redhat.com/openshift3/ose:v3.6.173.0.21 image ... | |
Pulling image registry.access.redhat.com/openshift3/ose:v3.6.173.0.21 | |
FAIL | |
Error: error pulling Docker image registry.access.redhat.com/openshift3/ose:v3.6.173.0.21 | |
Caused By: | |
Error: Get https://registry.access.redhat.com/v1/_ping: dial tcp: lookup registry.access.redhat.com on 192.168.64.1:53: read udp 192.168.64.6:58519->192.168.64.1:53: read: connection refused | |
Error during 'cluster up' execution: Error starting the cluster. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment