Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix headings #18516

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/01-overview/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Kyma Components

Classic Kyma offered a fixed set of preconfigured components whose development rhythm is synchronized and determined by the release schedule.
Classic Kyma offered a fixed set of preconfigured components whose development rhythm was synchronized and determined by the release schedule.

All the components have become independent modules. For more details, read [Modules](../06-modules/README.md).
6 changes: 3 additions & 3 deletions docs/03-tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Dive in deeper and explore the functionalities that Kyma provides for various us

### Application Connectivity

* [Establish a secure connection with Compass](00-application-connectivity/ra-01-establish-secure-connection-with-compass.md)
* [Maintain a secure connection with Compass](00-application-connectivity/ra-02-maintain-secure-connection-with-compass.md)
* [Revoke a client certificate (RA)](00-application-connectivity/ra-03-revoke-client-certificate.md)
* [Establish a Secure Connection with Compass](00-application-connectivity/ra-01-establish-secure-connection-with-compass.md)
* [Maintain a Secure Connection with Compass](00-application-connectivity/ra-02-maintain-secure-connection-with-compass.md)
* [Revoke a Client Certificate (RA)](00-application-connectivity/ra-03-revoke-client-certificate.md)
* [Configure Runtime Agent with Compass](00-application-connectivity/ra-04-configure-runtime-agent-with-compass.md)
* [Reconnect Runtime Agent with Compass](00-application-connectivity/ra-05-reconnect-runtime-agent-with-compass.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/04-operation-guides/operations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Here you can find general instructions on how to maintain Kyma.
This is a complete list of Kyma operation guides:

* [Back up Kyma](./10-backup-kyma.md)
* [Uninstall and upgrade Kyma with a module](../../02-get-started/08-uninstall-upgrade-kyma-module.md)
* [Uninstall and Upgrade Kyma with a Module](../../02-get-started/08-uninstall-upgrade-kyma-module.md)
2 changes: 1 addition & 1 deletion docs/04-operation-guides/security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ This is a complete list of security-related guides in Kyma:

* [Authentication in Kyma](sec-01-authentication-in-kyma.md)
* [Authorization in Kyma](sec-02-authorization-in-kyma.md)
* [Access Kyma securely](sec-03-access-kyma.md)
* [Access Kyma Securely](sec-03-access-kyma.md)
2 changes: 1 addition & 1 deletion docs/04-operation-guides/security/_sidebar1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* [Security](README.md)
* [Authentication in Kyma](sec-01-authentication-in-kyma.md)
* [Authorization in Kyma](sec-02-authorization-in-kyma.md)
* [Access Kyma securely](sec-03-access-kyma.md)
* [Access Kyma Securely](sec-03-access-kyma.md)
16 changes: 8 additions & 8 deletions docs/04-operation-guides/troubleshooting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ See the full list of Kyma troubleshooting guides:

### General Troubleshooting Guides

- [Component doesn't work after successful installation](./01-component-installation-fails.md)
- [Local Kyma deployment fails with pending Pods](./01-deplyoment-fails-pending-pods.md)
- [Provisioning k3d fails on a Linux machine](./01-k3d-fails-on-linux.md)
- [Error for kubectl port forwarding](./01-kube-troubleshoot-kubectl-port-forward.md)
- [Kyma domain is not resolvable](./01-kyma-domain-unresolvable.md)
- [Kyma resource is misconfigured](./01-resources-misconfigured.md)
- [Cannot create a volume snapshot](./01-volume-backup.md)
- [Component Doesn't Work After Successful Installation](./01-component-installation-fails.md)
- [Local Kyma Deployment Fails with Pending Pods](./01-deplyoment-fails-pending-pods.md)
- [Provisioning k3d Fails on a Linux Machine](./01-k3d-fails-on-linux.md)
- [Error for kubectl Port Forwarding](./01-kube-troubleshoot-kubectl-port-forward.md)
- [Kyma Domain Is Not Resolvable](./01-kyma-domain-unresolvable.md)
- [Kyma Resource Is Misconfigured](./01-resources-misconfigured.md)
- [Cannot Create a Volume Snapshot](./01-volume-backup.md)

### Security

- [Issues with certificates on Gardener](./security/sec-01-certificates-gardener.md)
- [Issues with Certificates on Gardener](./security/sec-01-certificates-gardener.md)
14 changes: 7 additions & 7 deletions docs/04-operation-guides/troubleshooting/_sidebar1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
* [Operation Guides](../README.md)
* [Troubleshooting](README.md)
* [Security](security/README.md)
* [Component doesn't work after successful installation](01-component-installation-fails.md)
* [Local Kyma deployment fails with pending Pods](01-deplyoment-fails-pending-pods.md)
* [Provisioning k3d fails on a Linux machine](01-k3d-fails-on-linux.md)
* [Error for kubectl port forwarding](01-kube-troubleshoot-kubectl-port-forward.md)
* [Kyma domain is not resolvable](01-kyma-domain-unresolvable.md)
* [Kyma resource is misconfigured](01-resources-misconfigured.md)
* [Cannot create a volume snapshot](01-volume-backup.md)
* [Component Doesn't Work After Successful Installation](01-component-installation-fails.md)
* [Local Kyma Deployment Fails with Pending Pods](01-deplyoment-fails-pending-pods.md)
* [Provisioning k3d Fails on a Linux Machine](01-k3d-fails-on-linux.md)
* [Error for kubectl Port Forwarding](01-kube-troubleshoot-kubectl-port-forward.md)
* [Kyma Domain Is Not Resolvable](01-kyma-domain-unresolvable.md)
* [Kyma Resource Is Misconfigured](01-resources-misconfigured.md)
* [Cannot Create a Volume Snapshot](01-volume-backup.md)
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
* [Operation Guides](../../README.md)
* [Troubleshooting](../README.md)
* [Security](README.md)
* [Issues with certificates on Gardener](sec-01-certificates-gardener.md)
* [Issues with Certificates on Gardener](sec-01-certificates-gardener.md)

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* [Home](/)
<!-- markdown-link-check-disable -->
* [Technical Reference](/05-technical-reference/README.md)
* [Configurable parameters](/05-technical-reference/00-configuration-parameters/README.md)
* [Configurable Parameters](/05-technical-reference/00-configuration-parameters/README.md)
* [Connection with Compass](/05-technical-reference/00-configuration-parameters/ra-01-connection-with-compass.md)
<!-- markdown-link-check-enable -->
2 changes: 1 addition & 1 deletion docs/06-modules/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kyma Modules

Classic Kyma offered a fixed set of preconfigured components whose development rhythm is synchronized and determined by the release schedule.
Classic Kyma offered a fixed set of preconfigured components whose development rhythm was synchronized and determined by the release schedule.

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.

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Kyma is a Kubernetes-based application runtime with several extensions, not a fu

Kyma has been open-source since 2018 and part of SAP BTP since 2019. We believe that openness and vendor independence is a valuable proposition. Even though Kyma is a part of the commercial product, SAP BTP, Kyma runtime, it will remain an open project. We also believe that offering an open-source project as a commercial product only benefits both parties. Open-source users get the confidence that the project won't be abandoned anytime soon, and customers see the quality and technical details of the product. Apart from that, SAP strongly supports the open-source community. For more information, visit [SAP Open Source](https://community.sap.com/topics/open-source).

# Kyma and SAP BTP, Kyma runtime
# Kyma and SAP BTP, Kyma Runtime

There's a difference between the open-source Kyma project and SAP BTP, Kyma runtime. The latter one is a bundle of a Kubernetes cluster powered by Gardener and Kyma modules provided as a managed service. All the components are regularly updated, and the availability is monitored and guaranteed by Service-Level Agreement (SLA). Kyma runtime is also preconfigured to easily connect to other SAP services and systems. Using Kyma runtime, you can face some limitations in configuring Kyma components because some settings are managed centrally and overwrite user changes. But still, you get the admin access to the cluster, that is, the **cluster-admin** role. If you use Kyma open-source components, you have more control and flexibility over installation, configuration, and upgrade processes but more operations-related responsibilities.