This chapter relies on a working installation of OpenShift. We assume that OpenShift master's address is openshift.example.com and the default subdomain is example.com.
Some of the lab items require a custom DNS record, which can be simulated by setting a record in /etc/hosts. Both methods are acceptable.
You will be required to run minishift in this chapter, to avoid certain errors and reconfiguration you might be required to do with other openshift deployment methods.
$ minishift start --openshift-version=v3.9.0 --vm-driver=virtualbox --memory 4GB
...
output truncated for brevity
...
-- Minishift VM will be configured with ...
Memory: 4 GB
vCPUs : 2
Disk size: 20 GB
...
output truncated for brevity
...
OpenShift server started.
The server is accessible via web console at:
https://192.168.99.110:8443
You are logged in as:
User: developer
Password...