Node-config.yml: Difference between revisions
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
This configuration is relevant when we need to impose quotas on the space allocated for emptyDirs, as described here: | 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|Setting and Enforcing emptyDir Quotas}} | {{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: