mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
Cloud provider support for OCI (Oracle Cloud Infrastructure)
Signed-off-by: Jeff Bornemann <jeff.bornemann@oracle.com>
This commit is contained in:
@@ -48,6 +48,8 @@ spec:
|
||||
- --cloud-config={{ kube_config_dir }}/cloud_config
|
||||
{% elif cloud_provider is defined and cloud_provider in ["aws", "external"] %}
|
||||
- --cloud-provider={{cloud_provider}}
|
||||
{% elif cloud_provider is defined and cloud_provider == "oci" %}
|
||||
- --cloud_provider=external
|
||||
{% endif %}
|
||||
{% if kube_network_plugin is defined and kube_network_plugin == 'cloud' %}
|
||||
- --configure-cloud-routes=true
|
||||
|
||||
Reference in New Issue
Block a user