1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 03:47:04 +01:00

Adjustments for the RelatedLinks fixes PR

This commit is contained in:
Andrea Hoffer
2025-12-16 10:06:09 -05:00
parent eaaf20e8f8
commit 5c956da149
5 changed files with 7 additions and 8 deletions

View File

@@ -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".

View File

@@ -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:

View File

@@ -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

View File

@@ -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]

View File

@@ -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]