Skip to content

Commit

Permalink
adding anyuid
Browse files Browse the repository at this point in the history
  • Loading branch information
burrsutter committed Aug 20, 2018
1 parent c2ddfb8 commit e7414a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 1_installation_started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e7414a4

Please sign in to comment.