2017-05-09 18:24:43 +00:00
|
|
|
{% assign dialog_title = "stable" %}
|
|
|
|
{% capture dialog_content %}
|
|
|
|
This feature is *stable*, meaning:
|
|
|
|
|
|
|
|
* The version name is vX where X is an integer.
|
|
|
|
* Stable versions of features will appear in released software for many subsequent versions.
|
|
|
|
|
|
|
|
{% endcapture %}
|
|
|
|
|
2017-05-14 17:54:17 +00:00
|
|
|
**FEATURE STATE:** `Kubernetes {{ for_k8s_version | default: page.version }}` {% include feature-dialog.md %}
|