diff --git a/content/en/docs/installation/kyma-cluster.md b/content/en/docs/installation/kyma-cluster.md index ddc7921..6b280d2 100644 --- a/content/en/docs/installation/kyma-cluster.md +++ b/content/en/docs/installation/kyma-cluster.md @@ -5,52 +5,9 @@ weight: 10 type: "docs" tags: ["setup"] description: > - How to install CAP Operator using CAP Operator Manager in a Kyma cluster + How to install CAP Operator in a Kyma cluster --- -## Install CAP Operator -- To install CAP Operator, open your Kyma busola dashboard and navigate to the `kyma-system` namespace. +The CAP Operator is available in both the `fast` and `regular` channels of Kyma. - ![kyma-namespace](/cap-operator-lifecycle/img/kyma-namespace.png) - -- 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](/cap-operator-lifecycle/img/kyma-module-template.png) - -- Open the `Kyma` section from the left tab. - - ![kyma-default](/cap-operator-lifecycle/img/kyma-default.png) - -- Open resource `default` and click on Edit. - - ![kyma-default-edit](/cap-operator-lifecycle/img/kyma-default-edit.png) - -- Under the `Modules` section, check `cap-operator` and click on update. - - ![kyma-default-edit-select-cap-op](/cap-operator-lifecycle/img/kyma-default-edit-select-cap-op.png) - -- 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. - -```yaml -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](/cap-operator-lifecycle/img/kyma-cap-op-installing.png) - -- Once the CAP Operator is installed, the module state as well as the kyma resource state will be `Ready`. - - ![kyma-kyma-cap-op-ready](/cap-operator-lifecycle/img/kyma-cap-op-ready.png) - -- 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](/cap-operator-lifecycle/img/kyma-cap-op-resources.png) +To enable the CAP Operator module in your Kyma cluster, refer to [Add and Delete a Kyma Module](https://help.sap.com/docs/btp/sap-business-technology-platform/enable-and-disable-kyma-module). diff --git a/static/img/kyma-cap-op-installing.png b/static/img/kyma-cap-op-installing.png deleted file mode 100644 index 81a7155..0000000 Binary files a/static/img/kyma-cap-op-installing.png and /dev/null differ diff --git a/static/img/kyma-cap-op-ready.png b/static/img/kyma-cap-op-ready.png deleted file mode 100644 index de71383..0000000 Binary files a/static/img/kyma-cap-op-ready.png and /dev/null differ diff --git a/static/img/kyma-cap-op-resources.png b/static/img/kyma-cap-op-resources.png deleted file mode 100644 index b62fad0..0000000 Binary files a/static/img/kyma-cap-op-resources.png and /dev/null differ diff --git a/static/img/kyma-default-edit-select-cap-op.png b/static/img/kyma-default-edit-select-cap-op.png deleted file mode 100644 index b1a4f13..0000000 Binary files a/static/img/kyma-default-edit-select-cap-op.png and /dev/null differ diff --git a/static/img/kyma-default-edit.png b/static/img/kyma-default-edit.png deleted file mode 100644 index a8075a9..0000000 Binary files a/static/img/kyma-default-edit.png and /dev/null differ diff --git a/static/img/kyma-default.png b/static/img/kyma-default.png deleted file mode 100644 index 2fefcb6..0000000 Binary files a/static/img/kyma-default.png and /dev/null differ diff --git a/static/img/kyma-module-template.png b/static/img/kyma-module-template.png deleted file mode 100644 index fc05cee..0000000 Binary files a/static/img/kyma-module-template.png and /dev/null differ diff --git a/static/img/kyma-namespace.png b/static/img/kyma-namespace.png deleted file mode 100644 index 848bf0e..0000000 Binary files a/static/img/kyma-namespace.png and /dev/null differ