ef66d10a25
The TaintBasedEvictions feature gate graduated to GA in v1.18, and is on by default. This change removes references to the feature gate. Change-Id: Ice2dd335cb9358583d0751eb50ce5ec0f9c4f999
24 lines
501 B
YAML
24 lines
501 B
YAML
---
|
|
schema: promenade/Kubelet/v1
|
|
metadata:
|
|
schema: metadata/Document/v1
|
|
name: kubelet
|
|
layeringDefinition:
|
|
abstract: false
|
|
layer: site
|
|
storagePolicy: cleartext
|
|
data:
|
|
arguments:
|
|
- --cni-bin-dir=/opt/cni/bin
|
|
- --cni-conf-dir=/etc/cni/net.d
|
|
- --network-plugin=cni
|
|
- --v=3
|
|
images:
|
|
pause: k8s.gcr.io/pause-amd64:3.1
|
|
config_file_overrides:
|
|
evictionMaxPodGracePeriod: -1
|
|
featureGates: {}
|
|
nodeStatusUpdateFrequency: "5s"
|
|
serializeImagePulls: false
|
|
...
|