Add more configuration to enable swap
This commit is contained in:
parent
714868ab71
commit
c58515cbce
4 changed files with 21 additions and 0 deletions
|
|
@ -126,6 +126,9 @@ nodeRegistration:
|
|||
# read-only-port: "10255"
|
||||
ignorePreflightErrors:
|
||||
- SystemVerification
|
||||
{% if kubernetes_swap_enabled is defined and kubernetes_swap_enabled|bool %}
|
||||
- Swap
|
||||
{% endif %}
|
||||
{% if (kubernetes_master|bool and not kubernetes_master_taint|bool) %}
|
||||
- NumCPU
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue