55 lines
793 B
Markdown
55 lines
793 B
Markdown
---
|
|
title: Kubernetes 文档支持的版本
|
|
content_template: templates/concept
|
|
---
|
|
|
|
{{% capture overview %}}
|
|
|
|
本网站包含当前版本和之前四个版本的 Kubernetes 文档。
|
|
|
|
{{% /capture %}}
|
|
|
|
{{% capture body %}}
|
|
|
|
## 当前版本
|
|
|
|
当前版本是
|
|
[{{< param "version" >}}](/)。
|
|
|
|
## 之前的版本
|
|
|
|
{{< versions-other >}}
|
|
|
|
{{% /capture %}}
|
|
|
|
|
|
|
|
<!--
|
|
---
|
|
title: Supported Versions of the Kubernetes Documentation
|
|
content_template: templates/concept
|
|
---
|
|
|
|
{{% capture overview %}}
|
|
|
|
This website contains documentation for the current version of Kubernetes
|
|
and the four previous versions of Kubernetes.
|
|
|
|
{{% /capture %}}
|
|
|
|
{{% capture body %}}
|
|
|
|
## Current version
|
|
|
|
The current version is
|
|
[{{< param "version" >}}](/).
|
|
|
|
## Previous versions
|
|
|
|
{{< versions-other >}}
|
|
|
|
{{% /capture %}}
|
|
|
|
|
|
|
|
--> |