mirror of https://github.com/docker/docs.git
Updated Kubernetes Stable channel version support, retired Edge channel notes/versions.
Signed-off-by: Brett Randall <javabrett@gmail.com>
This commit is contained in:
parent
27b909795e
commit
d5b35366de
|
@ -12,11 +12,11 @@ Usage: {% include kubernetes-mac-win.md platform="mac" %}
|
||||||
{% if platform == "mac" %}
|
{% if platform == "mac" %}
|
||||||
{% assign product = "Docker for Mac" %}
|
{% assign product = "Docker for Mac" %}
|
||||||
|
|
||||||
{% capture min-version %}{{ product }} **17.12 CE Edge**{% endcapture %}
|
{% capture min-version %}{{ product }} 18.06.0-ce-mac70 CE{% endcapture %}
|
||||||
|
|
||||||
{% capture version-caveat %}
|
{% capture version-caveat %}
|
||||||
Kubernetes is available in {{ min-version }} and higher, and **18.06 Stable** and higher
|
**Kubernetes is only available in {{ min-version }} and higher.
|
||||||
{% endcapture%}
|
{% endcapture %}
|
||||||
|
|
||||||
{% capture local-kubectl-warning %}
|
{% capture local-kubectl-warning %}
|
||||||
> If you independently installed the Kubernetes CLI, `kubectl`, make sure that
|
> If you independently installed the Kubernetes CLI, `kubectl`, make sure that
|
||||||
|
@ -31,10 +31,10 @@ Usage: {% include kubernetes-mac-win.md platform="mac" %}
|
||||||
{% elsif platform == "windows" %}
|
{% elsif platform == "windows" %}
|
||||||
{% assign product = "Docker for Windows" %}
|
{% assign product = "Docker for Windows" %}
|
||||||
|
|
||||||
{% capture min-version %}{{ product }} **18.02 CE Edge**{% endcapture %}
|
{% capture min-version %}{{ product }} 18.06.0-ce-win70 CE{% endcapture %}
|
||||||
|
|
||||||
{% capture version-caveat %}
|
{% capture version-caveat %}
|
||||||
Kubernetes is available in {{ min-version }} and higher, and **18.06 Stable** and higher
|
**Kubernetes is only available in {{ min-version }} and higher.
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% capture local-kubectl-warning %}
|
{% capture local-kubectl-warning %}
|
||||||
|
@ -45,7 +45,9 @@ Usage: {% include kubernetes-mac-win.md platform="mac" %}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{{ version-caveat }}, this includes a standalone Kubernetes server and client,
|
{{ version-caveat }}
|
||||||
|
|
||||||
|
{{ min-version }} includes a standalone Kubernetes server and client,
|
||||||
as well as Docker CLI integration. The Kubernetes server runs locally within
|
as well as Docker CLI integration. The Kubernetes server runs locally within
|
||||||
your Docker instance, is not configurable, and is a single-node cluster.
|
your Docker instance, is not configurable, and is a single-node cluster.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue