Skip to content

Commit e48394a

Browse files
fix spacing on line 113
1 parent 80d2334 commit e48394a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/operate/kubernetes/deployment/openshift/openshift-cli.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,19 +109,19 @@ The Redis Enterprise pods must run in OpenShift with privileges set in a [Securi
109109

110110
The REC name cannot be changed after cluster creation.
111111

112-
{{<note>}}
113-
Each Redis Enterprise cluster requires at least 3 nodes. Single-node RECs are not supported.
114-
{{</note>}}
112+
{{<note>}}
113+
Each Redis Enterprise cluster requires at least 3 nodes. Single-node RECs are not supported.
114+
{{</note>}}
115115

116-
1. Apply the custom resource file to create your Redis Enterprise cluster.
116+
2. Apply the custom resource file to create your Redis Enterprise cluster.
117117

118118
```sh
119119
oc apply -f <rec_rhel>.yaml
120120
```
121121

122122
The operator typically creates the REC within a few minutes.
123123

124-
1. Check the cluster status.
124+
3. Check the cluster status.
125125

126126
```sh
127127
oc get pod

0 commit comments

Comments
 (0)