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

[pull] main from kyma-project:main #3946

Merged
merged 3 commits into from
Dec 12, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you're interested in learning more about Runtime Agent, follow these links to

- Perform some simple and more advanced tasks:

- [Enable Kyma with Runtime Agent](../../04-operation-guides/operations/ra-01-enable-kyma-with-runtime-agent.md)
- [Enable Kyma with Runtime Agent](https://kyma-project.io/#/application-connector-manager/user/02-20-enable-kyma-with-runtime-agent)
- [Establish a secure connection with Compass](../../03-tutorials/00-application-connectivity/ra-01-establish-secure-connection-with-compass.md)
- [Maintain a secure connection with Compass](../../03-tutorials/00-application-connectivity/ra-02-maintain-secure-connection-with-compass.md)
- [Revoke a client certificate (RA)](../../03-tutorials/00-application-connectivity/ra-03-revoke-client-certificate.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/01-overview/ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can deploy microservices, create Functions, and manage their configurations.

## Integration

Busola is a web-based UI for managing resources within Kyma or any Kubernetes cluster. Busola has a dedicated Node.js backend, which is a proxy for a [Kubernetes API server](https://kubernetes.io/docs/concepts/overview/components/#kube-apiserver).
Kyma Dashboard is a web-based UI for managing resources within Kyma or any Kubernetes cluster. Kyma Dashboard has a dedicated Node.js backend, which is a proxy for a [Kubernetes API server](https://kubernetes.io/docs/concepts/overview/components/#kube-apiserver).

# Kyma CLI

Expand Down
2 changes: 1 addition & 1 deletion docs/01-overview/ui/ui-01-gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ You can deploy microservices, create Functions, and manage their configurations.

## Integration

Busola is a web-based UI for managing resources within Kyma or any Kubernetes cluster. It consists of separate micro front-end applications managed by the [Luigi framework](https://luigi-project.io/). Busola has a dedicated Node.js back end, which is a proxy for a [Kubernetes API server](https://kubernetes.io/docs/concepts/overview/components/#kube-apiserver).
Kyma Dashboard is a web-based UI for managing resources within Kyma or any Kubernetes cluster. It consists of separate micro front-end applications managed by the [Luigi framework](https://luigi-project.io/). Kyma Dashboard has a dedicated Node.js back end, which is a proxy for a [Kubernetes API server](https://kubernetes.io/docs/concepts/overview/components/#kube-apiserver).
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ title: Configuration parameters
Kyma uses Helm's chart templating mechanism with `values.yaml` files that contain the configuration parameters.

A global chart can override the subcharts that complement it. Learn more about the syntax and semantics of [global charts and subcharts in Helm](https://helm.sh/docs/chart_template_guide/subcharts_and_globals/).

If you want to [change the Kyma settings](../../04-operation-guides/operations/03-change-kyma-config-values.md), simply redefine them in your custom `values.yaml` file and supply them as input to the `kyma deploy` command, similar to Helm commands.
2 changes: 1 addition & 1 deletion docs/06-modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ With the modular approach, Kyma components become modules, each providing one fu

The Kyma project is currently in the transition phase. Some components are already independent modules, but others are still part of the big Kyma release and are installed with the `kyma deploy` command. With each successive release, fewer components will be available within preconfigured Kyma, but more and more will be offered as independent modules.

You can enable modules at any time. Give them a try! If you decide that some of them are not needed for your use case, you can disable them and free the resources. Learn how to [install, uninstall, and upgrade Kyma with a module](../02-get-started/08-install-uninstall-upgrade-kyma-module.md).
You can enable modules at any time. Give them a try! 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).

The table of Kyma modules:

Expand Down
2 changes: 1 addition & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* [SAP BTP Operator](/btp-manager/user/README.md)
* [Application Connector](/application-connector-manager/user/README.md)
* [Keda](/keda-manager/user/README.md)
* [Serverless](/serverless/user/README.md)
* [Serverless](/serverless-manager/user/README.md)
* [Telemetry](/telemetry-manager/user/README.md)
* [NATS](/nats-manager/user/README.md)
* [Eventing](/eventing-manager/user/README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'/btp-manager/(.*)': 'https://raw.githubusercontent.com/kyma-project/btp-manager/main/docs/$1',
'/application-connector-manager/(.*)': 'https://raw.githubusercontent.com/kyma-project/application-connector-manager/main/docs/$1',
'/keda-manager/(.*)': 'https://raw.githubusercontent.com/kyma-project/keda-manager/main/docs/$1',
'/serverless/(.*)': 'https://raw.githubusercontent.com/kyma-project/serverless/main/docs/$1',
'/serverless-manager/(.*)': 'https://raw.githubusercontent.com/kyma-project/serverless/main/docs/$1',
'/telemetry-manager/(.*)': 'https://raw.githubusercontent.com/kyma-project/telemetry-manager/main/docs/$1',
'/istio/(.*)': 'https://raw.githubusercontent.com/kyma-project/istio/main/docs/$1',
'/nats-manager/(.*)': 'https://raw.githubusercontent.com/kyma-project/nats-manager/main/docs/$1',
Expand Down