27 lines
429 B
Markdown
27 lines
429 B
Markdown
|
---
|
||
|
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 %}}
|
||
|
|
||
|
|