-
start minishift with extra memory and cpu.
minishift start --memory 8GB --cpus 4
Note
|
If you have already previously started minishift without the extra memory, you will also need to minikube delete .
|
-
fix time
# edit crontab for user root
sudo su -
crontab -e
# insert following line
*/2 * * * * ntpclient -s -h pool.ntp.org
-
deploy jenkins through catalog, with default settings (just increased storage)
(will take some time to download jenkins image)
-
deploy sample app template
oc new-app -f https://raw.githubusercontent.com/openshift/origin/master/examples/jenkins/application-template.json