⭕
OpenShift Network Playground
  • Getting Started
    • OpenShift Network Playground Overview
    • Architecture
      • Fedora CoreOS
      • Network
      • DNS
      • DHCP
      • Proxy
      • DNS64
      • NAT64
      • PXE
  • Installation
    • Prerequisites
    • vSphere
    • RHEV
    • Libvirt
  • User Guide
    • Cockpit Console
    • CLI Tool
    • OpenShift Bare Metal IPI Cluster
    • Single Node OpenShift Cluster
    • Backup OpenShift Releases
    • Additional Network Interfaces
    • Cluster Node Access
    • Tools
    • Collection of Manifests
  • Troubleshooting
    • Cockpit Cluster deployment
  • FAQ
    • What is ONP?
    • What problem it solves?
    • How to access the cluster that is deployed inside the ONP?
Powered by GitBook
On this page
  • How it works
  • Store release
  • Restore release
  1. User Guide

Backup OpenShift Releases

The OpenShift cluster can be stored and restored to reduce the installation time. The restoration of the cluster hardly takes seven minutes to initialize the cluster.

How it works

To store the cluster, onp takes the below actions.

  • Gracefully shuts down the cluster.

  • Copy the virtual machine disk to another location.

  • Copy the kubeconfig and kubeadmin-password files to another location.

The restoration takes the reverse and waits for the cluster to initialize properly.

INFO

Check if there is any pending CSR and approve it when the cluster initializes.

Store release

onp store-release FROM=4.13.0

Restore release

onp restore-release TO=4.13.0
PreviousSingle Node OpenShift ClusterNextAdditional Network Interfaces

Last updated 1 year ago