diff --git a/modules/graceful-restart.adoc b/modules/graceful-restart.adoc index 689b35e96b..4a3c5123d0 100644 --- a/modules/graceful-restart.adoc +++ b/modules/graceful-restart.adoc @@ -180,4 +180,4 @@ ip-10-0-211-16.ec2.internal Ready control-plane,master 82m v1.33.4 ip-10-0-250-100.ec2.internal Ready worker 69m v1.33.4 ---- + -If the cluster did not start properly, you might need to restore your cluster using an etcd backup. +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". diff --git a/modules/nodes-nodes-resources-cpus-reserve.adoc b/modules/nodes-nodes-resources-cpus-reserve.adoc index 828f7cf6fd..cf9a9c7958 100644 --- a/modules/nodes-nodes-resources-cpus-reserve.adoc +++ b/modules/nodes-nodes-resources-cpus-reserve.adoc @@ -8,6 +8,8 @@ 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. +For more information on the `systemReserved` parameter, see "Allocating resources for nodes in an {product-title} cluster". + .Procedure . Obtain the label associated with the machine config pool (MCP) for the type of node you want to configure: diff --git a/nodes/jobs/nodes-nodes-jobs.adoc b/nodes/jobs/nodes-nodes-jobs.adoc index 966194254c..0d081c4fc7 100644 --- a/nodes/jobs/nodes-nodes-jobs.adoc +++ b/nodes/jobs/nodes-nodes-jobs.adoc @@ -47,7 +47,7 @@ spec: .Additional resources -* link:https://kubernetes.io/docs/concepts/workloads/controllers/job/[Jobs] in the Kubernetes documentation +* link:https://kubernetes.io/docs/concepts/workloads/controllers/job/[Jobs (Kubernetes documentation)] // The following include statements pull in the module files that comprise // the assembly. Include any combination of concept, procedure, or reference diff --git a/nodes/pods/nodes-pods-autoscaling.adoc b/nodes/pods/nodes-pods-autoscaling.adoc index 7acbf1d0a5..84d4c66a74 100644 --- a/nodes/pods/nodes-pods-autoscaling.adoc +++ b/nodes/pods/nodes-pods-autoscaling.adoc @@ -66,8 +66,5 @@ include::modules/nodes-pods-autoscaling-status-viewing.adoc[leveloffset=+2] [role="_additional-resources"] == Additional resources - -* For more information on replication controllers and deployment controllers, -see xref:../../applications/deployments/what-deployments-are.adoc#what-deployments-are[Understanding deployments and deployment configs]. - -* For an example on the usage of HPA, see 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]. +* xref:../../applications/deployments/what-deployments-are.adoc#what-deployments-are[Understanding deployments and deployment configs] +* 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] diff --git a/nodes/pods/nodes-pods-configuring.adoc b/nodes/pods/nodes-pods-configuring.adoc index 8609068491..14adaaff55 100644 --- a/nodes/pods/nodes-pods-configuring.adoc +++ b/nodes/pods/nodes-pods-configuring.adoc @@ -37,7 +37,7 @@ endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[] .Additional resources ifndef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[] * xref:../../nodes/clusters/nodes-cluster-enabling-features.adoc#nodes-cluster-enabling-features[Enabling features using feature gates] -* link:https://kubernetes.io/docs/tasks/run-application/configure-pdb/#unhealthy-pod-eviction-policy[Unhealthy Pod Eviction Policy] in the Kubernetes documentation +* link:https://kubernetes.io/docs/tasks/run-application/configure-pdb/#unhealthy-pod-eviction-policy[Unhealthy Pod Eviction Policy (Kubernetes documentation)] include::modules/nodes-pods-configuring-pod-critical.adoc[leveloffset=+1]