You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin_guide/out_of_resource_handling.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -513,7 +513,7 @@ The node then kills the container with the highest score.
513
513
514
514
Containers with the lowest quality of service that are consuming the largest amount of memory relative to the scheduling request are failed first.
515
515
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.
Copy file name to clipboardExpand all lines: admin_guide/scheduling/pod_affinity.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ spec:
200
200
+
201
201
.. For a preferred rule, specify a weight, 1-100.
202
202
+
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.
204
204
205
205
. 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.
@@ -92,10 +91,6 @@ Although Custom builder image authors have great flexibility in defining the
92
91
build process, your builder image must still adhere to the following required
93
92
steps necessary for seamlessly running a build inside of {product-title}:
94
93
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.
98
95
. 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.
0 commit comments