Install
Requirements
- Review the requirements before running the installation.
- You have received the
pull-secret.yamlfile provided by AstroKube to access the Image Registry. - You have received the
license-key.yamlfile 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