Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.08 KB

01-10-installation.md

File metadata and controls

37 lines (24 loc) · 1.08 KB

Install and Uninstall BTP Manager

Install BTP Manager Locally

Prerequisites

Use the following commands to run the BTP Manager controller from your host. Both make commands refer to Makefile.

make install
make run

Install BTP Manager in Your Cluster

You need the following prerequisites:

Use the following command to download and install BTP Manager from Kubernetes resources in your cluster:

kubectl apply -f deployments/prerequisites.yaml
kubectl apply -f https://github.com/kyma-project/btp-manager/releases/latest/download/btp-manager.yaml

Use the following command to uninstall BTP Manager from your cluster:

kubectl delete -f https://github.com/kyma-project/btp-manager/releases/latest/download/btp-manager.yaml
kubectl delete -f deployments/prerequisites.yaml