File tree Expand file tree Collapse file tree 4 files changed +809
-18
lines changed Expand file tree Collapse file tree 4 files changed +809
-18
lines changed Original file line number Diff line number Diff line change @@ -518,8 +518,7 @@ Cluster-level extended resources are not tied to nodes. They are usually managed
518
518
by scheduler extenders, which handle the resource consumption and resource quota.
519
519
520
520
You can specify the extended resources that are handled by scheduler extenders
521
- in [scheduler policy
522
- configuration](https://github.com/kubernetes/kubernetes/blob/release-1.10/pkg/scheduler/api/v1/types.go#L31).
521
+ in [scheduler policy configuration](/docs/reference/config-api/kube-scheduler-policy-config.v1/)
523
522
524
523
**Example:**
525
524
@@ -742,23 +741,14 @@ LastState: map[terminated:map[exitCode:137 reason:OOM Killed startedAt:2015-07-0
742
741
743
742
You can see that the Container was terminated because of ` reason:OOM Killed ` , where ` OOM ` stands for Out Of Memory.
744
743
745
-
746
-
747
-
748
-
749
-
750
744
## {{% heading "whatsnext" %}}
751
745
752
-
753
746
* Get hands-on experience [ assigning Memory resources to Containers and Pods] ( /docs/tasks/configure-pod-container/assign-memory-resource/ ) .
754
-
755
747
* Get hands-on experience [ assigning CPU resources to Containers and Pods] ( /docs/tasks/configure-pod-container/assign-cpu-resource/ ) .
756
-
757
748
* For more details about the difference between requests and limits, see
758
749
[ Resource QoS] ( https://git.k8s.io/community/contributors/design-proposals/node/resource-qos.md ) .
759
-
760
750
* Read the [ Container] (/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#container-v1-core) API reference
761
-
762
751
* Read the [ ResourceRequirements] (/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#resourcerequirements-v1-core) API reference
763
-
764
752
* Read about [ project quotas] ( https://xfs.org/docs/xfsdocs-xml-dev/XFS_User_Guide/tmp/en-US/html/xfs-quotas.html ) in XFS
753
+ * Read more about the [ kube-scheduler Policy reference (v1)] ( /docs/reference/config-api/kube-scheduler-policy-config.v1/ )
754
+
Original file line number Diff line number Diff line change @@ -80,6 +80,10 @@ operator to use or manage a cluster.
80
80
81
81
* [ Client authentication API (v1beta1)] ( /docs/reference/config-api/client-authentication.v1beta1/ )
82
82
83
+ ## Config APIs
84
+
85
+ * [ kube-scheduler policy reference (v1)] ( /docs/reference/config-api/kube-scheduler-policy-config.v1/ )
86
+
83
87
## Design Docs
84
88
85
89
An archive of the design docs for Kubernetes functionality. Good starting points are
You can’t perform that action at this time.
0 commit comments