add ipip: true note for cloud providers

Change-Id: I863fe85ece4610352a6b85bd642566933ea57254
This commit is contained in:
Matthew Mosesohn 2016-10-04 14:35:44 +03:00
parent 6b26170f70
commit a23792d238
1 changed files with 3 additions and 3 deletions

View File

@ -81,9 +81,9 @@ Create deployment script:
Otherwise, it should take the `local` value.
- ``SLAVE_IPS`` - IPs of the k8s nodes.
.. NOTE:: If you deploy on Ubuntu Trusty BM nodes or host running your VM
nodes, make sure to add ``export CUSTOM_YAML='ipip: true'`` to the
``./deploy-k8s.sh`` file.
.. 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.
Run script: