Skip to content

Commit 766e78a

Browse files
authored
chore(signal-processing): Remove ZooKeeper operator from stack (#281)
1 parent 32c0354 commit 766e78a

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

demos/demos-v2.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ demos:
218218
- nifi
219219
- jupyterhub
220220
- grafana-dashboards
221-
- zookeeper
222221
manifests:
223222
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/signal-processing/serviceaccount.yaml
224223
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/signal-processing/create-timescale-tables.yaml

docs/modules/demos/pages/signal-processing.adoc

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,13 @@ Grafana can be reached by first looking up the service endpoint:
124124
----
125125
$ stackablectl stacklet list
126126
127-
┌───────────┬───────────┬───────────┬───────────────────────────────────┬─────────────────────────────────┐
128-
│ PRODUCT ┆ NAME ┆ NAMESPACE ┆ ENDPOINTS ┆ CONDITIONS │
129-
╞═══════════╪═══════════╪═══════════╪═══════════════════════════════════╪═════════════════════════════════╡
130-
│ nifi ┆ nifi ┆ default ┆ https https://172.18.0.3:30851 ┆ Available, Reconciling, Running │
131-
├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
132-
│ zookeeper ┆ zookeeper ┆ default ┆ ┆ Available, Reconciling, Running │
133-
├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
134-
│ grafana ┆ grafana ┆ default ┆ service 172.18.0.3:30499 ┆ │
135-
└───────────┴───────────┴───────────┴───────────────────────────────────┴─────────────────────────────────┘
136-
127+
┌─────────┬─────────┬───────────┬──────────────────────────────────────┬─────────────────────────────────┐
128+
│ PRODUCT ┆ NAME ┆ NAMESPACE ┆ ENDPOINTS ┆ CONDITIONS │
129+
╞═════════╪═════════╪═══════════╪══════════════════════════════════════╪═════════════════════════════════╡
130+
│ nifi ┆ nifi ┆ default ┆ node-https https://172.18.0.2:30774 ┆ Available, Reconciling, Running │
131+
├╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
132+
│ grafana ┆ grafana ┆ default ┆ service 172.18.0.2:30900 ┆ │
133+
└─────────┴─────────┴───────────┴──────────────────────────────────────┴─────────────────────────────────┘
137134
----
138135

139136
Log in to Grafana with username `admin` and password `adminadmin` and navigate to the dashboards.

stacks/stacks-v2.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,6 @@ stacks:
617617
- commons
618618
- listener
619619
- secret
620-
- zookeeper
621620
- nifi
622621
labels:
623622
- timescaledb

0 commit comments

Comments
 (0)