ac7cd02a6f
* translate supported-doc-versions * fix problems
30 lines
434 B
Markdown
30 lines
434 B
Markdown
---
|
|
title: Kubernetes 文档支持的版本
|
|
content_template: templates/concept
|
|
card:
|
|
name: about
|
|
weight: 10
|
|
title: Kubernetes 文档支持的版本
|
|
---
|
|
|
|
{{% capture overview %}}
|
|
|
|
本网站包含了当前最新版本和之前四个版本的 Kubernetes。
|
|
|
|
{{% /capture %}}
|
|
|
|
{{% capture body %}}
|
|
|
|
## 当前最新版本
|
|
|
|
当前版本是
|
|
[{{< param "version" >}}](/)。
|
|
|
|
## 往期版本
|
|
|
|
{{< versions-other >}}
|
|
|
|
{{% /capture %}}
|
|
|
|
|