try and disable disk space checks for openshift nodes
This commit is contained in:
parent
feba553390
commit
f92afac098
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue