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 ​
Kubernetes cluster, or k3d for local installation
sap-btp-managerSecret created. See Create thesap-btp-managerSecret.NOTE
If you don't create the
sap-btp-managerSecret, the BtpOperator CR is in theWarningstate and the message isSecret resource not found reason: MissingSecret.kyma-systemnamespace. If you don't have it in your cluster, use the following command to create it:bashkubectl create namespace kyma-system
Procedure ​
To install BTP Manager, use the following command:
bashkubectl apply -f https://github.com/kyma-project/btp-manager/releases/latest/download/btp-manager.yamlTIP: Use the same command to upgrade the module to the latest version.
To install the SAP BTP service operator, apply the sample BtpOperator CR:
bashkubectl apply -f https://github.com/kyma-project/btp-manager/releases/latest/download/btp-operator.yamlTo check the BtpOperator CR status, run the following command:
shkubectl get btpoperators btpoperator -n kyma-system
For more installation options, see Install and Uninstall BTP Manager.