Add extra arguments variables for openstack and vsphere cloud controller manager daemonsets (#6783)

This commit is contained in:
Joren Zandstra
2020-10-02 19:14:48 +02:00
committed by GitHub
parent 58959ae82f
commit 9729b6b75a
4 changed files with 18 additions and 0 deletions

View File

@@ -44,6 +44,9 @@ spec:
- --cloud-provider=openstack
- --use-service-account-credentials=true
- --address=127.0.0.1
{% for key, value in external_openstack_cloud_controller_extra_args.items() %}
- "{{ '--' + key + '=' + value }}"
{% endfor %}
volumeMounts:
- mountPath: /etc/kubernetes/pki
name: k8s-certs