diff options
author | enlinxu <jannleno1@gmail.com> | 2016-10-20 09:11:42 -0400 |
---|---|---|
committer | enlinxu <jannleno1@gmail.com> | 2016-10-20 09:11:42 -0400 |
commit | e5cb11494c2fdc2a6e2c4c60349e0d4c6f6561e6 (patch) | |
tree | 14b208c47ee3e1ba9894518c3270efd402c8c983 /roles/openshift_master/templates | |
parent | 4a5b2dd0510ac092da44a09730a734fe9ef7e112 (diff) | |
download | openshift-e5cb11494c2fdc2a6e2c4c60349e0d4c6f6561e6.tar.gz openshift-e5cb11494c2fdc2a6e2c4c60349e0d4c6f6561e6.tar.bz2 openshift-e5cb11494c2fdc2a6e2c4c60349e0d4c6f6561e6.tar.xz openshift-e5cb11494c2fdc2a6e2c4c60349e0d4c6f6561e6.zip |
support 3rd party scheduler
Diffstat (limited to 'roles/openshift_master/templates')
-rw-r--r-- | roles/openshift_master/templates/master.yaml.v1.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_master/templates/master.yaml.v1.j2 b/roles/openshift_master/templates/master.yaml.v1.j2 index 4d45e8591..70233c73f 100644 --- a/roles/openshift_master/templates/master.yaml.v1.j2 +++ b/roles/openshift_master/templates/master.yaml.v1.j2 @@ -131,6 +131,7 @@ kubernetesMasterConfig: proxyClientInfo: certFile: master.proxy-client.crt keyFile: master.proxy-client.key + schedulerArguments: {{ openshift_master_scheduler_args | default(None) | to_padded_yaml( level=3 ) }} schedulerConfigFile: {{ openshift_master_scheduler_conf }} servicesNodePortRange: "" servicesSubnet: {{ openshift.common.portal_net }} |