summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2015-11-05 14:06:42 -0500
committerAndrew Butcher <abutcher@redhat.com>2015-11-05 14:06:42 -0500
commit11e7783d4b4177f100ecea8a8ffafbfb07ec47ee (patch)
tree5dc6c7ae4909826593d0c9e8a979b73549f4da61 /roles/openshift_master
parentca9f4f08fbf14f9edfa7331e327cf92a25cd4401 (diff)
downloadopenshift-11e7783d4b4177f100ecea8a8ffafbfb07ec47ee.tar.gz
openshift-11e7783d4b4177f100ecea8a8ffafbfb07ec47ee.tar.bz2
openshift-11e7783d4b4177f100ecea8a8ffafbfb07ec47ee.tar.xz
openshift-11e7783d4b4177f100ecea8a8ffafbfb07ec47ee.zip
Revert to defaults
Diffstat (limited to 'roles/openshift_master')
-rw-r--r--roles/openshift_master/templates/master.yaml.v1.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/openshift_master/templates/master.yaml.v1.j2 b/roles/openshift_master/templates/master.yaml.v1.j2
index 9145df479..d4a6590ea 100644
--- a/roles/openshift_master/templates/master.yaml.v1.j2
+++ b/roles/openshift_master/templates/master.yaml.v1.j2
@@ -89,12 +89,12 @@ kubernetesMasterConfig:
controllerArguments: {{ controller_args if controller_args is defined else 'null' }}
masterCount: {{ openshift.master.master_count }}
masterIP: {{ openshift.common.ip }}
- podEvictionTimeout: 5m
+ podEvictionTimeout: ""
proxyClientInfo:
certFile: master.proxy-client.crt
keyFile: master.proxy-client.key
schedulerConfigFile: {{ openshift_master_scheduler_conf }}
- servicesNodePortRange: 30000-32767
+ servicesNodePortRange: ""
servicesSubnet: {{ openshift.master.portal_net }}
staticNodeNames: {{ openshift_node_ips | default([], true) }}
{% endif %}
@@ -126,7 +126,7 @@ projectConfig:
mcsLabelsPerProject: {{ openshift.master.mcs_labels_per_project }}
uidAllocatorRange: "{{ openshift.master.uid_allocator_range }}"
routingConfig:
- subdomain: "{{ openshift.master.default_subdomain | default("router.default.svc.cluster.local") }}"
+ subdomain: "{{ openshift.master.default_subdomain | default("") }}"
serviceAccountConfig:
limitSecretReferences: false
managedNames: