Skip to content

Conversation

@NickLarsenNZ
Copy link
Member

Part of stackabletech/issues#763 (comment)

Note

This is work-in-progress

@netlify
Copy link

netlify bot commented Dec 19, 2025

Deploy Preview for stackable-docs ready!

Name Link
🔨 Latest commit 5481429
🔍 Latest deploy log https://app.netlify.com/projects/stackable-docs/deploys/694573cca538830008701a36
😎 Deploy Preview https://deploy-preview-818--stackable-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@NickLarsenNZ NickLarsenNZ moved this to Development: In Progress in Stackable Engineering Dec 19, 2025
@NickLarsenNZ
Copy link
Member Author

Note to self for next time I work on this:

  • See the TODOs.
  • Tidy up CLI snippets so they render nicer.

Remaining operators::
+
--
NOTE: These operator use the same values file.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
NOTE: These operator use the same values file.
NOTE: These operators use the same values file.

Comment on lines +213 to +218
[source,bash]
----
OPERATORS_NODEPOOL=$(kubectl get nodes -l nodepool=stackable-operators -o jsonpath="{.items[*].metadata.name}" | tr ' ' ',')
echo "Nodes in operators pool: $OPERATORS_NODEPOOL\n"
kubectl get pods -o json | jq --raw-output --arg nodepool "$OPERATORS_NODEPOOL" '.items[] | .metadata.name as $podname | .spec.nodeName as $nodename | select($nodename | IN($nodepool | split(",")[])) | $podname'
----
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: This is tricky to read on the live page, so maybe introduce line breaks in appropriate places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Development: In Progress

Development

Successfully merging this pull request may close these issues.

3 participants