Master-config.yml: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
==identityProviders== | ==identityProviders== | ||
=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. | |||
<pre> | |||
kubernetesMasterConfig: | |||
apiServerArguments: | |||
deserialization-cache-size: | |||
- "1000" | |||
</pre> |
Revision as of 21:15, 21 May 2017
Internal
Location
Found only on master nodes.
/etc/origin/master/master-config.yaml
oauthConfig
identityProviders
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.
kubernetesMasterConfig: apiServerArguments: deserialization-cache-size: - "1000"