Merge pull request #1045 from bradbeam/vsphere

Adding vsphere cloud provider support
This commit is contained in:
Antoine Legrand
2017-03-06 12:34:05 +01:00
committed by GitHub
8 changed files with 72 additions and 28 deletions

View File

@@ -52,7 +52,7 @@ spec:
{% endif %}
- --v={{ kube_log_level }}
- --allow-privileged=true
{% if cloud_provider is defined and cloud_provider in ["openstack", "azure"] %}
{% if cloud_provider is defined and cloud_provider in ["openstack", "azure", "vsphere"] %}
- --cloud-provider={{ cloud_provider }}
- --cloud-config={{ kube_config_dir }}/cloud_config
{% elif cloud_provider is defined and cloud_provider == "aws" %}