This commit is contained in:
Johannes Scheuermann
2016-08-20 12:02:19 +02:00
parent 3c65fdc752
commit f8d2b21327
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@
{% endif -%}
{% set params = "--master=127.0.0.1:8080" + " " + cluster_name + " " + cluster_cidr + " " + allocate_node_cidrs + " " + service_cluster_ip_range + " " + terminated_pod_gc + " " + enable_garbage_collector + " " + cloud_provider + " " + cloud_config + " " + service_account_key + " " + log_level + " " + root_ca_file -%}
{% set params = params + " " feature_gates %}
{% set params = params + " " + feature_gates -%}
# test_args has to be kept at the end, so they'll overwrite any prior configuration