Skip to main content
Version: 1.2

Install

Requirements

  • Review the requirements before running the installation.
  • You have received the pull-secret.yaml file provided by AstroKube to access the Image Registry.
  • You have received the license-key.yaml file provided by AstroKube with the license key.

Process

1. Create namespace

Create the Namespace:

kubectl create namespace resiliency-system

2. Register the pull secret

Create the pull secret:

kubectl apply -f pull-secret.yaml

3. Setup license key

Create the pull secret:

kubectl apply -f license-key.yaml

4. Install the operator

Install the Operator:

kubectl apply -f https://docs.resiliency.io/manifests/v1.2.1/deploy-operator.yaml

Register the backup plugins:

kubectl apply -f https://docs.resiliency.io/manifests/v1.2.1/plugins-backup.yaml