docs: review of intro page

Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
This commit is contained in:
Gabriele Bartolini 2025-09-12 14:25:15 +02:00 committed by Jonathan Battiato
parent 8aabd2860b
commit 134b514a56

View File

@ -21,16 +21,30 @@ for detailed instructions.
## Requirements ## Requirements
To use the Barman Cloud Plugin, you need: Before using the Barman Cloud Plugin, ensure that the following components are
installed and properly configured:
- [CloudNativePG](https://cloudnative-pg.io) version **1.26** or later - [CloudNativePG](https://cloudnative-pg.io) version 1.26 or later
- **Version 1.27.0 or later is strongly recommended** for enhanced plugin error and status reporting
- See the [upgrade guide](https://cloudnative-pg.io/documentation/current/installation_upgrade) if you need to upgrade - We strongly recommend version 1.27.0 or later, which includes improved
- [cert-manager](https://cert-manager.io/) to enable TLS communication between error handling and status reporting for the plugin.
the plugin and the operator - If you are running an earlier release, refer to the
- [kubectl-cnpg plugin](https://cloudnative-pg.io/documentation/current/kubectl-plugin/) (recommended) [upgrade guide](https://cloudnative-pg.io/documentation/current/installation_upgrade).
- Provides enhanced debugging and status checking capabilities
- Install via `kubectl krew install cnpg` or download from [releases](https://github.com/cloudnative-pg/cloudnative-pg/releases) - [cert-manager](https://cert-manager.io/)
- The recommended way to enable secure TLS communication between the plugin
and the operator.
- Alternatively, you can provide your own certificate bundles. See the
[CloudNativePG documentation on TLS configuration](https://cloudnative-pg.io/documentation/current/cnpg_i/#configuring-tls-certificates).
- [`kubectl-cnpg`](https://cloudnative-pg.io/documentation/current/kubectl-plugin/)
plugin (optional but recommended)
- Simplifies debugging and monitoring with additional status and inspection
commands.
- Multiple installation options are available in the
[installation guide](https://cloudnative-pg.io/documentation/current/kubectl-plugin/#install).
## Key Features ## Key Features