Budh Ram Gurung (BRG)
Budh Ram Gurung (BRG)
This is kind of adding an assist to debug nightly job failures. Right now we don't store any artifacts of nightly jobs https://github.com/minishift/minishift/blob/c5ad41134f490ff6d3c5ff9ae7cf5f7285bbf8c4/centos_ci.sh#L343-L346
Right now, we have 300+ lines in our [centos_ci.sh script](https://github.com/minishift/minishift/blob/master/centos_ci.sh) and there are a lot of different jobs and getting difficult to understand which functions are used by which job....
With issues like this https://github.com/minishift/minishift/issues/1335, I feel we need to document enabling of `VT-x/AMD-v` prior to starting minishift. Even minikube has documented in its [requirement list](https://github.com/kubernetes/minikube#requirements). I feel this is...
We need to have pre-flight checks for memory since users may not have 2GB default memory available. I was testing multiple cluster scenario and hit with it in 8GB memory...
Currently, plain string is passed as message for logging, info, error message etc. [Example here](https://github.com/vagrant-landrush/landrush/blob/master/lib/landrush/command.rb#L54). Use Vagrant way to pass messages using `locale` based which help is re-usability of these...
It looks like [Staticman](https://staticman.net/) will be becoming ideal solution for static site commenting solution. Any future roadmap for this feature? BTW, thanks for the nice blog theme.
Currently, we are have all existing add-on README's in markdown(`.md`) format. However, our project README and contributing doc are in Asciidoc(`.adoc`). Few PRs are there whose README are in Asciidoc...
It would be good to have a ready add-on template where contributor will just fill his details quickly. It will reduce review comments like you need install section etc etc...
Hi @jorgemoralespou , I am getting some error on re-applying prometheus add-on after deleting it with provided command. ``` $ minishift addons apply prometheus --addon-env namespace=kube-system -- Applying addon 'prometheus':..........
With issues of [broken links](https://github.com/minishift/minishift-addons/issues/33) it would be great to have links checker in place which will run on every pull request.