Add short note about new sample deployment script

Change-Id: I6a7163f4b5e5d305719f9320cfa7a6189dce606d
This commit is contained in:
Marek Zawadzki 2016-10-11 13:24:08 +02:00
parent 59183b6355
commit fe79e74f73
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ Create deployment script:
Otherwise, it should take the `local` value.
- ``SLAVE_IPS`` - IPs of the k8s nodes.
.. NOTE:: You can also use ``./utils/jenkins/deploy_k8s_cluster_example.sh``
as a starting point.
.. NOTE:: If you deploy using libvirt with Ubuntu Trusty as a bare metal
hypervisor or deploy on AWS, GCE, or OpenStack, , make sure to add
``export CUSTOM_YAML='ipip: true'`` to the ``./deploy-k8s.sh`` file.