Skip to content

Commit 1a64fe5

Browse files
authored
Merge pull request #9027 from kalexand-rh/PR7369
[master] Release: Link Fixes from 3.7
2 parents 7fda15a + a4a9f1a commit 1a64fe5

File tree

17 files changed

+23
-37
lines changed

17 files changed

+23
-37
lines changed

admin_guide/garbage_collection.adoc

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

1515
The {product-title} node performs two types of garbage collection:
1616

17-
* xref:container-garbage-collection[Container garbage collection]: Removes
17+
* xref:container-garbage-collection[Container garbage collection] Removes
1818
terminated containers.
1919
* xref:image-garbage-collection[Image garbage collection]: Removes images not
2020
referenced by any running pods.

admin_guide/limits.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ Across all persistent volume claims in a project, the following must hold true:
388388
[[creating-a-limit-range]]
389389
== Creating a Limit Range
390390

391-
To apply a limit range to a project, create a xref:limit-range-obj-def[limit range
392-
object definition] on your file system to your desired specifications, then run:
391+
To apply a limit range to a project, create a limit range
392+
object definition on your file system to your desired specifications, then run:
393393

394394
----
395395
$ oc create -f <limit_range_file> -n <project>

admin_guide/monitoring_images.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,4 @@ xref:../install_config/registry/index.adoc#install-config-registry-overview[Red
8080
[[monitoring-images-pruning]]
8181
== Pruning Images
8282

83-
The information returned from the above commands is helpful when performing
84-
xref:pruning_resources.adoc#pruning-images[image pruning].
83+
The information returned from the above commands is helpful when performing image pruning.

admin_guide/out_of_resource_handling.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ The node then kills the container with the highest score.
513513

514514
Containers with the lowest quality of service that are consuming the largest amount of memory relative to the scheduling request are failed first.
515515

516-
Unlike pod eviction, if a pod container is OOM failed, it can be restarted by the node based on the node xref:../rest_api/openshift_v1.html#v1-podspec[restart policy].
516+
Unlike pod eviction, if a pod container is OOM failed, it can be restarted by the node based on the node restart policy.
517517

518518

519519
[[out-of-resource-scheduler]]

admin_guide/pruning_resources.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ run outside of the cluster network, the route needs to be provided using
232232
.^|`--force-insecure`
233233
|*Use caution with this option.* Allow an insecure connection to the Docker
234234
registry that is hosted via HTTP or has an invalid HTTPS certificate. See
235-
xref:#pruning-images-secure-or-insecure[Using Secure or Insecure Connections]
235+
xref:pruning-images-secure-or-insecure[Using Secure or Insecure Connections]
236236
for more information.
237237

238238
.^|`--keep-tag-revisions=<N>`
@@ -504,8 +504,7 @@ ifdef::openshift-origin,openshift-enterprise[]
504504
== Hard Pruning the Registry
505505

506506
The OpenShift Container Registry can accumulate blobs that are not referenced by
507-
the {product-title} cluster's etcd. The basic xref:pruning-images[Pruning
508-
Images] procedure, therefore, is unable to operate on them. These are called
507+
the {product-title} cluster's etcd. The basic Pruning Images procedure, therefore, is unable to operate on them. These are called
509508
_orphaned blobs_.
510509

511510
Orphaned blobs can occur from the following scenarios:
@@ -546,7 +545,7 @@ images that are no longer needed. The hard prune does not remove images on its
546545
own. It only removes blobs stored in the registry storage. Therefore, you should
547546
run this just before the hard prune.
548547
+
549-
See xref:pruning-images[Pruning Images] for steps.
548+
See Pruning Images for steps.
550549

551550
. +++<b>Switch the registry to read-only mode:</b>+++ If the registry is not
552551
running in read-only mode, any pushes happening at the same time as the prune

admin_guide/scheduling/pod_affinity.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ spec:
200200
+
201201
.. For a preferred rule, specify a weight, 1-100.
202202
+
203-
.. Specify an `operator`. The xref:../../rest_api/openshift_v1.adoc#unversioned-labelselectorrequirement[operator] can be `In`, `NotIn`, `Exists`, or `DoesNotExist`. For example, use the operator `In` to require the label to be in the node.
203+
.. Specify an `operator`. The operator can be `In`, `NotIn`, `Exists`, or `DoesNotExist`. For example, use the operator `In` to require the label to be in the node.
204204

205205
. Specify a `topologyKey`, which is a prepopulated link:https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#interlude-built-in-node-labels[Kubernetes label] that the system uses to denote such a topology domain.
206206

architecture/additional_concepts/other_api_objects.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ makes sure the volume is available on the same node as the pod that requires it.
6868
A _custom resource_ is an extension of the Kubernetes API that extends the API or allows you to
6969
introduce your own API into a project or a cluster.
7070

71-
See xref:../admin_guide/custom_resource_definitions.adoc#admin-guide-custom-resources[Extend the Kubernetes API with Custom Resources].
71+
See xref:../../admin_guide/custom_resource_definitions.adoc#admin-guide-custom-resources[Extend the Kubernetes API with Custom Resources].
7272

7373
== OAuth Objects
7474

architecture/additional_concepts/storage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ status of the volume.
247247

248248
ifdef::openshift-enterprise,openshift-origin[]
249249
- xref:../../install_config/persistent_storage/persistent_storage_nfs.adoc#install-config-persistent-storage-persistent-storage-nfs[NFS]
250-
- xref:../../rest_api/kubernetes_v1.adoc#v1-hostpathvolumesource[HostPath]
250+
- HostPath
251251
- xref:../../install_config/persistent_storage/persistent_storage_glusterfs.adoc#install-config-persistent-storage-persistent-storage-glusterfs[GlusterFS]
252252
- xref:../../install_config/persistent_storage/persistent_storage_ceph_rbd.adoc#install-config-persistent-storage-persistent-storage-ceph-rbd[Ceph
253253
RBD]

architecture/core_concepts/pods_and_services.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,7 @@ a `*secret*` volume containing the service account credentials.
154154
This pod definition does not include attributes that
155155
are filled by {product-title} automatically after the pod is created and
156156
its lifecycle begins. The
157-
xref:../../rest_api/kubernetes_v1.adoc#rest-api-kubernetes-v1[Kubernetes API documentation]
158-
has complete details of the pod REST API object attributes, and the
159-
link:https://kubernetes.io/docs/concepts/workloads/pods/pod/[Kubernetes pod documentation]
160-
has details about the functionality and purpose of pods.
157+
link:https://kubernetes.io/docs/concepts/workloads/pods/pod/[Kubernetes pod documentation] has details about the functionality and purpose of pods.
161158
====
162159

163160
[[admin-manage-pod-restart]]

architecture/infrastructure_components/kubernetes_infrastructure.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,4 @@ command.
254254
can be reached. Defaults to the *`metadata.name`* value when empty.
255255
====
256256

257-
The xref:../../rest_api/kubernetes_v1.adoc#v1-node[REST API Reference] has
258-
more details on these definitions.
259257
endif::[]

0 commit comments

Comments
 (0)