From ab2b577cf5231bdcd0aacd7351fc81a622d5ef11 Mon Sep 17 00:00:00 2001 From: Shijun Qin <272700767@qq.com> Date: Sun, 8 Oct 2017 21:10:50 +0800 Subject: [PATCH] Fix a grammatical problem in a comment --- cmd/kubeadm/app/cmd/phases/addons.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kubeadm/app/cmd/phases/addons.go b/cmd/kubeadm/app/cmd/phases/addons.go index 9bba400d288..4fc3fe950fb 100644 --- a/cmd/kubeadm/app/cmd/phases/addons.go +++ b/cmd/kubeadm/app/cmd/phases/addons.go @@ -45,7 +45,7 @@ func NewCmdAddon() *cobra.Command { return cmd } -// EnsureAllAddons install all addons to a Kubernetes cluster. +// EnsureAllAddons installs all addons to a Kubernetes cluster func EnsureAllAddons(cfg *kubeadmapi.MasterConfiguration, client clientset.Interface) error { addonActions := []func(cfg *kubeadmapi.MasterConfiguration, client clientset.Interface) error{