diff --git a/cmd/kops/lifecycle_integration_test.go b/cmd/kops/lifecycle_integration_test.go index 1c1b40fed3..e48e632ca2 100644 --- a/cmd/kops/lifecycle_integration_test.go +++ b/cmd/kops/lifecycle_integration_test.go @@ -135,7 +135,7 @@ func TestLifecycleComplex(t *testing.T) { }) } -// TestLifecycleExternlLB runs the test on a cluster with external load balancers and target groups attached +// TestLifecycleExternalLB runs the test on a cluster with external load balancers and target groups attached func TestLifecycleExternalLB(t *testing.T) { runLifecycleTestAWS(&LifecycleTestOptions{ t: t, diff --git a/nodeup/pkg/model/containerd.go b/nodeup/pkg/model/containerd.go index c83cae8029..6a7bcfbf4e 100644 --- a/nodeup/pkg/model/containerd.go +++ b/nodeup/pkg/model/containerd.go @@ -343,7 +343,7 @@ func (b *ContainerdBuilder) skipInstall() bool { return d.SkipInstall } -// addCritctlConfig creates /etc/crictl.yaml, which lets crictl work out-of-the-box. +// addCrictlConfig creates /etc/crictl.yaml, which lets crictl work out-of-the-box. func (b *ContainerdBuilder) addCrictlConfig(c *fi.NodeupModelBuilderContext) { conf := ` runtime-endpoint: unix:///run/containerd/containerd.sock diff --git a/nodeup/pkg/model/kube_apiserver.go b/nodeup/pkg/model/kube_apiserver.go index fdf784bba2..ce39e06d6e 100644 --- a/nodeup/pkg/model/kube_apiserver.go +++ b/nodeup/pkg/model/kube_apiserver.go @@ -518,7 +518,7 @@ func (b *KubeAPIServerBuilder) writeStaticCredentials(c *fi.NodeupModelBuilderCo return nil } -// allTokens returns a map of all auth tokens that are present +// allAuthTokens returns a map of all auth tokens that are present func (b *KubeAPIServerBuilder) allAuthTokens() (map[string]string, error) { possibleTokens := tokens.GetKubernetesAuthTokens_Deprecated()