
add focal dockerfile update zuul jobs for focal update tox for tox4 changes update all requirements to latest and match deckhand update cfssl from R1.2 to v1.6.3 fixed local gates for focal updated examples promenade manifests to run on focal Change-Id: I2af4043784766d36588c6f738053ad66e7b89a90
23 lines
512 B
YAML
23 lines
512 B
YAML
---
|
|
schema: promenade/Kubelet/v1
|
|
metadata:
|
|
schema: metadata/Document/v1
|
|
name: kubelet
|
|
layeringDefinition:
|
|
abstract: false
|
|
layer: site
|
|
storagePolicy: cleartext
|
|
data:
|
|
arguments:
|
|
- --container-runtime=remote
|
|
- --container-runtime-endpoint=unix:///run/containerd/containerd.sock
|
|
- --v=3
|
|
images:
|
|
pause: k8s.gcr.io/pause-amd64:3.1
|
|
config_file_overrides:
|
|
evictionMaxPodGracePeriod: -1
|
|
featureGates: {}
|
|
nodeStatusUpdateFrequency: "5s"
|
|
serializeImagePulls: false
|
|
...
|