File tree Expand file tree Collapse file tree
docs/Container/k8s/deploy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 105105 - 于 2025 年 5 月发布。
106106 - [GA] 增加 sidecar 形式的 init 容器。
107107 - [GA] 增加一种名为 ServiceCIDR 的资源,用于控制 service 使用哪些范围的 clusterIP 。
108- - [Beta] 允许修改 Pod 的 resources 资源配额,而不必重建 Pod 。
108+ - [Beta] 支持动态修改 Pod 的 resources 资源配额,不必重建 Pod 。
109+ - v1.34
110+ - 于 2025 年 8 月发布。
111+ - [GA] [动态资源分配(Dynamic Resource Allocation)](https://kubernetes.io/docs/concepts/scheduling-eviction/dynamic-resource-allocation/)
112+ - 首先给 k8s node 声明 DeviceClass 、ResourceSlice ,说明该节点可提供多少 GPU 等资源。
113+ - 然后在 Pod 中声明 ResourceClaim 字段,说明该 Pod 需要什么资源。
114+ - 如果某个节点的 ResourceSlice ,满足当前 Pod 的 ResourceClaim 需求,则允许当前 Pod 调度到该节点。
115+ - 也可以基于 ResourceClaimTemplate 模板,自动创建 ResourceClaim 。
116+ - [beta] 支持给整个 Pod 声明 resources 资源配额,而不必给每个 container 分别声明 resources 。
109117
110118# # minikube
111119
You can’t perform that action at this time.
0 commit comments