Skip to content

Conversation

@sbernauer
Copy link
Member

@sbernauer sbernauer commented Nov 3, 2025

Replaces #790
Needed by stackabletech/listener-operator#348
Example usage

[mermaid, width=100%]
....
flowchart LR
    LB{LoadBalancer supported?}
    LB -->|yes| ephermal-nodes[Use ephermal-nodes]
    LB -->|no| node-rotation{Nodes regularly rotated?}

    node-rotation -->|yes| complicated[Use stable-nodes to prefer NodePort<br> over LoadBalancers.<br> However, don't use the<br> external-stable ListenerClass at all,<br> use external-unstable instead]
    node-rotation -->|no| stable-nodes[Use stable-nodes]
....

@netlify
Copy link

netlify bot commented Nov 3, 2025

Deploy Preview for stackable-docs ready!

Name Link
🔨 Latest commit 80a6f85
🔍 Latest deploy log https://app.netlify.com/projects/stackable-docs/deploys/6908877f310c790008ee735a
😎 Deploy Preview https://deploy-preview-791--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.

@sbernauer sbernauer self-assigned this Nov 3, 2025
@sbernauer sbernauer moved this to Development: Waiting for Review in Stackable Engineering Nov 3, 2025
Copy link
Member

@NickLarsenNZ NickLarsenNZ left a comment

Choose a reason for hiding this comment

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

LGTM

@sbernauer sbernauer added this pull request to the merge queue Nov 3, 2025
@sbernauer sbernauer moved this from Development: Waiting for Review to Development: Done in Stackable Engineering Nov 3, 2025
Merged via the queue into main with commit 7a7d4d5 Nov 3, 2025
7 checks passed
@sbernauer sbernauer deleted the feat/mermaid-extension branch November 3, 2025 10:56
@lfrancke lfrancke moved this from Development: Done to Done in Stackable Engineering Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

3 participants