13bc298f60
This patchset updates docs to doc to align with OpenStack standard. Follow-up patchset will be needed to publish documentation to OpenStack [0]. [0] https://docs.openstack.org/doc-contrib-guide/project-guides.html Change-Id: I0f2346801bc3749e74fcc3104cc2258626747185
922 B
922 B
Kubelet
Configuration for the Kubernetes worker daemon (the Kubelet). This
document contains two keys: arguments
and
images
. The arguments
are appended directly to
the kubelet
command line, along with arguments that are
controlled by Promenade more directly.
The only image that is configurable is for the pause
container.
Sample Document
Here is a sample document:
schema: promenade/Kubelet/v1
metadata:
schema: metadata/Document/v1
name: kubelet
layeringDefinition:
abstract: false
layer: site
data:
arguments:
- --cni-bin-dir=/opt/cni/bin
- --cni-conf-dir=/etc/cni/net.d
- --eviction-max-pod-grace-period=-1
- --network-plugin=cni
- --node-status-update-frequency=5s
- --v=5
images:
pause: gcr.io/google_containers/pause-amd64:3.0