avoid download of openshift client
by ondersezgin@gmail.com
while starting minishift it is possible to use --iso-file ,
is it possible to use ssomthing similar to avoid downloading openshift client?
4 years, 2 months
Webconsole crash issue (#2809) ??
by Kamesh Sampath
Hi minishifters,
can I know where we are with
https://github.com/minishift/minishift/issues/2809 ? I am starting to get
that again. The really unfortunate thing is that its no consistently
reproducible.
It will be great if we can find some solution to it has started to affect
my conference demos with minishift - 2 of last 3 conf demos failed because
of minishift issues one being this and other being the kube-dns issue which
I have posted earlier in the thread.
-Kamesh
4 years, 6 months
Error with kube-dns
by Kamesh Sampath
When I trying to start minishift i get the following error:
"
E1114 14:00:12.866550 2162 interface.go:34] Failed to install
"kube-dns": failed to install "kube-dns": Docker run error rc=1; caused by:
Docker run error rc=1
E1114 14:00:12.972056 2162 interface.go:34] Failed to install
"openshift-apiserver": failed to install "openshift-apiserver": Docker run
error rc=1; caused by: Docker run error rc=1
E1114 14:00:14.783475 2162 interface.go:34] Failed to install
"openshift-service-cert-signer-operator": failed to install
"openshift-service-cert-signer-operator": Docker run error rc=1; caused by:
Docker run error rc=1
E1114 14:00:16.149459 2162 interface.go:34] Failed to install
"kube-proxy": failed to install "kube-proxy": Docker run error rc=1; caused
by: Docker run error rc=1
I1114 14:00:16.149487 2162 interface.go:41] Finished installing
"kube-proxy" "kube-dns" "openshift-service-cert-signer-operator"
"openshift-apiserver"
Error: [failed to install "kube-dns": Docker run error rc=1; caused by:
Docker run error rc=1, failed to install "openshift-apiserver": Docker run
error rc=1; caused by: Docker run error rc=1, failed to install
"openshift-service-cert-signer-operator": Docker run error rc=1; caused by:
Docker run error rc=1, failed to install "kube-proxy": Docker run error
rc=1; caused by: Docker run error rc=1]
"
4 years, 6 months
Minishift and OpenShift 4.0
by Lalatendu Mohanty
Hi,
You might be aware that Minishift uses “oc cluster up” as the provisioning
mechanism for local OpenShift instance. Recently, “oc cluster up” has been
removed from the master branch of OKD[1][3]. Which means it won't be
available in next version of OKD i.e. version 4.0.
At this point, the default version of OpenShift in Minishift (version
1.27.0) is 3.11.0. We are planning to maintain the current code of
Minishift for OpenShift version 3.11 for some time. We have not decided the
timeline yet but it would be at least more than a year because OpenShift
4.0 is a new version and we are expecting that there will be considerable
user base running OpenShift 3.11.
For OpenShift 4.0 we need to figure out a new way to provision OpenShift.
We are currently looking into OpenShift installer [2]. However, we are open
to suggestions.
We will keep posting updates as we make progress. Also feel free to ask us
questions or give suggestions around provisioning OpenShift 4.0 with
respect to Minishift use case.
[1] https://github.com/openshift/origin/
[2] https://github.com/openshift/installer
[3] https://github.com/openshift/origin/pull/21399
Thanks,
Minishift Team
4 years, 6 months
Release announcement for Minishift v1.27.0
by Anjan Nath
Hi all,
The Minishift team is pleased to announce the release of Minishift 1.27.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.
In version 1.27.0, we added new features, enhancements, and bug fixes including:
- Minishift binaries with system tray [6] bits for Windows and macOS
are released [7] [8]
separately in this release. In future release we will merge system
tray with default minishift binary.
- Minishift now uses the latest docker machine KVM driver plugin
i.e. version 0.10.0.
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.27.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
[6] https://docs.okd.io/latest/minishift/using/experimental-features.html#sys...
[7] https://github.com/minishift/minishift/releases/download/v1.27.0/minishif...
[8] https://github.com/minishift/minishift/releases/download/v1.27.0/minishif...
4 years, 6 months
minishift stuck in Fedora 29
by Érico Teixeira
Hello
I am using minishift ina Fedora 29:
minishift v1.24.0+aa3dd4c
CDK v3.6.0-1
Recently my minishift began to hang
oc version
oc v3.10.45
kubernetes v1.10.0+b81c8f8
features: Basic-Auth GSSAPI Kerberos SPNEGO
error: server took too long to respond with version information.
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
qemu 8565 169 26.0 5044120 4229940 ? Sl 09:56 10:49 /usr/bin/qemu-system-x86_64 -machine accel=kvm -name guest=minishift,debug-threads=on -S -object secret,id=masterKey0,format=raw,file=/var/lib/lib...
I don't know from where start my investigation to fix this.
Please can someone provide some hint regarding this?
Thks and Regards
Érico
4 years, 6 months
Manyshift - install, manage, and run multiple Minishift versions
by Robin Owen
Hello, all!
I wrote a small, POSIX-compliant shell script for my own purposes to safely
install, manage, and run multiple versions of Minishift. This seemed useful
and applicable for others, so I made it more user-friendly, created a
GitHub repository, and wrote some simple documentation for it.
Please make use of the script if this interests you! You can find it on my
personal GitHub account at robin-owen/manyshift[0]. Feel free to open
issues for any problems or feature requests. Pull requests are always
welcome.
Thank you!
[0] https://github.com/robin-owen/manyshift
--
Robin Owen
Technical Writer, Product Documentation
Email: robin.owen(a)redhat.com | IRC: rowen
4 years, 7 months
host-folders
by Burr Sutter
I noticed that minikube mounts /Users by default (virtualbox & Mac)
https://kubernetes.io/docs/setup/minikube/#mounted-host-folders
So, I run the following steps for minishift:
minishift hostfolder add -t sshfs --source /Users --target /Users Users
minishift hostfolder mount Users
So I can have same/same, should I be worried about this setup? I am
wondering why it was not default like it was with minikube?
And my plan is to setup a PV+PVC so that Postgres can keep its database
files in a sub-folder of /Users - anybody try that before and aware of
possible pitfalls?
4 years, 7 months