Merge pull request #78803 from aerostitch/kubeadm_minor_typo

kubeadm: fix minor typo in a comment
This commit is contained in:
Kubernetes Prow Robot 2019-06-14 19:24:09 -07:00 committed by GitHub
commit 5e5394ae0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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, // 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 { func GetKubernetesImage(image string, cfg *kubeadmapi.ClusterConfiguration) string {
if cfg.UseHyperKubeImage { if cfg.UseHyperKubeImage {
image = constants.HyperKube image = constants.HyperKube