File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
arbiter/01-arbiter-kubelet/_base/files
master/01-master-kubelet/_base/files
worker/01-worker-kubelet/_base/files Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ contents:
25
25
rotateCertificates: true
26
26
serializeImagePulls: false
27
27
staticPodPath: /etc/kubernetes/manifests
28
- swapBehavior: NoSwap
28
+ memorySwap:
29
+ swapBehavior: NoSwap
29
30
systemCgroups: /system.slice
30
31
nodeStatusUpdateFrequency: 10s
31
32
nodeStatusReportFrequency: 5m
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ contents:
25
25
rotateCertificates: true
26
26
serializeImagePulls: false
27
27
staticPodPath: /etc/kubernetes/manifests
28
- swapBehavior: NoSwap
28
+ memorySwap:
29
+ swapBehavior: NoSwap
29
30
systemCgroups: /system.slice
30
31
nodeStatusUpdateFrequency: 10s
31
32
nodeStatusReportFrequency: 5m
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ contents:
25
25
rotateCertificates: true
26
26
serializeImagePulls: false
27
27
staticPodPath: /etc/kubernetes/manifests
28
- swapBehavior: NoSwap
28
+ memorySwap:
29
+ swapBehavior: NoSwap
29
30
systemCgroups: /system.slice
30
31
nodeStatusUpdateFrequency: 10s
31
32
nodeStatusReportFrequency: 5m
You can’t perform that action at this time.
0 commit comments