Skip to content

Commit

Permalink
Change enable and disable to add and delete in the kyma repo (#18736)
Browse files Browse the repository at this point in the history
* Remove Runtime Agent docs

* Change enable and disable to add and delete in the kyma repo
  • Loading branch information
grego952 authored Jul 29, 2024
1 parent b5aaa70 commit 50d7650
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/02-get-started/08-uninstall-upgrade-kyma-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
This guide shows how to quickly uninstall or upgrade Kyma with specific modules.

> [!NOTE]
> This guide describes uninstallation and upgrade of standalone Kyma with specific modules. If you are using SAP BTP, Kyma runtime (SKR), read [Enable and Disable a Kyma Module](https://help.sap.com/docs/btp/sap-business-technology-platform/enable-and-disable-kyma-module?locale=en-US&version=Cloud) instead.
> This guide describes uninstallation and upgrade of standalone Kyma with specific modules. If you are using SAP BTP, Kyma runtime (SKR), read [Add and Delete a Kyma Module](https://help.sap.com/docs/btp/sap-business-technology-platform/enable-and-disable-kyma-module?locale=en-US&version=Cloud) instead.
## Uninstall Kyma with a Module

You uninstall Kyma with a module using the `kubectl delete` command.

1. Find out the paths for the module you want to disable; for example, from the [Install Kyma with a module](./01-quick-install.md#steps) document.
1. Find out the paths for the module you want to delete; for example, from the [Install Kyma with a module](./01-quick-install.md#steps) document.

2. Delete the module configuration:

Expand Down
2 changes: 1 addition & 1 deletion docs/06-modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Classic Kyma offered a fixed set of preconfigured components whose development r

With the modular approach, Kyma components became independent modules, each providing one functionality developed independently of the other ones. Each module has its own custom resource that holds the desired configuration and the operator that reconciles the configuration.

You can enable modules at any time. If you decide that some of them are not needed for your use case, you can disable them and free the resources. To learn how to install a module, visit [Quick install](../02-get-started/01-quick-install.md). To learn how to quickly uninstall or upgrade Kyma with specific modules, visit [Uninstall and upgrade Kyma with a module](../02-get-started/08-uninstall-upgrade-kyma-module.md).
You can add modules at any time. If you decide that some of them are not needed for your use case, you can delete them and free the resources. To learn how to install a module, visit [Quick install](../02-get-started/01-quick-install.md). To learn how to quickly uninstall or upgrade Kyma with specific modules, visit [Uninstall and upgrade Kyma with a module](../02-get-started/08-uninstall-upgrade-kyma-module.md).

| Module | Purpose |
|---|---|
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Kyma is an actively maintained open-source project supported by SAP. The Kyma pr

# Kyma's Strengths

Kyma is built upon leading cloud-native, open-source projects and open standards, such as Istio, NATS, Cloud Events, and Open Telemetry. We created an opinionated set of modules you can easily enable in your Kubernetes cluster to speed up cloud application development and operations. With Kyma, you save the time to pick the right tools and the effort to keep them secure and up to date. Also, you can use the modules you need from Kyma and complement them with other Kubernetes tools.
Kyma is built upon leading cloud-native, open-source projects and open standards, such as Istio, NATS, Cloud Events, and Open Telemetry. We created an opinionated set of modules you can easily add in your Kubernetes cluster to speed up cloud application development and operations. With Kyma, you save the time to pick the right tools and the effort to keep them secure and up to date. Also, you can use the modules you need from Kyma and complement them with other Kubernetes tools.

Kyma is a Kubernetes-based application runtime with several extensions, not a full-blown platform. The extensions make Kyma more attractive for developers who want to focus on business logic and limit investment in technical services and infrastructure. Kyma is part of SAP Business Technology Platform and offers easy integration with BTP services and other SAP systems.

Expand Down

0 comments on commit 50d7650

Please sign in to comment.