Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.28 KB

File metadata and controls

40 lines (31 loc) · 1.28 KB

Development Guide

Table of Contents generated with DocToc

Environment variable

The environment variable CHARTS_DIR must be set when developing, it specifies the directory where the charts will be downloaded and expanded (Default /tmp/charts).

Launch Dev mode

git clone [email protected]:stolostron/multicloud-operators-subscription-release.git
cd multicloud-operators-subscription-release
export GITHUB_USER=<github_user>
export GITHUB_TOKEN=<github_token>
make
make build
kubectl apply -f deploy/crds
./build/_output/bin/multicluster-operators-subscription-release

Build a local image

git clone [email protected]:stolostron/multicloud-operators-subscription-release.git
cd multicloud-operators-subscription-release
export GITHUB_USER=<github_user>
export GITHUB_TOKEN=<github_token>
make
make build-images