Merge pull request #71890 from odacremolbap/replace-proxy-with-kubelet-kubeadm-docs

replace proxy with kubelet at kubeadm v1beta1 docs
pull/564/head
Kubernetes Prow Robot 2018-12-10 05:39:49 -08:00 committed by GitHub
commit 486f407b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ limitations under the License.
// deployed in the cluster. If this object is not provided or provided only partially, kubeadm applies defaults.
//
// See https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/ or https://godoc.org/k8s.io/kubelet/config/v1beta1#KubeletConfiguration
// for kube proxy official documentation.
// for kubelet official documentation.
//
// Here is a fully populated example of a single YAML file containing multiple
// configuration types to be used during a `kubeadm init` run.