Skip to content

Commit 223ab84

Browse files
Merge pull request #196 from redis/DOC-3747-rdi-doc-bugs
DOC-3747 RDI doc bug fixes
2 parents 60d3742 + da4ccdd commit 223ab84

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

content/integrate/redis-data-integration/installation/install-k8s.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ The `create` command will create a BDB named `redis-di-1` in your cluster. To ru
9696

9797
## Create the configuration file for RDI
9898

99-
Run `redis-di scaffold --db-type <{{param rdi_db_types}}> --dir <PATH_TO_DIR>`.
99+
Run the following command to create the configuration file:
100+
```bash
101+
redis-di scaffold --db-type {{< param rdi_db_types >}} --dir <PATH_TO_DIR>
102+
```
100103
Edit the file `config.yaml` that is located under the directory <NAME> to point to the correct Redis Target database settings:
101104

102105
```yaml
@@ -121,7 +124,7 @@ Run `redis-di status` to check the status of the installation.
121124

122125
## Install the RDI CLI on the Kubernetes Cluster
123126

124-
### Add CLI pod
127+
### Add CLI pod {#install-rdi-cli-on-kubernetes-cluster}
125128

126129
```bash
127130
cat << EOF > /tmp/redis-di-cli-pod.yml
@@ -164,7 +167,7 @@ kubectl exec -it pod/redis-di-cli -- redis-di
164167
- Run the following command to create the configuration file for RDI:
165168

166169
```bash
167-
kubectl exec -it pod/redis-di-cli -- redis-di scaffold --db-type <{{param rdi_db_types}}> --preview config.yaml > config.yaml
170+
kubectl exec -it pod/redis-di-cli -- redis-di scaffold --db-type {{< param rdi_db_types >}} --preview config.yaml > config.yaml
168171
```
169172

170173
- Edit the file `config.yaml` to point to the correct Redis Target database settings.
@@ -212,7 +215,7 @@ Run `kubectl exec -it pod/redis-di-cli -- redis-di status` to check the status o
212215
- Run the following command to create the configuration file for Debezium Server:
213216

214217
```bash
215-
kubectl exec -it pod/redis-di-cli -- redis-di scaffold --db-type <{{param rdi_db_types}}> --preview debezium/application.properties > application.properties
218+
kubectl exec -it pod/redis-di-cli -- redis-di scaffold --db-type {{< param rdi_db_types >}} --preview debezium/application.properties > application.properties
216219
```
217220

218221
- Edit the file `application.properties` and replace the values for the debezium.sink with the service name and credentials of the RDI BDB that was created using the `create` command.

0 commit comments

Comments
 (0)