Skip to content

Commit 01da299

Browse files
committed
wip
1 parent 7ec0f41 commit 01da299

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You will need a Kubernetes cluster with multiple nodes split into two groups:
2020
* stackable-operators
2121
* stackable-workloads
2222

23-
TODO: tabs for kind or Karpenter NodePools
23+
// TODO: Add an image to illustrate what the guide aims to achieve
2424

2525
[NOTE]
2626
====
@@ -333,15 +333,15 @@ kubectl get pods -o json | jq --raw-output --arg nodepool "$WORKLOADS_NODEPOOL"
333333
You should see similar output as last time, but now with the NiFi pod.
334334

335335
[source]
336-
---
336+
----
337337
Nodes in workloads pool: stackable-worker3,stackable-worker4
338338
339339
listener-operator-csi-node-driver-lv5r4
340340
listener-operator-csi-node-driver-vdzsq
341341
secret-operator-csi-node-driver-d8sqw
342342
secret-operator-csi-node-driver-zkrv6
343343
simple-nifi-node-default-0
344-
---
344+
----
345345

346346
== Cleanup
347347

0 commit comments

Comments
 (0)