From 5ca6eaaba35911c41d060a278db06a49c4321177 Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Fri, 7 Jun 2019 15:56:33 -0700 Subject: [PATCH] kubeadm: fix minor typo in a comment --- cmd/kubeadm/app/images/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kubeadm/app/images/images.go b/cmd/kubeadm/app/images/images.go index 4cbd0e0b317..33ca05015a6 100644 --- a/cmd/kubeadm/app/images/images.go +++ b/cmd/kubeadm/app/images/images.go @@ -30,7 +30,7 @@ func GetGenericImage(prefix, image, tag string) string { } // GetKubernetesImage generates and returns the image for the components managed in the Kubernetes main repository, -// including the control-plane components ad kube-proxy. If specified, the HyperKube image will be used. +// including the control-plane components and kube-proxy. If specified, the HyperKube image will be used. func GetKubernetesImage(image string, cfg *kubeadmapi.ClusterConfiguration) string { if cfg.UseHyperKubeImage { image = constants.HyperKube