Skip to content

Commit 0777e45

Browse files
authored
Merge pull request #63230 from mburke5678/nodes-misc-fix-errors
Nodes Miscellaneous docs fixes during ROSA review
2 parents 5230a7b + 1ea063d commit 0777e45

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

modules/nodes-pods-pod-disruption-about.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@
55
// * post_installation_configuration/cluster-tasks.adoc
66

77
:_content-type: CONCEPT
8-
[id="nodes-pods-configuring-pod-distruption-about_{context}"]
8+
[id="nodes-pods-pod-distruption-about_{context}"]
99
= Understanding how to use pod disruption budgets to specify the number of pods that must be up
1010

11-
A _pod disruption budget_ is part of the
12-
link:http://kubernetes.io/docs/admin/disruptions/[Kubernetes] API, which can be
13-
managed with `oc` commands like other object types. They
14-
allow the specification of safety constraints on pods during operations, such as
15-
draining a node for maintenance.
11+
A _pod disruption budget_ allows the specification of safety constraints on pods during operations, such as draining a node for maintenance.
1612

1713
`PodDisruptionBudget` is an API object that specifies the minimum number or
1814
percentage of replicas that must be up at a time. Setting these in projects can

nodes/containers/nodes-containers-using.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ toc::[]
1010

1111

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

nodes/jobs/nodes-nodes-jobs.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ spec:
4545
<5> The template for the pod the controller creates.
4646
<6> The restart policy of the pod.
4747

48-
See the http://kubernetes.io/docs/user-guide/jobs/[Kubernetes documentation] for
49-
more information about jobs.
48+
.Additional resources
49+
50+
* link:https://kubernetes.io/docs/concepts/workloads/controllers/job/[Jobs] in the Kubernetes documentation
5051
5152
// The following include statements pull in the module files that comprise
5253
// the assembly. Include any combination of concept, procedure, or reference

nodes/scheduling/nodes-scheduler-node-affinity.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ include::modules/olm-overriding-operator-pod-affinity.adoc[leveloffset=+1]
3232
[role="_additional-resources"]
3333
== Additional resources
3434

35-
* For information about changing node labels, see
36-
xref:../../nodes/nodes/nodes-nodes-working.adoc#nodes-nodes-working-updating_nodes-nodes-working[Understanding how to update labels on nodes].
35+
* xref:../../nodes/nodes/nodes-nodes-working.adoc#nodes-nodes-working-updating_nodes-nodes-working[Understanding how to update labels on nodes]

0 commit comments

Comments
 (0)