Skip to content

Commit 5481429

Browse files
committed
wip
1 parent 01da299 commit 5481429

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/guides/pages/deploy-operators-and-csi-drivers-separately.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,14 @@ kubectl get pods -o json | jq --raw-output --arg nodepool "$OPERATORS_NODEPOOL"
220220
You should see similar output showing the Stackable Operators are running only on nodes with the label `nodepool: stackable-operators`.
221221

222222
[source]
223-
---
223+
----
224224
Nodes in operators pool: stackable-worker,stackable-worker2
225225
226226
commons-operator-deployment-674c469b47-nm5vb
227227
listener-operator-csi-provisioner-85b686d48-hv5kf
228228
nifi-operator-deployment-7c59778bb8-r26b8
229229
secret-operator-66b85c669d-7hsxs
230-
---
230+
----
231231

232232
Pods running on the `stackable-workloads` node pool:
233233

@@ -241,14 +241,14 @@ kubectl get pods -o json | jq --raw-output --arg nodepool "$WORKLOADS_NODEPOOL"
241241
You should see similar output showing the Stackable CSI Node Drivers are running only on nodes with the label `nodepool: stackable-workloads`.
242242

243243
[source]
244-
---
244+
----
245245
Nodes in workloads pool: stackable-worker3,stackable-worker4
246246
247247
listener-operator-csi-node-driver-lv5r4
248248
listener-operator-csi-node-driver-vdzsq
249249
secret-operator-csi-node-driver-d8sqw
250250
secret-operator-csi-node-driver-zkrv6
251-
---
251+
----
252252

253253
The CSI Node Drivers register as such.
254254
This can be seen with the driver count being 2 (one for listener-operator volumes, and one for secret-operator volumes) for nodes in the workloads pool:

0 commit comments

Comments
 (0)