Master-config.yml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 40: Line 40:
===schedulerConfigFile===
===schedulerConfigFile===


Specifies the path to the [[OpenShift_Concepts#Scheduler_Policy|scheduler policy]] definition file.  The default value is /etc/origin/master/scheduler.json.
Specifies the path to the [[OpenShift_Concepts#Scheduler_Policy|scheduler policy]] definition file.  The default value is /etc/origin/master/scheduler.json. File content sample:
 
{{Internal|/etc/origin/master/scheduler.json|/etc/origin/master/scheduler.json}}


===servicesSubnet===
===servicesSubnet===

Revision as of 01:31, 6 July 2017

External

Internal

Location

Found only on master nodes.

/etc/origin/master/master-config.yaml

Reference

assetConfig

metricsPublicURL

The OpenShift web console uses the data coming from the Hawkular Metrics service to display its graphs. The URL for accessing the Hawkular Metrics service must be configured with 'metricsPublicURL' option. This URL corresponds to the route created with the 'openshift_metrics_hawkular_hostname' inventory variable used during the installation.

kubernetesMasterConfig

apiServerArguments

deserialization-cache-size

The number of OpenShift metadata entries cached in memory on the master, to avoid interaction with etcd and CPU consumption required by serialization. The default cache size is 50,000 entries, which, depending on the size of resources, can grow to occupy 1 to 2 GB of memory. For more details see etcd and Master Caching.

kubernetesMasterConfig:
  apiServerArguments:
    deserialization-cache-size:
    - "1000"

schedulerConfigFile

Specifies the path to the scheduler policy definition file. The default value is /etc/origin/master/scheduler.json. File content sample:

/etc/origin/master/scheduler.json

servicesSubnet

The address of the SDN Services Subnet.

oauthConfig

identityProviders

policyConfig

bootstrapPolicyFile

The default value is /etc/origin/master/policy.json.

openshiftInfrastructureNamespace

Default value: "openshift-infra"

openshiftSharedResourcesNamespace

Default value: "openshift"