Skip to content

Commit 7b0ad4c

Browse files
author
Felix Hennig
committed
docs: renamed getting-started.sh -> getting_started.sh (#390)
# Description *Please add a description here. This will become the commit message of the merge request later.*
1 parent 919c06d commit 7b0ad4c

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

docs/modules/trino/pages/getting_started/first_steps.adoc

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ and apply it:
1717

1818
[source,bash]
1919
----
20-
include::example$getting_started/code/getting-started.sh[tag=install-trino]
20+
include::example$getting_started/code/getting_started.sh[tag=install-trino]
2121
----
2222

2323
Wait for the Trino cluster to get ready:
2424

2525
[source,bash]
2626
----
27-
include::example$getting_started/code/getting-started.sh[tag=watch-trino-rollout]
27+
include::example$getting_started/code/getting_started.sh[tag=watch-trino-rollout]
2828
----
2929

3030
== Verify that it works
@@ -49,7 +49,7 @@ Create a port-forward for the coordinator to access Trino easily in the next ste
4949

5050
[source,bash]
5151
----
52-
include::example$getting_started/code/getting-started.sh[tag=port-forwarding]
52+
include::example$getting_started/code/getting_started.sh[tag=port-forwarding]
5353
----
5454

5555
=== Access the Trino cluster via CLI tool
@@ -58,21 +58,21 @@ We use the https://trino.io/download.html[Trino CLI tool] to access the Trino cl
5858

5959
[source,bash]
6060
----
61-
include::example$getting_started/code/getting-started.sh[tag=download-trino-cli]
61+
include::example$getting_started/code/getting_started.sh[tag=download-trino-cli]
6262
----
6363

6464
We need to make the CLI tool executable:
6565

6666
[source,bash]
6767
----
68-
include::example$getting_started/code/getting-started.sh[tag=chmod-trino-cli]
68+
include::example$getting_started/code/getting_started.sh[tag=chmod-trino-cli]
6969
----
7070

7171
Now, run some queries against the coordinator. Show available catalogs:
7272

7373
[source,bash]
7474
----
75-
include::example$getting_started/code/getting-started.sh[tag=retrieve-trino-catalogs]
75+
include::example$getting_started/code/getting_started.sh[tag=retrieve-trino-catalogs]
7676
----
7777

7878
which should output:
@@ -86,7 +86,7 @@ Check how many workers are connected to the coordinator:
8686

8787
[source,bash]
8888
----
89-
include::example$getting_started/code/getting-started.sh[tag=retrieve-trino-workers]
89+
include::example$getting_started/code/getting_started.sh[tag=retrieve-trino-workers]
9090
----
9191

9292
which should output:
@@ -118,7 +118,7 @@ In order to remove the previously downloaded CLI tool, you can safely remove it
118118

119119
[source]
120120
----
121-
include::example$getting_started/code/getting-started.sh[tag=cleanup-trino-cli]
121+
include::example$getting_started/code/getting_started.sh[tag=cleanup-trino-cli]
122122
----
123123

124124
== What's next

docs/modules/trino/pages/getting_started/installation.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ After you have installed stackablectl, run the following command to install all
1818

1919
[source,bash]
2020
----
21-
include::example$getting_started/code/getting-started.sh[tag=stackablectl-install-operators]
21+
include::example$getting_started/code/getting_started.sh[tag=stackablectl-install-operators]
2222
----
2323

2424
The tool will show
@@ -36,14 +36,14 @@ You can also use Helm to install the operators. Add the Stackable Helm repositor
3636

3737
[source,bash]
3838
----
39-
include::example$getting_started/code/getting-started.sh[tag=helm-add-repo]
39+
include::example$getting_started/code/getting_started.sh[tag=helm-add-repo]
4040
----
4141

4242
Then install the Stackable Operators:
4343

4444
[source,bash]
4545
----
46-
include::example$getting_started/code/getting-started.sh[tag=helm-install-operators]
46+
include::example$getting_started/code/getting_started.sh[tag=helm-install-operators]
4747
----
4848

4949
Helm will deploy the operators in a Kubernetes Deployment and apply the CRDs for the Trino service (as well as the CRDs for the required operators). You are now ready to deploy Trino in Kubernetes.

0 commit comments

Comments
 (0)