Skip to content

Commit

Permalink
Merge pull request #19593 from mburke5678/nodes-remove-opaque-v3
Browse files Browse the repository at this point in the history
Removing Opaque Integer Resources from 3x
  • Loading branch information
mburke5678 authored Mar 9, 2020
2 parents 0e6721a + ff9dd77 commit f6ac18d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 162 deletions.
3 changes: 0 additions & 3 deletions _topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -643,9 +643,6 @@ Topics:
- Name: Allocating Node Resources
File: allocating_node_resources
Distros: openshift-origin,openshift-enterprise,atomic-*
- Name: Opaque Integer Resources
File: opaque_integer_resources
Distros: openshift-origin,openshift-enterprise
- Name: Node Problem Detector
File: node_problem_detector
Distros: openshift-origin,openshift-enterprise
Expand Down
143 changes: 0 additions & 143 deletions admin_guide/opaque_integer_resources.adoc

This file was deleted.

16 changes: 0 additions & 16 deletions dev_guide/compute_resources.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -351,22 +351,6 @@ $ oc run ruby-hello-world --image=ruby-hello-world --limits=memory=400Mi
----
endif::[]


ifdef::openshift-origin,openshift-enterprise[]
[[opaque-integer-resources-dev]]
=== Opaque Integer Resources

include::admin_guide/opaque_integer_resources.adoc[tag=oir-intro]

The cluster administrator is usually responsible for creating the resources and making them available.
For more information on creating opaque integer resources, see xref:../admin_guide/opaque_integer_resources.adoc#admin-guide-opaque-resources[Opaque Integer Resources] in the Administrator Guide.

To consume an opaque integer resource in a pod, edit the pod to
include the name of the opaque resource as a key in the `spec.containers[].resources.requests` field.

include::admin_guide/opaque_integer_resources.adoc[tag=oir-step]
endif::[]

ifdef::openshift-enterprise,openshift-dedicated,openshift-aro,openshift-origin[]
== Project Resource Limits

Expand Down

0 comments on commit f6ac18d

Please sign in to comment.