Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing Opaque Integer Resources from 3x #19593

Merged
merged 1 commit into from
Mar 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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