From b3229aaf6788ea6da926898db0e086923a0ed8e7 Mon Sep 17 00:00:00 2001 From: Nitish Malhotra Date: Wed, 21 Apr 2021 20:47:35 -0700 Subject: [PATCH] Update DEVELOPMENT.md --- docs/DEVELOPMENT.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index d5f21ba..5ee8fc0 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -47,6 +47,9 @@ make manifests /usr/local/bin/controller-gen "crd:trivialVersions=true" rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases ``` +```terminal +cp config/crd/bases/orkestra.azure.microsoft.com_applicationgroups.yaml chart/orkestra/crds/orkestra.azure.microsoft.com_applicationgroups.yaml + ### Manually 1. Build a docker image and push to your own personal docker registry (careful not to override the latest tag) @@ -59,7 +62,7 @@ docker push /orkestra: 2. Update the orkestra deployment with your registry/image:tag ```terminal -helm upgrade orkestra chart/orkestra -n orkestra --create-namespace --set image.repository= --set image.tag= +helm upgrade orkestra chart/orkestra -n orkestra --create-namespace --set image.repository= --set image.tag= [--disable-remediation] ``` ### Using Tilt @@ -83,8 +86,8 @@ v0.19.0, built 2021-03-19 Install the ["Bridge to Kubernetes"](https://marketplace.visualstudio.com/items?itemName=mindaro.mindaro) and the official ["Kubernetes"](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools) extensions from the VSCode Marketplace -- Deploy the orkestra controller using the deployment methods shown above - Manually or by using `Tilt` +Deploy the orkestra controller using the deployment methods shown above - **Manually** or using **`Tilt`** -Once the orkestra helm release has been successfully deployed you can start debugging using the following steps +Once the orkestra helm release has been successfully deployed you can start debugging by following the step-by-step tutorial below - -![Bridge to Kubernetes tutorial GIF](./assets/bridge-to-kubernetes-tutorial.gif) \ No newline at end of file +![Bridge to Kubernetes tutorial GIF](./assets/bridge-to-kubernetes-tutorial.gif)