From 507b03f2ab4462de08acee86bb1dd0ff00904539 Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Thu, 16 Nov 2017 11:15:48 -0800 Subject: [PATCH] Fix a typo in kubeadm/GetEtcdPodSpec --- cmd/kubeadm/app/phases/etcd/local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kubeadm/app/phases/etcd/local.go b/cmd/kubeadm/app/phases/etcd/local.go index 522e6e5dae9..a068030cfb1 100644 --- a/cmd/kubeadm/app/phases/etcd/local.go +++ b/cmd/kubeadm/app/phases/etcd/local.go @@ -47,7 +47,7 @@ func CreateLocalEtcdStaticPodManifestFile(manifestDir string, cfg *kubeadmapi.Ma } // GetEtcdPodSpec returns the etcd static Pod actualized to the context of the current MasterConfiguration -// NB. GetEtcdPodSpec methods holds the information about how kubeadm creates etcd static pod mainfests. +// NB. GetEtcdPodSpec methods holds the information about how kubeadm creates etcd static pod manifests. func GetEtcdPodSpec(cfg *kubeadmapi.MasterConfiguration) v1.Pod { pathType := v1.HostPathDirectoryOrCreate etcdMounts := map[string]v1.Volume{