1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Nodes Miscellaneous docs fixes during ROSA review

This commit is contained in:
Michael Burke
2023-08-04 14:14:26 -04:00
committed by openshift-cherrypick-robot
parent ea0bd66e27
commit 959ca73c17
4 changed files with 7 additions and 11 deletions

View File

@@ -5,14 +5,10 @@
// * post_installation_configuration/cluster-tasks.adoc
:_content-type: CONCEPT
[id="nodes-pods-configuring-pod-distruption-about_{context}"]
[id="nodes-pods-pod-distruption-about_{context}"]
= Understanding how to use pod disruption budgets to specify the number of pods that must be up
A _pod disruption budget_ is part of the
link:http://kubernetes.io/docs/admin/disruptions/[Kubernetes] API, which can be
managed with `oc` commands like other object types. They
allow the specification of safety constraints on pods during operations, such as
draining a node for maintenance.
A _pod disruption budget_ allows the specification of safety constraints on pods during operations, such as draining a node for maintenance.
`PodDisruptionBudget` is an API object that specifies the minimum number or
percentage of replicas that must be up at a time. Setting these in projects can

View File

@@ -10,7 +10,7 @@ toc::[]
The basic units of {product-title} applications are called _containers_.
link:https://access.redhat.com/articles/1353593[Linux container technologies]
Linux container technologies
are lightweight mechanisms for isolating running processes so that they are
limited to interacting with only their designated resources.

View File

@@ -45,8 +45,9 @@ spec:
<5> The template for the pod the controller creates.
<6> The restart policy of the pod.
See the http://kubernetes.io/docs/user-guide/jobs/[Kubernetes documentation] for
more information about jobs.
.Additional resources
* link:https://kubernetes.io/docs/concepts/workloads/controllers/job/[Jobs] in the 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

@@ -32,5 +32,4 @@ include::modules/olm-overriding-operator-pod-affinity.adoc[leveloffset=+1]
[role="_additional-resources"]
== Additional resources
* For information about changing node labels, see
xref:../../nodes/nodes/nodes-nodes-working.adoc#nodes-nodes-working-updating_nodes-nodes-working[Understanding how to update labels on nodes].
* xref:../../nodes/nodes/nodes-nodes-working.adoc#nodes-nodes-working-updating_nodes-nodes-working[Understanding how to update labels on nodes]