File tree Expand file tree Collapse file tree 1 file changed +2
-25
lines changed
Expand file tree Collapse file tree 1 file changed +2
-25
lines changed Original file line number Diff line number Diff line change @@ -101,34 +101,11 @@ Both checks are necessary to proceed with the installation.
101101
102102### Step 2 - Install the barman-cloud Plugin
103103
104- > ** NOTE:** This section is temporary and will be updated once manifests are
105- > included as part of the release process.
106-
107- Use the following command to download the plugin's codebase, including its
108- manifest:
109-
110- ``` sh
111- curl -Lo plugin-barman-cloud.tgz \
112- https://api.github.com/repos/cloudnative-pg/plugin-barman-cloud/tarball/main
113- ```
114-
115- Extract the downloaded archive into a temporary directory (this folder can be
116- deleted after the installation):
117-
118- ``` sh
119- tar xvzf plugin-barman-cloud.tgz
120- ```
121-
122- Change to the root directory of the extracted repository:
123-
124- ``` sh
125- cd cloudnative-pg-plugin-barman-cloud*
126- ```
127-
128104Use ` kubectl ` to apply the manifest for the latest commit in the ` main ` branch:
129105
130106``` sh
131- kubectl apply -k kubernetes/
107+ kubectl apply -f \
108+ https://raw.githubusercontent.com/cloudnative-pg/plugin-barman-cloud/refs/heads/main/manifest.yaml
132109```
133110
134111Example output:
You can’t perform that action at this time.
0 commit comments