Add more configuration to enable swap
This commit is contained in:
parent
714868ab71
commit
c58515cbce
4 changed files with 21 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ token: ${NODE_TOKEN}
|
|||
kubelet-arg:
|
||||
- 'streaming-connection-idle-timeout=5m'
|
||||
- "tls-cipher-suites=TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305"
|
||||
{% if false %}
|
||||
- 'feature-gates=NodeSwap=true,CloudDualStackNodeIPs=true'
|
||||
{% endif %}
|
||||
{% if ansible_os_family == "RedHat" %}
|
||||
selinux: true
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue