diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-02-02 04:59:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-02 04:59:16 -0800 |
commit | 22462aa17098116660d4600c9a1e87cd3ad40698 (patch) | |
tree | a1f848e11070e1fee1f638b34f952e6060d670c4 /inventory/hosts.glusterfs.registry-only.example | |
parent | 55b91ccaa38d759829327589fbaa27ad12d7fd26 (diff) | |
parent | 6093e718a91879c140fa6a6967a345456f583144 (diff) | |
download | openshift-22462aa17098116660d4600c9a1e87cd3ad40698.tar.gz openshift-22462aa17098116660d4600c9a1e87cd3ad40698.tar.bz2 openshift-22462aa17098116660d4600c9a1e87cd3ad40698.tar.xz openshift-22462aa17098116660d4600c9a1e87cd3ad40698.zip |
Merge pull request #6949 from vrutkovs/schedulable-masters
Automatic merge from submit-queue.
Make masters schedulable by default
Fixes #6930
Diffstat (limited to 'inventory/hosts.glusterfs.registry-only.example')
-rw-r--r-- | inventory/hosts.glusterfs.registry-only.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inventory/hosts.glusterfs.registry-only.example b/inventory/hosts.glusterfs.registry-only.example index 6f33e9f6d..dadb2c93e 100644 --- a/inventory/hosts.glusterfs.registry-only.example +++ b/inventory/hosts.glusterfs.registry-only.example @@ -34,7 +34,8 @@ openshift_hosted_registry_storage_kind=glusterfs master [nodes] -master openshift_schedulable=False +# masters should be schedulable to run web console pods +master openshift_schedulable=True # A hosted registry, by default, will only be deployed on nodes labeled # "region=infra". node0 openshift_node_labels="{'region': 'infra'}" openshift_schedulable=True |