513 B
		
	
	
	
	
	
			
		
		
	
	
			513 B
		
	
	
	
	
	
| title | 
|---|
| Supported Versions of the Kubernetes Documentation | 
{% capture overview %}
This website contains documentation for the current version of Kubernetes and the four previous versions of Kubernetes.
{% endcapture %}
{% capture body %}
Current version
The current version is {{page.version}}.
Previous versions
{% for v in page.versions %} {% if v.version != page.version %}
- {{ v.version }} {% endif %} {% endfor %}
 
{% endcapture %}
{% include templates/concept.md %}