630e504e3e
gcr.io/google_containers/ no longer contains some of the image versions we require, use the new location. Change-Id: I8f9a976a35ca632d785dd4d05f2a55713bde8c3e
26 lines
567 B
YAML
26 lines
567 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:
|
|
PodShareProcessNamespace: true
|
|
TaintBasedEvictions: true
|
|
nodeStatusUpdateFrequency: "5s"
|
|
serializeImagePulls: false
|
|
...
|