Merge pull request #47307 from windsonsea/plegy
[zh] Sync evented-pleg and kubelet-pod-resources-dynamic-resourcespull/47320/head
commit
a48002ff9a
|
@ -8,11 +8,7 @@ _build:
|
|||
stages:
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.26"
|
||||
toVersion: "1.26"
|
||||
- stage: beta
|
||||
defaultValue: false
|
||||
fromVersion: "1.27"
|
||||
fromVersion: "1.25"
|
||||
---
|
||||
<!--
|
||||
Enable support for the kubelet to receive container life cycle events from the
|
||||
|
|
|
@ -15,7 +15,7 @@ stages:
|
|||
Extend the kubelet's pod resources gRPC endpoint to
|
||||
to include resources allocated in `ResourceClaims` via `DynamicResourceAllocation` API.
|
||||
See [resource allocation reporting](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#monitoring-device-plugin-resources) for more details.
|
||||
with informations about the allocatable resources, enabling clients to properly
|
||||
with information about the allocatable resources, enabling clients to properly
|
||||
track the free compute resources on a node.
|
||||
-->
|
||||
扩展 kubelet 的 Pod 资源 gRPC 端点以包括通过
|
||||
|
|
Loading…
Reference in New Issue