Use shared include file for prerequisites.

This commit is contained in:
steveperry-53
2016-10-20 11:53:40 -07:00
committed by Steve Perry
parent bfd03fed97
commit c60107ea1c
7 changed files with 8 additions and 58 deletions
@@ -11,15 +11,7 @@ external IP address.
{% capture prerequisites %}
* Install [kubectl](http://kubernetes.io/docs/user-guide/prereqs).
* Use a cloud provider like Google Container Engine or Amazon Web Services to
create a Kubernetes cluster. This tutorial creates an
[external load balancer](/docs/user-guide/load-balancer/),
which requires a cloud provider.
* Configure `kubectl` to communicate with your Kubernetes API server. For
instructions, see the documentation for your cloud provider.
{% include task-tutorial-prereqs.md %}
{% endcapture %}