Skip to content

Commit

Permalink
Merge pull request rook#10552 from Sheetalpamecha/issue_10482
Browse files Browse the repository at this point in the history
  • Loading branch information
galexrt authored Jul 5, 2022
2 parents 864ea2f + eb2eeb8 commit 1ae8670
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Documentation/CRDs/Cluster/external-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The features available from the external cluster will vary depending on the vers

In order to configure an external Ceph cluster with Rook, we need to extract some information in order to connect to that cluster.

1. Run the python script [create-external-cluster-resources.py](/deploy/examples/create-external-cluster-resources.py) for creating all users and keys.
1. Run the python script [create-external-cluster-resources.py](https://github.com/rook/rook/blob/master/deploy/examples/create-external-cluster-resources.py) for creating all users and keys.

```console
python3 create-external-cluster-resources.py --rbd-data-pool-name <pool_name> --cephfs-filesystem-name <filesystem-name> --rgw-endpoint <rgw-endpoint> --namespace <namespace> --format bash
Expand Down Expand Up @@ -102,13 +102,13 @@ In order to configure an external Ceph cluster with Rook, we need to extract som

## Commands on the K8s consumer cluster

1. Deploy Rook, create [common.yaml](/deploy/examples/common.yaml), [crds.yaml](/deploy/examples/crds.yaml) and [operator.yaml](/deploy/examples/operator.yaml) manifests.
1. Deploy Rook, create [common.yaml](https://github.com/rook/rook/blob/master/deploy/examples/common.yaml), [crds.yaml](https://github.com/rook/rook/blob/master/deploy/examples/crds.yaml) and [operator.yaml](https://github.com/rook/rook/blob/master/deploy/examples/operator.yaml) manifests.

2. Create [common-external.yaml](/deploy/examples/common-external.yaml) and [cluster-external.yaml](/deploy/examples/cluster-external.yaml)
2. Create [common-external.yaml](https://github.com/rook/rook/blob/master/deploy/examples/common-external.yaml) and [cluster-external.yaml](https://github.com/rook/rook/blob/master/deploy/examples/cluster-external.yaml)

3. Paste the above output from `create-external-cluster-resources.py` into your current shell to allow importing the source data.

4. Run the [import](/deploy/examples/import-external-cluster.sh) script.
4. Run the [import](https://github.com/rook/rook/blob/master/deploy/examples/import-external-cluster.sh) script.

```console
. import-external-cluster.sh
Expand All @@ -127,7 +127,7 @@ In order to configure an external Ceph cluster with Rook, we need to extract som
kubectl -n rook-ceph-external get sc
```

7. Then you can now create a [persistent volume](/deploy/examples/csi) based on these StorageClass.
7. Then you can now create a [persistent volume](https://github.com/rook/rook/tree/master/deploy/examples/csi) based on these StorageClass.

### CephCluster example (management)

Expand Down
2 changes: 1 addition & 1 deletion design/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Rook Feature Proposal

Please follow the [design section guideline](https://rook.io/docs/rook/latest/development-flow.html#design-document).
Please follow the [design section guideline](https://rook.io/docs/rook/v1.9/Contributing/development-flow/#design-document).

0 comments on commit 1ae8670

Please sign in to comment.