Skip to content

Install the SAP BTP Operator Module ​

To install the SAP BTP Operator module from the latest release, you must install BTP Manager and the SAP BTP service operator.

Prerequisites ​

  • kubectl

  • Kubernetes cluster, or k3d for local installation

  • jq

  • sap-btp-manager Secret created. See Create the sap-btp-manager Secret.

    NOTE

    If you don't create the sap-btp-manager Secret, the BtpOperator CR is in the Warning state and the message is Secret resource not found reason: MissingSecret.

  • kyma-system namespace. If you don't have it in your cluster, use the following command to create it:

    bash
    kubectl create namespace kyma-system

Procedure ​

  1. To install BTP Manager, use the following command:

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

    TIP: Use the same command to upgrade the module to the latest version.


  1. To install the SAP BTP service operator, apply the sample BtpOperator CR:

    bash
    kubectl apply -f https://github.com/kyma-project/btp-manager/releases/latest/download/btp-operator.yaml
  2. To check the BtpOperator CR status, run the following command:

    sh
    kubectl get btpoperators btpoperator -n kyma-system

For more installation options, see Install and Uninstall BTP Manager.