Skip to Content
Learn OpenShift
book

Learn OpenShift

by Denis Zuev, Artemii Kropachev, Aleksey Usov
July 2018
Intermediate to advanced
504 pages
11h 34m
English
Packt Publishing
Content preview from Learn OpenShift

Environment preparation

For the RPM installation method, certain configurations need to be made before the installation begins. All commands in the following subsections are to be performed as the root.

First, start the vagrant VM and login as root:

$ vagrant upBringing machine 'default' up with 'virtualbox' provider......<output omitted>...$ vagrant ssh$ sudo -i#

Before you do anything else, make sure that all hosts are up-to-date so that all features required by OpenShift are supported by the kernel and user-space libraries:

# yum -y update…<output omitted>…Complete!# reboot

You will also need the following packages:

# yum -y install git docker epel-release…<output omitted>…Complete!# yum -y install ansible…<output omitted>…Complete!
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Operating OpenShift

Operating OpenShift

Rick Rackow, Manuel Dewald
OpenShift for Developers, 2nd Edition

OpenShift for Developers, 2nd Edition

Joshua Wood, Brian Tannous
Kubernetes: Up and Running, 2nd Edition

Kubernetes: Up and Running, 2nd Edition

Brendan Burns, Joe Beda, Kelsey Hightower

Publisher Resources

ISBN: 9781788992329Supplemental Content