Node-config.yml: Difference between revisions
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 25: | Line 25: | ||
localQuota: | localQuota: | ||
perFSGroup: | perFSGroup: | ||
This configuration is relevant when we need to impose quotas on the space allocated for emptyDirs, as described here: | |||
{{Internal|OpenShift_Setting_and_Enforcing_emptyDir_Quotas#Configure_Nodes_to_Allocate_Local_Volume_Space_on_an_XFS_File_System|Setting and Enforcing emptyDir Quotas}} |
Latest revision as of 21:02, 19 February 2018
Internal
Location
Found only all nodes (including the masters).
/etc/origin/node/node-config.yaml
Configuration Elements
dnsIP
Local Volume Configuration
The local disk space allocated to emptyDirs on this node is configured with volumeDirectory and volumeConfig:
volumeDirectory: /var/lib/origin/openshift.local.volumes volumeConfig: localQuota: perFSGroup:
This configuration is relevant when we need to impose quotas on the space allocated for emptyDirs, as described here: