Skip to content

Commit a4a9f1a

Browse files
vikram-redhatkalexand-rh
authored andcommitted
[master] Release: Link Fixes from 3.7
1 parent c95e889 commit a4a9f1a

File tree

17 files changed

+23
-37
lines changed

17 files changed

+23
-37
lines changed

admin_guide/garbage_collection.adoc

+1-1
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

+2-2
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

+1-2
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

+1-1
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

+3-4
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

+1-1
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

+1-1
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

+1-1
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

+1-4
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

-2
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::[]

creating_images/custom.adoc

+3-8
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ variables with the information needed to proceed with the build:
4646
|Variable Name |Description
4747

4848
|`*BUILD*`
49-
|The entire serialized JSON of the `*Build*`
50-
xref:../rest_api/openshift_v1.adoc#v1-build[object definition]. If you need to
49+
|The entire serialized JSON of the `*Build*` object definition. If you need to
5150
use a specific API version for serialization, you can set the
5251
`*buildAPIVersion*` parameter in the
5352
xref:../dev_guide/builds/build_strategies.adoc#custom-strategy-options[custom strategy
@@ -92,10 +91,6 @@ Although Custom builder image authors have great flexibility in defining the
9291
build process, your builder image must still adhere to the following required
9392
steps necessary for seamlessly running a build inside of {product-title}:
9493

95-
. Read the `*Build*` xref:../rest_api/openshift_v1.adoc#v1-build[object
96-
definition], which contains all the necessary information about input parameters
97-
for the build.
94+
. The `*Build*` object definition contains all the necessary information about input parameters for the build.
9895
. Run the build process.
99-
. If your build produces an image, push it to the build's
100-
xref:../rest_api/openshift_v1.adoc#v1-buildoutput[output location] if it is
101-
defined. Other output locations can be passed with environment variables.
96+
. If your build produces an image, push it to the build's output location if it is defined. Other output locations can be passed with environment variables.

dev_guide/dev_tutorials/openshift_pipeline.adoc

+2-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@ If Jenkins auto-provisioning is enabled on your cluster, and you do not need to
5050
make any customizations to the Jenkins master, you can skip the previous step.
5151
5252
ifdef::openshift-origin,openshift-enterprise[]
53-
For more information about
54-
Jenkins autoprovisioning, see
55-
xref:../../install_config/configuring_pipeline_execution.adoc#install-config-configuring-pipeline-execution[Configuring
56-
Pipeline Execution].
53+
For more information about Jenkins autoprovisioning, see
54+
xref:../../install_config/configuring_pipeline_execution.adoc#install-config-configuring-pipeline-execution[Configuring Pipeline Execution].
5755
endif::[]
5856
====
5957

dev_guide/managing_images.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Currently, it is also possible to make them work with native Kubernetes
373373
resources, such as xref:../dev_guide/jobs.adoc#dev-guide-jobs[jobs],
374374
xref:../architecture/core_concepts/deployments.adoc#replication-controllers[replication
375375
controllers], replica sets or
376-
ifndef::openshift-online,openshift-dedicated[]
376+
ifdef::openshift-enterprise,openshift-origin[]
377377
xref:../dev_guide/deployments/kubernetes_deployments.adoc#dev-guide-kubernetes-deployments-support[Kubernetes
378378
deployments].
379379

@@ -1232,4 +1232,4 @@ endif::[]
12321232
for the whole cluster.
12331233
<8> Languages this image supports. This value will be used during `oc new-app` invocations to try to match potential
12341234
builder images to the provided source repository.
1235-
<9> Version information for this tag.
1235+
<9> Version information for this tag.

dev_guide/volumes.adoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ character.
145145

146146
|`--source`
147147
|Details of volume source as a JSON string. Recommended if the desired volume
148-
source is not supported by `--type`. See
149-
xref:../rest_api/kubernetes_v1.adoc#v1-volume[available volume sources]
148+
source is not supported by `--type`.
150149
|
151150

152151
|`-o, --output`

rest_api/oapi/v1.Build.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[rest-api-v1-build]]
12
= v1.Build
23
{product-author}
34
{product-version}

scaling_performance/cluster_limits.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ expensive and slow down processing given state changes.]
8080
====
8181
Oversubscribing the physical resources on a node affects resource guarantees the
8282
Kubernetes scheduler makes during pod placement. Learn what measures you can
83-
take to xref:../../admin_guide/overcommit.adoc#disabling-swap-memory[avoid memory swapping].
83+
take to xref:../admin_guide/overcommit.adoc#disabling-swap-memory[avoid memory swapping].
8484
====
8585

8686
While

security/container_content.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ with an external URL for additional details:
233233
While
234234
xref:../architecture/core_concepts/builds_and_image_streams.adoc#image-streams[image
235235
stream objects] are what an end-user of {product-title} operates against,
236-
xref:../rest_api/openshift_v1.adoc#v1-image[image objects] are annotated with
236+
image objects are annotated with
237237
security metadata. Image objects are cluster-scoped, pointing to a single image
238238
that may be referenced by many image streams and tags.
239239

0 commit comments

Comments
 (0)