minishift ssh fails on virtualbox 6
by Claudio Miranda
Hi, do you have an idea why minishift is failing with to start a fresh
installation ?
See the logs https://gist.github.com/claudio4j/cbd9809c4c2320deed22615aed7f33e0
It just takes ages and doesn't start. From logs I see the ssh command
returns 'nil'
libvirt is running
$ systemctl status libvirtd.service
● libvirtd.service - Virtualization daemon
Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled;
vendor preset: enabled)
Active: active (running) since Tue 2019-05-21 10:20:59 -03; 35min ago
Docs: man:libvirtd(8)
https://libvirt.org
Main PID: 17786 (libvirtd)
Tasks: 21 (limit: 32768)
Memory: 88.6M
CGroup: /system.slice/libvirtd.service
├─ 1962 /usr/sbin/dnsmasq
--conf-file=/var/lib/libvirt/dnsmasq/docker-machines.conf
--leasefile-ro --dhcp-script=/usr/libexec/libvirt_leaseshelper
├─ 1963 /usr/sbin/dnsmasq
--conf-file=/var/lib/libvirt/dnsmasq/docker-machines.conf
--leasefile-ro --dhcp-script=/usr/libexec/libvirt_leaseshelper
├─ 2005 /usr/sbin/dnsmasq
--conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro
--dhcp-script=/usr/libexec/libvirt_leaseshelper
├─ 2006 /usr/sbin/dnsmasq
--conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro
--dhcp-script=/usr/libexec/libvirt_leaseshelper
└─17786 /usr/sbin/libvirtd
$ ps -ef|grep -E 'libvirt|dnsmasq|docker'
dnsmasq 1962 1 0 May20 ? 00:00:00 /usr/sbin/dnsmasq
--conf-file=/var/lib/libvirt/dnsmasq/docker-machines.conf
--leasefile-ro --dhcp-script=/usr/libexec/libvirt_leaseshelper
root 1963 1962 0 May20 ? 00:00:00 /usr/sbin/dnsmasq
--conf-file=/var/lib/libvirt/dnsmasq/docker-machines.conf
--leasefile-ro --dhcp-script=/usr/libexec/libvirt_leaseshelper
dnsmasq 2005 1 0 May20 ? 00:00:00 /usr/sbin/dnsmasq
--conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro
--dhcp-script=/usr/libexec/libvirt_leaseshelper
root 2006 2005 0 May20 ? 00:00:00 /usr/sbin/dnsmasq
--conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro
--dhcp-script=/usr/libexec/libvirt_leaseshelper
root 17786 1 0 10:20 ? 00:00:00 /usr/sbin/libvirtd
claudio 20564 19674 0 10:56 pts/2 00:00:00 /usr/bin/ssh -F
/dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o
ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o
PasswordAuthentication=no -o ServerAliveInterval=60 -o
StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
docker(a)127.0.0.1 -o IdentitiesOnly=yes -i
/home/claudio/.minishift/machines/minishift/id_rsa -p 34971 cat
/etc/os-release
claudio 20582 12126 0 10:56 pts/1 00:00:00 grep --color=auto -E
libvirt|dnsmasq|docker
root 27260 1 0 May20 ? 00:00:09 /usr/bin/dockerd -H
fd:// --containerd=/run/containerd/containerd.sock
This is fedora 30 and virtualbox 3.0.8
I can't use kvm driver as it changes IP address between restarts.
--
Claudio Miranda <claudio(a)redhat.com>
Senior Software Engineer - Syndesis (Fuse)
4 years
Release announcement for Minishift 1.34.0
by Anjan Nath
Hi All,
The Minishift team is pleased to announce the release of Minishift v1.34.0
Minishift [1] is a command-line tool that provisions and manages a
single-node OpenShift cluster. You can run Minishift on GNU/Linux,
Microsoft Windows, or macOS.
Few of the bug fixes in Minishift v1.34.0:
----------------------------------------------------------
* Update description for minishift openshift component list
* Added PVC for Che Server (che add-on)
* Fix service account for che workspaces
* Add preflight check for powershell and fix vmms check
* Updates to the che templates (che add-on)
and many more...
You can find a detailed list of issues in the release notes [2].
For information about getting started, using, and developing
Minishift, see the documentation [3].
Please try the new release. The easiest upgrade path is by simply running:
$ minishift update
We are looking forward to your feedback. The Minishift community [4]
hangs out in the #minishift channel on Freenode and it is the perfect
place to discuss anything Minishift related.
You can sign up for our mailing list [5] to receive development
updates, ask questions about Minishift, suggest ideas, and talk to the
community.
[1] https://github.com/minishift/minishift
[2] https://github.com/minishift/minishift/releases/tag/v1.34.0
[3] https://docs.openshift.org/latest/minishift/index.html
[4] https://github.com/minishift/minishift#community
[5] https://lists.minishift.io/admin/lists/minishift.lists.minishift.io
4 years
Metrics for Minishift
by Francesco Marchioni
Hi all,
I'd need to activate Metrics in Minishift, in order to enable auto-scaling.
This does not seem to work:
./minishift start --metrics
Any idea/workaround?
Thanks
--
Francesco Marchioni
Senior QA Engineer
Red Hat <https://www.redhat.com>
via fausto coppi, 50
ROME - Italy
fmarchio(a)redhat.com
M: +393209671710
<https://red.ht/sig>
4 years