mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
fix: use manifest
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
This commit is contained in:
parent
1d028c38a3
commit
58c78e37ca
27
README.md
27
README.md
@ -101,34 +101,11 @@ Both checks are necessary to proceed with the installation.
|
||||
|
||||
### Step 2 - Install the barman-cloud Plugin
|
||||
|
||||
> **NOTE:** This section is temporary and will be updated once manifests are
|
||||
> included as part of the release process.
|
||||
|
||||
Use the following command to download the plugin's codebase, including its
|
||||
manifest:
|
||||
|
||||
```sh
|
||||
curl -Lo plugin-barman-cloud.tgz \
|
||||
https://api.github.com/repos/cloudnative-pg/plugin-barman-cloud/tarball/main
|
||||
```
|
||||
|
||||
Extract the downloaded archive into a temporary directory (this folder can be
|
||||
deleted after the installation):
|
||||
|
||||
```sh
|
||||
tar xvzf plugin-barman-cloud.tgz
|
||||
```
|
||||
|
||||
Change to the root directory of the extracted repository:
|
||||
|
||||
```sh
|
||||
cd cloudnative-pg-plugin-barman-cloud*
|
||||
```
|
||||
|
||||
Use `kubectl` to apply the manifest for the latest commit in the `main` branch:
|
||||
|
||||
```sh
|
||||
kubectl apply -k kubernetes/
|
||||
kubectl apply -f \
|
||||
https://raw.githubusercontent.com/cloudnative-pg/plugin-barman-cloud/refs/heads/main/manifest.yaml
|
||||
```
|
||||
|
||||
Example output:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user