Replace swap vars with single kubelet_fail_swap_on (#10036)

This commit is contained in:
Manuelraa
2023-05-11 19:53:04 +02:00
committed by GitHub
parent 951face343
commit 2b75552d1c
6 changed files with 9 additions and 13 deletions

View File

@@ -11,8 +11,9 @@ kube_api_anonymous_auth: true
# Default value, but will be set to true automatically if detected
is_fedora_coreos: false
# optional disable the swap
disable_swap: true
# Swap settings
kubelet_fail_swap_on: true
kubelet_swap_behavior: LimitedSwap
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.26.3