Open Cluster Management Application console Helm chart
Table of Contents generated with DocToc
We are in the process of enabling this repo for community contribution. See wiki here.
Check the CONTRIBUTING Doc for how to contribute to the repo.
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.
git clone https://github.com/open-cluster-management/application-chart.git cd application-chart helm package stable/application-chart
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