Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.9 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.9 KB

application-chart

Open Cluster Management Application console Helm chart


Table of Contents generated with DocToc


Work in Progress

We are in the process of enabling this repo for community contribution. See wiki here.

Community, discussion, contribution, and support

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

Getting Started

Application chart is a helm chart used for deploying the Application console. This is a guide on how to build and run open-cluster-management application-chart.

Prerequisite Tools

Building for Development

git clone https://github.com/open-cluster-management/application-chart.git
cd application-chart
helm package stable/application-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/open-cluster-management/multiclusterhub-repo.git
cd application-chart
cp application-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