On Tue, Oct 31, 2017 at 8:06 AM, Burr Sutter <[email protected]> wrote: > ok, I still can not tease out how to use an add-on and profile > simultaneously. > > I want > ./minishift addon admin-user enable > and > ./minishift start --profile stuff > > I also want all these other settings > MINISHIFT_ENABLE_EXPERIMENT=on ./minishift start --profile one --cpus 2 > --memory 6G --vm-driver virtualbox --iso-url=centos --openshift-version > v3.7.0-rc.0 >
You need below steps for setting addons with a profile. $ ./minishift addon admin-user enable --profile foo $ ./minishift start --profile foo or (if you need an experimental feature and different configuration around profile) $ MINISHIFT_ENABLE_EXPERIMENT=on ./minishift start --profile foo --cpus 2 --memory 6G --vm-driver virtualbox --iso-url=centos --openshift-version v3.7.0-rc.0 FYI, we are also working on better document around profile. > so I can get to the container catalog but my admin user never comes to life. > > > > > _______________________________________________ > Devtools mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/devtools > -- Praveen Kumar https://fedoraproject.org/wiki/User:Kumarpraveen _______________________________________________ Devtools mailing list [email protected] https://www.redhat.com/mailman/listinfo/devtools
