minishift and minikube on the same host
by ondersezgin@gmail.com
Hi,
I want to run minishift and minikube together on a box.
Both seem to change ~/.kube/config file.
How can i avoid that?
This makes both clusters to be down in my case.
Thanks for any guidance.
Cheers
4 years
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
Re: Issue #567 Add request-token flag to console command
by Praveen Kumar
On Wed, Mar 13, 2019 at 2:57 PM Francesco Marchioni <fmarchio(a)redhat.com>
wrote:
> Hi Praveen
>
Hi Francesco,
> I'm writing in regards to a failure I have observed in Minishift when
> executing a POST request with a generated Bearer Token in it. (Attaching a
> picture).The same request works fine on an OCP Cluster.
> I have seen a -request-oauth-tokenparameter has been added by the issue in
> the subject, however it does not print the Token:
> ./minishift console --url --request-oauth-token -v 5
> -- minishift version: v1.32.0+009893b
> https://192.168.42.44:8443/console
>
yes that is expected since we can't able to print the token without
authentication. if you want to get the access token better to follow below
steps.
- ./minishift console --request-oauth-token
This will open the console to browser and you need to login, once you done
with the login then it will be redirect to token URI.
[0] https://imgur.com/a/2d7lqg8 (Thanks Anjan)
> Do you know any setting / permission that are required to return the oauth
> Token ?
> I'm using a fairly basic configuration with just:
>
> $ oc login -u system:admin
>
> $ oc adm policy add-cluster-role-to-user cluster-admin admin
>
>
> Any help is much appreciated
>
> Thanks
>
>
> --
>
> Francesco Marchioni
>
> Senior QUALITY ENGINEER
>
> Red Hat ITALY <https://www.redhat.com>
>
> Via Andrea Doria 41
>
> 00192 ROMA
>
> fmarchio(a)redhat.com M: +39-320-96-71-710
> <https://red.ht/sig>
>
--
Praveen Kumar
https://fedoraproject.org/wiki/User:Kumarpraveen
4 years
OpenShift 4 Plans
by David Galloway
Hi all,
I am wondering if there are plans in the works to get Minishift working
with OpenShift Container Platform 4. Or perhaps an estimate of how long
it might take for Minishift to catch up once OCP4 is released.
Background: I'm currently involved with a project that uses Minishift to
set up an ephemeral OpenShift cluster for our CI/CD and am hoping to
make sure we're using a long-term solution in Minishift.
Thanks in advance for any info you can provide,
--
David Galloway
Systems Administrator, RDU
Ceph Engineering
IRC: dgalloway
4 years
Release announcement for Minishift 1.29.0
by Gerard Braad
Hi all,
Happy holidays and seasonal greetings. Although many of you celebrate
Christmas, some elves have remained hard at work to be able to deliver
you the release of Minishift 1.29.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.29.0, we added new features, enhancements, and bug fixes including:
* Minishift delete command now also clear the kubeconfig entry which
created by it.
* Minishift setup command now have support for Mac OS (Give it a try).
* Mutating and validating webhooks are now part of minishift addons
and can be enabled.
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.29.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
Configuring Ephemeral Storage
by Francesco Marchioni
Hi all again,
pardon a question. I can see my minishift builds are failing because of:
Warning Evicted kubelet, localhost The node
was low on resource: ephemeral-storage. Container sti-build was using 16Ki,
which exceeds its request of 0.
How do you configure ephemeral storage in minishift ?
isn't it sufficient to start with:
./minishift start --cpus 4 --memory 8GB --disk-size 50GB
Thanks
--
Francesco Marchioni
Senior QUALITY ENGINEER
Red Hat ITALY <https://www.redhat.com>
Via Andrea Doria 41
00192 ROMA
fmarchio(a)redhat.com M: +39-320-96-71-710
<https://red.ht/sig>
4 years
Release announcement for Minishift 1.32.0
by Anjan Nath
Hi All,
The Minishift team is pleased to announce the release of Minishift v1.32.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.32.0, we added new features, enhancements, and bug fixes including:
* A command to reuse configs from existing profiles (minishift
profile copy -h)
* Feature to open openshift console from system tray.
* Updated CentOS ISO to v1.15.0 [6]
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.32.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://github.com/minishift/minishift-centos-iso/releases/tag/v1.15.0
4 years