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

OpenShift masters

The OpenShift master node backup procedure can be performed on all master nodes, and consists of the following steps:

  1. Back up master certs and keys: cd /etc/origin/master; tar cf /tmp/certs-and-keys-$(hostname).tar *.key *.crt
  2. Back up registry certificates: cd /etc/docker/certs.d/; tar cf /tmp/docker-registry-certs-$(hostname).tar *

The master node recovery procedure can be performed on all master nodes and consists of the following step:

  1. Restore the previously saved data on every master node to /etc/sysconfig/ , /etc/origin/, and /etc/docker/ directories.
  2. Restart OpenShift all services
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