stolostron / cluster-backup-chart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cluster-backup-chart

Open Cluster Management cluster backup Helm chart


Table of Contents generated with DocToc


Community, discussion, contribution, and support

Check the CONTRIBUTING Doc for how to contribute to the repo.

Getting Started

Cluster backup chart is a helm chart used for deploying the Cluster backup operator. This is a guide on how to build and run stolostron cluster-backup-chart.

Prerequisite Tools

Building for Development

git clone https://github.com/stolostron/cluster-backup-chart.git
cd cluster-backup-chart
helm package stable/cluster-backup-chart

Testing on an existing OKD cluster with OCM

Make sure you are logged in using oc.

export GITHUB_TOKEN=<your github personal access token>
export GITHUB_USER=<your github id>
cd ..
git clone https://github.com/stolostron/multiclusterhub-repo.git
cd cluster-backup-chart
cp cluster-backup-chart-<version>.tgz ../multiclusterhub-repo/multiclusterhub/charts
cd ../multiclusterhub-repo
oc annotate mch multiclusterhub -n open-cluster-management mch-pause=true
make update-charts
oc annotate mch multiclusterhub -n open-cluster-management mch-pause=false --overwrite

About

License:Apache License 2.0


Languages

Language:Shell 56.3%Language:Mustache 22.9%Language:Makefile 20.8%