Kyma Cluster

How to install CAP Operator using CAP Operator Manager in a Kyma cluster

Install CAP Operator

  • To install CAP Operator, open your Kyma busola dashboard and navigate to the kyma-system namespace.

    kyma-namespace

  • On the left tab, expand the section Kyma and open Module Templates. Here, you will be able to see two entries - cap-operator-fast and cap-operator-regular. Currently, the version of CAP Operator is the same on both channels. So you can install anyone of them.

    kyma-module-template

  • Open the Kyma section from the left tab.

    kyma-default

  • Open resource default and click on Edit.

    kyma-default-edit

  • Under the Modules section, check cap-operator and click on update.

    kyma-default-edit-select-cap-op

  • Now the Kyma lifecycle manager will first install the CAP Operator Manager and then the CAP Operator Manager will install the CAP Operator using the below default resource.

apiVersion: operator.sme.sap.com/v1alpha1
kind: CAPOperator
metadata:
  name: cap-operator
spec:
  subscriptionServer:
    subDomain: cap-op
  ingressGatewayLabels:
    - name: istio
      value: ingressgateway
    - name: app
      value: istio-ingressgateway

kyma-kyma-cap-op-installing

  • Once the CAP Operator is installed, the module state as well as the kyma resource state will be Ready.

    kyma-kyma-cap-op-ready

  • After the CAP Operator is installed, you will be able to see a new section CAP Operator on the left tab. Under this tab, there will be a section for each of the CAP Operator resources. Using this, you can navigate through the CAP Operator resources once the CAP application is installed.

    kyma-kyma-cap-op-resources

Last modified October 4, 2023: Update kyma-cluster.md (66791a2)