kubeadm: fix minor typo in a comment

This commit is contained in:
Joseph Herlant 2019-06-07 15:56:33 -07:00
parent c7972d9a5e
commit 5ca6eaaba3
No known key found for this signature in database
GPG Key ID: 63F7800A23D7B252

View File

@ -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