Skip to content

Commit f896cfa

Browse files
authored
Merge pull request #643 from stackabletech/fix/release-24.3-remove-home-xref
fix: remove home component reference
2 parents 5c3e1c4 + a35aeab commit f896cfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/concepts/pages/overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Learn more about roles: xref:roles-and-role-groups.adoc[]
4747
[#deployment]
4848
== Deployment
4949

50-
All operators and products run as containers in a xref:home::kubernetes.adoc[Kubernetes cluster]. The operators are deployed with stackablectl (the Stackable CLI) or Helm.
50+
All operators and products run as containers in a xref:kubernetes.adoc[Kubernetes cluster]. The operators are deployed with stackablectl (the Stackable CLI) or Helm.
5151

5252
image::deployment.drawio.svg[]
5353

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

0 commit comments

Comments
 (0)