try and disable disk space checks for openshift nodes

This commit is contained in:
Kevin Fenzi 2018-02-22 04:18:13 +00:00
parent feba553390
commit f92afac098

View file

@ -693,6 +693,9 @@ openshift_master_console_port={{openshift_console_port}}
# networking and liveness or readiness probes.
# Setting this variable to true will override that check.
#openshift_override_hostname_check=true
# Disable this check because we only have 20G disks right now
# - kevin (2018-02-21)
openshift_disable_check=disk_availability
# Configure dnsmasq for cluster dns, switch the host's local resolver to use dnsmasq
# and configure node's dnsIP to point at the node's local dnsmasq instance. Defaults