Merge pull request #2903 from riverzhang/swap

Add manage swap on the worker node
This commit is contained in:
Rong Zhang
2018-06-21 22:20:23 +08:00
committed by GitHub
3 changed files with 16 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ kube_api_anonymous_auth: false
# Default value, but will be set to true automatically if detected
is_atomic: false
# optional disable the swap
disable_swap: false
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.10.4