Skip to content

Commit

Permalink
fixing volume-replication-operator CRDs link - use official and not I…
Browse files Browse the repository at this point in the history
…BM internal. this was changed incorrectly in the documentation of 1.11.2, but actual tests use the official CRDs

(cherry picked from commit 5a07bbd)
Signed-off-by: Ariel Kass <[email protected]>
  • Loading branch information
kasserater committed Jan 8, 2025
1 parent 45c3faf commit ba4582c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ Complete these steps to prepare your environment for installing the CSI (Contain
1. To enable support on your Kubernetes cluster, install the following volume group CRDs once per cluster.
```
curl -O https://raw.githubusercontent.com/csiblock/volume-replication-operator/v0.1.0/config/crd/bases/replication.storage.openshift.io_volumereplicationclasses.yaml
curl -O https://raw.githubusercontent.com/csi-addons/volume-replication-operator/v0.3.0/config/crd/bases/replication.storage.openshift.io_volumereplicationclasses.yaml
kubectl apply -f ./replication.storage.openshift.io_volumereplicationclasses.yaml
curl -O https://raw.githubusercontent.com/csiblock/volume-replication-operator/v0.1.0/config/crd/bases/replication.storage.openshift.io_volumereplications.yaml
curl -O https://raw.githubusercontent.com/csi-addons/volume-replication-operator/v0.3.0/config/crd/bases/replication.storage.openshift.io_volumereplications.yaml
kubectl apply -f ./replication.storage.openshift.io_volumereplications.yaml
```
Expand Down

0 comments on commit ba4582c

Please sign in to comment.