Created
August 26, 2019 15:18
-
-
Save glennswest/febf38583659a1813306140f33b1705d 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
c:\bin\kubelet.exe --hostname-override="$Env:lhost" --v=6 ` | |
--resolv-conf="" ` | |
--log-dir /k/logs ` | |
--enable-debugging-handlers ` | |
--cluster-domain=cluster.local ` | |
--hairpin-mode=promiscuous-bridge ` | |
--image-pull-progress-deadline=20m ` | |
--cgroups-per-qos=false ` | |
--enforce-node-allocatable="" ` | |
--pod-infra-container-image=mcr.microsoft.com/k8s/core/pause:1.2.0 ` | |
--network-plugin=cni ` | |
--cni-bin-dir="c:\bin" ` | |
--cni-conf-dir "c:\cni" ` | |
--config=/etc/kubernetes/kubelet.conf ` | |
--bootstrap-kubeconfig=/etc/kubernetes/kubeconfig ` | |
--kubeconfig=/var/lib/kubelet/kubeconfig ` | |
--allow-privileged ` | |
--minimum-container-ttl-duration=6m0s ` | |
--client-ca-file=/etc/kubernetes/ca.crt ` | |
--anonymous-auth=false ` | |
--v=3 ` | |
--root-dir="/" ` | |
--cert-dir="c:/var/lib/kubelet/pki/" ` | |
--container-runtime-endpoint="tcp://localhost:3735" | |
PS C:\bin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment