Skip to content

chore(signal-processing): Remove ZooKeeper operator from stack #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion demos/demos-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ demos:
- nifi
- jupyterhub
- grafana-dashboards
- zookeeper
manifests:
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/release-25.7/demos/signal-processing/serviceaccount.yaml
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/release-25.7/demos/signal-processing/create-timescale-tables.yaml
Expand Down
17 changes: 7 additions & 10 deletions docs/modules/demos/pages/signal-processing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,13 @@ Grafana can be reached by first looking up the service endpoint:
----
$ stackablectl stacklet list

┌───────────┬───────────┬───────────┬───────────────────────────────────┬─────────────────────────────────┐
│ PRODUCT ┆ NAME ┆ NAMESPACE ┆ ENDPOINTS ┆ CONDITIONS │
╞═══════════╪═══════════╪═══════════╪═══════════════════════════════════╪═════════════════════════════════╡
│ nifi ┆ nifi ┆ default ┆ https https://172.18.0.3:30851 ┆ Available, Reconciling, Running │
├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
│ zookeeper ┆ zookeeper ┆ default ┆ ┆ Available, Reconciling, Running │
├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
│ grafana ┆ grafana ┆ default ┆ service 172.18.0.3:30499 ┆ │
└───────────┴───────────┴───────────┴───────────────────────────────────┴─────────────────────────────────┘

┌─────────┬─────────┬───────────┬──────────────────────────────────────┬─────────────────────────────────┐
│ PRODUCT ┆ NAME ┆ NAMESPACE ┆ ENDPOINTS ┆ CONDITIONS │
╞═════════╪═════════╪═══════════╪══════════════════════════════════════╪═════════════════════════════════╡
│ nifi ┆ nifi ┆ default ┆ node-https https://172.18.0.2:30774 ┆ Available, Reconciling, Running │
├╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
│ grafana ┆ grafana ┆ default ┆ service 172.18.0.2:30900 ┆ │
└─────────┴─────────┴───────────┴──────────────────────────────────────┴─────────────────────────────────┘
----

Log in to Grafana with username `admin` and password `adminadmin` and navigate to the dashboards.
Expand Down
1 change: 0 additions & 1 deletion stacks/stacks-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,6 @@ stacks:
- commons
- listener
- secret
- zookeeper
- nifi
labels:
- timescaledb
Expand Down