Skip to content

Commit a901870

Browse files
authored
fix: remove home component reference (#638)
1 parent 6a653af commit a901870

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/concepts/pages/stackable_resource_requests.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This is meant to be inlined using the "include" directive in other pages.
22
// WARNING: do not add headers here as they can break the structure of pages
33
// that include this file.
4-
Stackable operators handle resource requests in a sligtly different manner than Kubernetes. Resource requests are defined on role or group level. See xref:home:concepts:roles-and-role-groups.adoc[] for details on these concepts. On a role level this means that e.g. all workers will use the same resource requests and limits. This can be further specified on role group level (which takes priority to the role level) to apply different resources.
4+
Stackable operators handle resource requests in a sligtly different manner than Kubernetes. Resource requests are defined on role or group level. See xref:concepts:roles-and-role-groups.adoc[] for details on these concepts. On a role level this means that e.g. all workers will use the same resource requests and limits. This can be further specified on role group level (which takes priority to the role level) to apply different resources.
55

66
This is an example on how to specify CPU and memory resources using the Stackable https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/[Custom Resources]:
77

modules/tutorials/pages/end-to-end_data_pipeline_example.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For example, running a Kafka instance requires the Kafka Operator.
4646

4747
==== Secret Operator
4848

49-
The xref:home:secret-operator:index.adoc[Secret Operator] is needed by the Stackable Operator for Apache NiFi, as NiFi
49+
The xref:secret-operator:index.adoc[Secret Operator] is needed by the Stackable Operator for Apache NiFi, as NiFi
5050
requires the UI to be served via HTTPS. The necessary certificates and keys for this are provided by the Secret Operator
5151
to the NiFi Pods.
5252

@@ -65,7 +65,7 @@ helm install secret-operator stackable-stable/secret-operator
6565
==== ZooKeeper Operator
6666

6767
Apache NiFi and Apache Kafka both use Apache ZooKeeper as backing config storage, so the
68-
xref:home:zookeeper:index.adoc[Stackable Operator for Apache ZooKeeper] has to be installed in order to make sure that a
68+
xref:zookeeper:index.adoc[Stackable Operator for Apache ZooKeeper] has to be installed in order to make sure that a
6969
ZooKeeper cluster can be rolled out. There is no need to install multiple ZooKeeper clusters, as NiFi, Kafka and Druid
7070
can share the same cluster via provisioning a ZNode per backed service.
7171

@@ -667,7 +667,7 @@ spec:
667667
EOF
668668

669669
<1> This is the version of Superset used for this instance. You can find the Superset versions supported by Stackable in
670-
the xref:home:superset:index.adoc[Superset Operator documentation].
670+
the xref:superset:index.adoc[Superset Operator documentation].
671671
<2> This is the reference to the Secret you created earlier.
672672

673673
On the first deployment of the Superset cluster, the Operator will also initialize the database. Once the database is initialized, you can connect to the cluster.

0 commit comments

Comments
 (0)