|
| 1 | +--- |
| 2 | +content_type: "reference" |
| 3 | +title: Kubelet 设备管理器 API 版本 |
| 4 | +weight: 10 |
| 5 | +--- |
| 6 | +<!-- |
| 7 | +content_type: "reference" |
| 8 | +title: Kubelet Device Manager API Versions |
| 9 | +weight: 10 |
| 10 | +--> |
| 11 | + |
| 12 | +<!-- |
| 13 | +This page provides details of version compatibility between the Kubernetes |
| 14 | +[device plugin API](https://github.com/kubernetes/kubelet/tree/master/pkg/apis/deviceplugin), |
| 15 | +and different versions of Kubernetes itself. |
| 16 | +--> |
| 17 | +本页详述了 Kubernetes |
| 18 | +[设备插件 API](https://github.com/kubernetes/kubelet/tree/master/pkg/apis/deviceplugin) |
| 19 | +与不同版本的 Kubernetes 本身之间的版本兼容性。 |
| 20 | + |
| 21 | +<!-- |
| 22 | +## Compatibility matrix |
| 23 | +--> |
| 24 | +## 兼容性矩阵 {#compatibility-matrix} |
| 25 | + |
| 26 | +| | `v1alpha1` | `v1beta1` | |
| 27 | +|-----------------|-------------|-------------| |
| 28 | +| Kubernetes 1.21 | - | ✓ | |
| 29 | +| Kubernetes 1.22 | - | ✓ | |
| 30 | +| Kubernetes 1.23 | - | ✓ | |
| 31 | +| Kubernetes 1.24 | - | ✓ | |
| 32 | +| Kubernetes 1.25 | - | ✓ | |
| 33 | +| Kubernetes 1.26 | - | ✓ | |
| 34 | + |
| 35 | +<!-- |
| 36 | +Key: |
| 37 | +
|
| 38 | +* `✓` Exactly the same features / API objects in both device plugin API and |
| 39 | + the Kubernetes version. |
| 40 | +--> |
| 41 | +简要说明: |
| 42 | + |
| 43 | +* `✓` 设备插件 API 和 Kubernetes 版本中的特性或 API 对象完全相同。 |
| 44 | +<!-- |
| 45 | +* `+` The device plugin API has features or API objects that may not be present in the |
| 46 | + Kubernetes cluster, either because the device plugin API has added additional new API |
| 47 | + calls, or that the server has removed an old API call. However, everything they have in |
| 48 | + common (most other APIs) will work. Note that alpha APIs may vanish or |
| 49 | + change significantly between one minor release and the next. |
| 50 | +--> |
| 51 | +* `+` 设备插件 API 具有 Kubernetes 集群中可能不存在的特性或 API 对象, |
| 52 | + 不是因为设备插件 API 添加了额外的新 API 调用,就是因为服务器移除了旧的 API 调用。 |
| 53 | + 但它们的共同点是(大多数其他 API)都能工作。 |
| 54 | + 请注意,Alpha API 可能会在次要版本的迭代过程中消失或出现重大变更。 |
| 55 | +<!-- |
| 56 | +* `-` The Kubernetes cluster has features the device plugin API can't use, |
| 57 | + either because server has added additional API calls, or that device plugin API has |
| 58 | + removed an old API call. However, everything they share in common (most APIs) will work. |
| 59 | +--> |
| 60 | +* `-` Kubernetes 集群具有设备插件 API 无法使用的特性,不是因为服务器添加了额外的 API 调用, |
| 61 | + 就是因为设备插件 API 移除了旧的 API 调用。但它们的共同点是(大多数 API)都能工作。 |
0 commit comments