Skip to content

Commit c36b6b3

Browse files
authored
Merge pull request #846 from stackabletech/chore/remove-cockpit-references-25.11
chore: Remove references to Stackable Cockpit (backport of #841)
2 parents 5aae336 + d11d20c commit c36b6b3

7 files changed

Lines changed: 5 additions & 10 deletions

File tree

modules/ROOT/nav2.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
* Management
22
** xref:management:stackablectl:index.adoc[]
3-
** xref:management:cockpit:index.adoc[]

modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,9 @@ Read the CustomResourceDefinition (CRD) reference for all CRDs that are deployed
132132
<h3>Tooling</h3>
133133
++++
134134

135-
Learn more about the tooling that supports the Stackable Data Platform; the `stackablectl` CLI utility and the Stackable Cockpit Web UI.
135+
Learn more about `stackablectl`, the CLI utility for the Stackable Data Platform.
136136

137137
* xref:management:stackablectl:index.adoc[stackablectl]
138-
* xref:management:cockpit:index.adoc[Cockpit UI]
139138
140139
++++
141140
</div>

modules/ROOT/pages/quickstart.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
= Quickstart
22
:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-1.1.0
3-
:cockpit-releases: https://github.com/stackabletech/stackable-cockpit/releases
43
:description: Quickstart guide for Stackable: Install stackablectl, set up a demo, and connect to services like Superset and Trino with easy commands and links.
54

65
This is the super-short getting started guide that should enable you to get something up and running in less than three

modules/concepts/pages/observability/labels.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Labels are key/value pairs in the metadata of Kubernetes objects that add identifying information to the object.
66
They do not have direct semantic implications but can be used to organize and manage resources.
7-
The xref:management:stackablectl:index.adoc[`stackablectl`] tool, the cockpit, and the Helm Charts add labels to the resources that are part of a xref:stacklet.adoc[Stacklet], and the operators add labels to the resources they create.
7+
The xref:management:stackablectl:index.adoc[`stackablectl`] tool and the Helm Charts both add labels to the resources that are part of a xref:stacklet.adoc[Stacklet]. The operators add labels to the resources they create.
88

99
== Resource labels added by the operators
1010

modules/contributor/pages/docs/overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Without this templating mechanism, every release these values would need to be u
8989

9090
The documentation consists of two _components_, the `home` and `management` component.
9191
All documentation for the operators is in the `home` component, and it is versioned with the platform versions (23.11, 24.3, 24.7 etc.).
92-
The `management` component contains docs for `stackablectl` and the Stackable cockpit; it is not versioned (there is only a single, current version).
92+
The `management` component contains the docs for `stackablectl`. It is not versioned (there is only a single, current version).
9393

9494
The `home` component is actually a {antora-distributed-components}[distributed component{external-link-icon}^], which means that it is split across multiple repositories.
9595
Each operator repository has a `docs` directory where the docs are found, and in there the `antora.yml` file specifies that the component is `home`, which means that the `home` component is partially defined across all operator repositories.

modules/contributor/pages/project-overview.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ The actual product artifacts are pulled from the <<product-artifacts, product ar
4141
The images are pushed into an <<docker-images, image registry>>.
4242

4343
[[management-tooling]]
44-
=== Management tooling: stackablectl, stackable-cockpit
44+
=== Management tooling: stackablectl
4545

46-
The `stackablectl` commandline tool and the Stackable Cockpit UI are both found in the https://github.com/stackabletech/stackable-cockpit[stackable-cockpit{external-link-icon}^] repository, and they both share some code.
46+
The `stackablectl` commandline tool lives in the https://github.com/stackabletech/stackable-cockpit[stackable-cockpit{external-link-icon}^] repository.
4747
The structure of the repository is documented in its README.
4848

4949
[[documentation]]
@@ -137,7 +137,6 @@ the `sdp` project, run this command:
137137
----
138138
$ curl -X GET --header 'Accept: application/json' 'https://oci.stackable.tech/api/v2.0/projects/sdp/repositories?page=1' | jq --raw-output '.[] | .name'
139139
sdp/statsd_exporter
140-
sdp/stackable-cockpit
141140
sdp/product1
142141
sdp/git-sync/git-sync
143142
sdp/sig-storage/csi-provisioner

supplemental-ui/partials/navbar.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
<div class="navbar-item has-dropdown is-hoverable">
6565
<a class="navbar-link" href="#">Tools</a>
6666
<div class="navbar-dropdown">
67-
<a class="navbar-item" href="{{{ relativize (versioned "management" page "cockpit/index.html") }}}">Cockpit</a>
6867
<a class="navbar-item" href="{{{ relativize (versioned "management" page "stackablectl/index.html") }}}">stackablectl</a>
6968
</div>
7069
</div>

0 commit comments

Comments
 (0)