mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
Merge pull request #78803 from aerostitch/kubeadm_minor_typo
kubeadm: fix minor typo in a comment
This commit is contained in:
commit
5e5394ae0d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user