mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 09:38:12 -03:30
choose between gce and aws cloud providers
This commit is contained in:
@@ -58,7 +58,7 @@ def install_cluster(inventory_path, credentialsId, network_plugin) {
|
||||
extraVars: [
|
||||
kube_network_plugin: network_plugin
|
||||
],
|
||||
extras: "-e '{\"cloud_provider\": true}'",
|
||||
extras: "-e cloud_provider=aws",
|
||||
colorized: true
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user