Created
February 20, 2018 11:12
-
-
Save buggtb/96a0d41472836a170f6bafacf087d41d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubelet-extra-args: | |
default: "" | |
description: | | |
Space separated list of flags and key=value pairs that will be passed as arguments to | |
kubelet. For example a value like this: | |
runtime-config=batch/v2alpha1=true profiling=true | |
will result in kube-apiserver being run with the following options: | |
--runtime-config=batch/v2alpha1=true --profiling=true | |
source: user | |
type: string | |
value: maximum-dead-containers=3 | |
--address "0.0.0.0" | |
--allow-privileged=false | |
--anonymous-auth=false | |
--client-ca-file "/root/cdk/ca.crt" | |
--cluster-dns "10.152.183.57" | |
--cluster-domain "cluster.local" | |
--fail-swap-on=false | |
--kubeconfig "/root/cdk/kubeconfig" | |
--logtostderr | |
--network-plugin "cni" | |
--port 10250 | |
--tls-cert-file "/root/cdk/server.crt" | |
--tls-private-key-file "/root/cdk/server.key" | |
--v 0 | |
/var/snap/kubelet/current/args (END) | |
root 1524 1.6 0.1 2622148 99968 ? Ssl Feb19 13:42 /snap/kubelet/328/kubelet --address 0.0.0.0 --allow-privileged=false --anonymous-auth=false --client-ca-file /root/cdk/ca.crt --cluster-dns 10.152.183.57 --cluster-domain cluster.local --fail-swap-on=false --kubeconfig /root/cdk/kubeconfig --logtostderr --network-plugin cni --port 10250 --tls-cert-file /root/cdk/server.crt --tls-private-key-file /root/cdk/server.key --v 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment