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{