Skip to content

Commit f86e63e

Browse files
authored
Merge pull request #103972 from bergerhoffer/related-links
Adjustments for the RelatedLinks fixes PR
2 parents 75447bd + 207823c commit f86e63e

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

modules/graceful-restart.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ ip-10-0-211-16.ec2.internal Ready control-plane,master 82m v1.33.4
180180
ip-10-0-250-100.ec2.internal Ready worker 69m v1.33.4
181181
----
182182
+
183-
If the cluster did not start properly, you might need to restore your cluster using an etcd backup.
183+
If the cluster did not start properly, you might need to restore your cluster using an etcd backup. For more information, see "Restoring to a previous cluster state".

modules/nodes-nodes-resources-cpus-reserve.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
To explicitly define a list of CPUs that are reserved for specific nodes, create a `KubeletConfig` custom resource (CR) to define the `reservedSystemCPUs` parameter. This list supersedes the CPUs that might be reserved using the `systemReserved` parameter.
1010

11+
For more information on the `systemReserved` parameter, see "Allocating resources for nodes in an {product-title} cluster".
12+
1113
.Procedure
1214

1315
. Obtain the label associated with the machine config pool (MCP) for the type of node you want to configure:

nodes/jobs/nodes-nodes-jobs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747

4848
.Additional resources
4949

50-
* link:https://kubernetes.io/docs/concepts/workloads/controllers/job/[Jobs] in the Kubernetes documentation
50+
* link:https://kubernetes.io/docs/concepts/workloads/controllers/job/[Jobs (Kubernetes documentation)]
5151
5252
// The following include statements pull in the module files that comprise
5353
// the assembly. Include any combination of concept, procedure, or reference

nodes/pods/nodes-pods-autoscaling.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ include::modules/nodes-pods-autoscaling-status-viewing.adoc[leveloffset=+2]
6666

6767
[role="_additional-resources"]
6868
== Additional resources
69-
* xref:../../applications/deployments/what-deployments-are.adoc#what-deployments-are[Understanding deployments and deployment configs].
70-
* https://cloud.redhat.com/blog/horizontal-pod-autoscaling-of-quarkus-application-based-on-memory-utilization[Horizontal Pod Autoscaling of Quarkus Application Based on Memory Utilization].
69+
* xref:../../applications/deployments/what-deployments-are.adoc#what-deployments-are[Understanding deployments and deployment configs]
70+
* link:https://cloud.redhat.com/blog/horizontal-pod-autoscaling-of-quarkus-application-based-on-memory-utilization[Horizontal Pod Autoscaling of Quarkus Application Based on Memory Utilization]

nodes/pods/nodes-pods-configuring.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
3737
.Additional resources
3838
ifndef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
3939
* xref:../../nodes/clusters/nodes-cluster-enabling-features.adoc#nodes-cluster-enabling-features[Enabling features using feature gates]
40-
* link:https://kubernetes.io/docs/tasks/run-application/configure-pdb/#unhealthy-pod-eviction-policy[Unhealthy Pod Eviction Policy] in the Kubernetes documentation
40+
* link:https://kubernetes.io/docs/tasks/run-application/configure-pdb/#unhealthy-pod-eviction-policy[Unhealthy Pod Eviction Policy (Kubernetes documentation)]
4141

4242
include::modules/nodes-pods-configuring-pod-critical.adoc[leveloffset=+1]
4343

0 commit comments

Comments
 (0)