Skip to content

Commit 70f203b

Browse files
committed
pre-commit fixes
1 parent d53aa00 commit 70f203b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

modules/concepts/pages/container-images.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ See our documentation xref:concepts:multi-platform-support.adoc[on multi-platfor
3838
[#signatures]
3939
== Image signatures
4040

41-
All Stackable images are signed.
41+
All Stackable images are signed.
4242
Image signatures help to ensure the authenticity and integrity of container images.
4343
You can xref:guides:enabling-verification-of-image-signatures.adoc[verify image signatures automatically] in your cluster to make sure that the images you are running are authentic and intact.
4444

modules/concepts/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Learn about how to access xref:experimental-arm64-support[ARM64-support].
1818

1919
== Connectivity
2020

21-
Many Platform components depend on other components or expose functionality that you can connect to.
21+
Many Platform components depend on other components or expose functionality that you can connect to.
2222
This connectivity is achived with xref:service-discovery.adoc[service discovery ConfigMaps].
2323
To access your Stackable operated products from outside the Kuberenetes cluster learn more about xref:service-exposition.adoc[].
2424

modules/concepts/pages/logging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ spec:
9494
level: NONE
9595
sidecar-container:
9696
console:
97-
level: ERROR
97+
level: ERROR
9898
----
9999
<1> The discovery ConfigMap of the Vector aggregator to publish the logs to. This is set at cluster level.
100100
<2> The role or role group config containing the logging configuration.

modules/concepts/pages/multi-platform-support.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ For example, the Airflow images with tags `airflow:2.9.2-stackable24.7.0-amd64`
1111
The appropriate image will then be transparently selected for the active platform/architecture.
1212
This also enables mixed Kubernetes clusters, with AMD64 and ARM64 nodes being used simultaneously.
1313

14-
NOTE: Superset 2.x (deprecated, and to be removed in a future version) is not available as a multi-platform product image.
14+
NOTE: Superset 2.x (deprecated, and to be removed in a future version) is not available as a multi-platform product image.

modules/concepts/pages/operations/cluster_operations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To restart the HDFS DataNode Pods, run:
9898

9999
[source,shell]
100100
----
101-
$ kubectl rollout restart statefulset dumbo-datanode-default
101+
$ kubectl rollout restart statefulset dumbo-datanode-default
102102
statefulset.apps/dumbo-datanode-default restarted
103103
----
104104

modules/concepts/pages/overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ image::common_objects.drawio.svg[]
7777

7878
These objects can be reused by all operators that support this feature. The S3 bucket only needs to be described once, and then it can be referenced in all products that support reading and/or writing from/to S3. Learn more about S3 configuration: xref:s3.adoc[].
7979

80-
Similarly for the OpenPolicyAgent (OPA). Configuring it looks the same across all products. Learn more: xref:opa.adoc[].
80+
Similarly for the OpenPolicyAgent (OPA). Configuring it looks the same across all products. Learn more: xref:opa.adoc[].

modules/concepts/pages/s3.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ image::s3-overview.drawio.svg[A diagram showing four variations (A, B, C, D) of
4949
The diagram above shows four examples of how the objects can be structured.
5050

5151
// Variant A
52-
Variant A shows all S3 objects inlined in a DruidCluster resource. This is a very convenient way to quickly test something since the entire configuration is encapsulated in a single but potentially large manifest.
52+
Variant A shows all S3 objects inlined in a DruidCluster resource. This is a very convenient way to quickly test something since the entire configuration is encapsulated in a single but potentially large manifest.
5353

5454
// Variant B
5555
In variant B the S3 bucket has been split out into its own resource. It can now be referred to by multiple different tools as well.

modules/concepts/pages/stacklet.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The products are usually deployed with StatefulSets from which Pods are created.
1414
Configuration is done with ConfigMaps, and the the software is exposed using Services.
1515
To allow for easier connectivity between Stacklets, some operators also deploy a xref:service-discovery.adoc[] for Stacklets they manage.
1616

17-
CAUTION: Watch out for name collisions when deploying multiple Stacklets in the same namespace!
17+
CAUTION: Watch out for name collisions when deploying multiple Stacklets in the same namespace!
1818
Even though the resource might be different (TrinoCluster, HbaseCluster), there is a name conflict for the discovery ConfigMap if two Stacklets in the same Kubernetes namespace share a name.
1919
It is best to always use unique names for Stacklets.
2020

0 commit comments

Comments
 (0)