Skip to content

An introductory workshop into OpenShift, for application developers

Notifications You must be signed in to change notification settings

gsaslis/openshift-basics-workshop

Repository files navigation

Openshift Basics

  1. 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.
  1. fix time

# edit crontab for user root
sudo su -
crontab -e

# insert following line

*/2 * * * * ntpclient -s -h pool.ntp.org
  1. deploy jenkins through catalog, with default settings (just increased storage)

(will take some time to download jenkins image)

  1. deploy sample app template

oc new-app -f https://raw.githubusercontent.com/openshift/origin/master/examples/jenkins/application-template.json

About

An introductory workshop into OpenShift, for application developers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages