You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:description: Quickstart guide for Stackable: Install stackablectl, set up a demo, and connect to services like Superset and Trino with easy commands and links.
4
4
5
5
This is the super-short getting started guide that should enable you to get something up and running in less than three
@@ -16,9 +16,9 @@ rename the file to `stackablectl`. You can also use the following command:
Copy file name to clipboardExpand all lines: modules/ROOT/partials/release-notes/release-23.11.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,11 @@ Airflow clusters can now be configured to use Kubernetes executors, whereby pods
35
35
For JVM-based products (i.e. Druid, HBase, HDFS, Hive, Kafka, NiFi, Spark, Trino and ZooKeeper) it is now possible to provide custom security settings that override the default values.
36
36
This allows the user to control things such as DNS lookup caches.
37
37
38
+
// TODO: Remove this or describe it differently to not be confused with the new Cockpit app
38
39
===== Stackable Cockpit
39
40
This release includes a very early preview version of Stackable Cockpit, a browser-based management tool which interacts with the Stackable data platform to display e.g. deployed stacklets and their status.
40
41
42
+
// TODO: Same here
41
43
===== stackablectl
42
44
Our command line tool has been re-worked to use the same backbone as Stackable Cockpit: you can find out about the recent enhancements by visiting the online xref:management:stackablectl:index.adoc[documentation].
Copy file name to clipboardExpand all lines: modules/ROOT/partials/release-notes/release-24.11.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -310,7 +310,7 @@ The following product versions are no longer supported (although images for rele
310
310
311
311
==== stackablectl
312
312
313
-
* Bump Rust dependencies to fix critical vulnerability in quinn-proto, see https://github.com/advisories/GHSA-vr26-jcq5-fjj8[CVE-2024-45311] (https://github.com/stackabletech/stackable-cockpit/pull/318).
313
+
* Bump Rust dependencies to fix critical vulnerability in quinn-proto, see https://github.com/advisories/GHSA-vr26-jcq5-fjj8[CVE-2024-45311] (https://github.com/stackabletech/stackablectl/pull/318).
314
314
* We now provide additional completions for Nushell and Elvish, support using SOCK5 and HTTP proxies, and have improved the sorting of release versions.
Copy file name to clipboardExpand all lines: modules/ROOT/partials/release-notes/release-25.3.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,15 +183,15 @@ The following product versions are no longer supported (although images for rele
183
183
* Demos and stacks are now versioned and the main branch is considered unstable.
184
184
`stackablectl` by default installs the latest stable demo and/or stack.
185
185
A specific release can be targeted by providing the `--release` argument.
186
-
See https://github.com/stackabletech/stackable-cockpit/pull/340[stackable-cockpit#340].
186
+
See https://github.com/stackabletech/stackablectl/pull/340[stackablectl#340].
187
187
* Add new argument --chart-source so that operator charts can be pulled either from an OCI registry (the default) or from a index.yaml-based repository.
188
-
See https://github.com/stackabletech/stackable-cockpit/pull/344[stackable-cockpit#344].
188
+
See https://github.com/stackabletech/stackablectl/pull/344[stackablectl#344].
189
189
* Use `rustls-native-certs` so that `stackablectl` can be used in environments with internal PKI.
190
-
See https://github.com/stackabletech/stackable-cockpit/pull/351[stackable-cockpit#351].
190
+
See https://github.com/stackabletech/stackablectl/pull/351[stackablectl#351].
191
191
* Use `heritage` label when looking up the `minio-console` stacklet.
192
-
See https://github.com/stackabletech/stackable-cockpit/pull/364[stackable-cockpit#364].
192
+
See https://github.com/stackabletech/stackablectl/pull/364[stackablectl#364].
193
193
* Improve tracing and log output.
194
-
See https://github.com/stackabletech/stackable-cockpit/pull/365[stackable-cockpit#365].
194
+
See https://github.com/stackabletech/stackablectl/pull/365[stackablectl#365].
Copy file name to clipboardExpand all lines: modules/contributor/pages/project-overview.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The images are pushed into an <<docker-images, image registry>>.
43
43
[[management-tooling]]
44
44
=== Management tooling: stackablectl
45
45
46
-
The `stackablectl` commandline tool lives in the https://github.com/stackabletech/stackable-cockpit[stackable-cockpit{external-link-icon}^] repository.
46
+
The `stackablectl` commandline tool lives in the https://github.com/stackabletech/stackablectl[stackablectl{external-link-icon}^] repository.
47
47
The structure of the repository is documented in its README.
0 commit comments