-
Notifications
You must be signed in to change notification settings - Fork 4
Initial Setup
Charly Tanner edited this page Jul 31, 2019
·
4 revisions
Setting up the workshop enviornment.
This workshop is designed to work with Minishift but it will also work with any OpenShift or OKD derivative with little modification.
A guide for setting up Minishift can be found here. Setup should only take about 5 minutes.
Once you have installed and started Minishift, you will be given a URL to access the web console through a web browser. You can also type 'minishift oc-env' to be given a command to add the OpenShift CLI tools to your shell.
This workshop will run more efficiently by running Minishift with more than the default 4GB of RAM.
To do so, add --memory 8GB
to the end of the minishift start
command when you are starting the cluster, replacing 8GB with your desired amount of memory.