From 7d15d52525130579f41213639183dfd1ed9a6ea1 Mon Sep 17 00:00:00 2001 From: xilabao Date: Fri, 21 Apr 2017 14:37:51 +0800 Subject: [PATCH] add attention to kubelet config --- docs/admin/kubeadm.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/admin/kubeadm.md b/docs/admin/kubeadm.md index 0a512193e4..e798ec3cb4 100644 --- a/docs/admin/kubeadm.md +++ b/docs/admin/kubeadm.md @@ -387,6 +387,9 @@ configuration file. | `KUBE_ETCD_IMAGE` | `gcr.io/google_containers/etcd-:3.0.17` | The etcd container image to use. | | `KUBE_REPO_PREFIX` | `gcr.io/google_containers` | The image prefix for all images that are used. | +If `KUBE_KUBERNETES_DIR` is specified, you may need to rewrite the arguments of the kubelet. +(e.g. --kubeconfig, --pod-manifest-path) + If you want to use kubeadm with an http proxy, you may need to configure it to support http_proxy, https_proxy, or no_proxy.