To install the SAP BTP Operator module from the latest release, you must install BTP Manager and the SAP BTP service operator.
-
Kubernetes cluster, or k3d for local installation
-
sap-btp-manager
Secret created. See Create thesap-btp-manager
Secret.[!NOTE] If you don't create the
sap-btp-manager
Secret, the BtpOperator CR is in theWarning
state and the message isSecret resource not found reason: MissingSecret
. -
kyma-system
namespace. If you don't have it in your cluster, use the following command to create it:kubectl create namespace kyma-system
-
To install BTP Manager, use the following command:
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.
-
To install the SAP BTP service operator, apply the sample BtpOperator CR:
kubectl apply -f https://github.com/kyma-project/btp-manager/releases/latest/download/btp-operator-default-cr.yaml
-
To check the BtpOperator CR status, run the following command:
kubectl get btpoperators btpoperator
For more installation options, see Install and Uninstall BTP Manager.