diff --git a/1_installation_started.adoc b/1_installation_started.adoc index ec50aff..afb7715 100644 --- a/1_installation_started.adoc +++ b/1_installation_started.adoc @@ -82,11 +82,14 @@ minikube config set memory 6144 minikube config set cpus 2 <1> minikube config set vm-driver virtualbox #hyperkit # minishift addon enable admin-user <2> +# minishift addon enable anyuid <3> minikube start ---- <1> I use 2 cpus here because I have 6 core laptop. Keep this number at or below 50% of overall laptop resources. There is nothing in this series of exercises that is CPU intensive. <2> Minishift is secured by default, this creates an cluster "admin" user +<3> A mechanism on OpenShift that allows the execution of an image with any user id, including root. +https://github.com/burrsutter/9stepsawesome/issues/3 .VirtualBox UI image::virtualbox_ui.png[VirtualBox]