Add version to prerequisites.
parent
aee953a33f
commit
3e6166b565
|
@ -1,8 +1,16 @@
|
|||
You need to have a Kubernetes cluster, and the kubectl command-line tool must
|
||||
be configured to communicate with your cluster. If you do not already have a
|
||||
be configured to communicate with your cluster.
|
||||
|
||||
If you do not already have a
|
||||
cluster, you can create one by using
|
||||
[Minikube](/docs/getting-started-guides/minikube),
|
||||
or you can use one of these Kubernetes playgrounds:
|
||||
|
||||
* [Katacoda](https://www.katacoda.com/courses/kubernetes/playground)
|
||||
* [Play with Kubernetes](http://labs.play-with-k8s.com/)
|
||||
|
||||
{% if page.min-kubernetes-server-version == page.version %}
|
||||
Your Kubernetes server must be version {{page.min-kubernetes-server-version}}.
|
||||
{% else %}
|
||||
Your Kubernetes server must be version {{page.min-kubernetes-server-version}} or later.
|
||||
{% endif %} To check the version, enter `kubectl version`.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Run a Stateless Application Using a Deployment
|
||||
min-kubernetes-server-version: v1.8
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
|
|
Loading…
Reference in New Issue