FWIW, the rancher2.0 Kubelet config options are ...
```
"--cluster-dns=10.43.0.10",
"--client-ca-file=/etc/kubernetes/ssl/kube-ca.pem",
"--fail-swap-on=false",
"--read-only-port=0",
"--resolv-conf=/etc/resolv.conf",
"--pod-infra-container-image=rancher/pause-amd64:3.1",
"--cluster-domain=cluster.local",
"--hostname-override=node-01",
"--kubeconfig=/etc/kubernetes/ssl/kubecfg-kube-node.yaml",
"--root-dir=/opt/rke/var/lib/kubelet",
"--tls-cipher-suites=TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305",
"--cgroups-per-qos=True",
"--allow-privileged=true",
"--volume-plugin-dir=/var/lib/kubelet/volumeplugins",
"--authentication-token-webhook=true",
"--v=2",
"--cadvisor-port=0",
"--cni-bin-dir=/opt/cni/bin",
"--cni-conf-dir=/etc/cni/net.d",
"--anonymous-auth=false",
"--cloud-provider=",
"--address=0.0.0.0",
"--enforce-node-allocatable=",
"--network-plugin=cni"
```
[ Full content available at:
https://github.com/apache/incubator-openwhisk-deploy-kube/issues/272 ]
This message was relayed via gitbox.apache.org for [email protected]