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