diff --git a/cmd/kops/get_instancegroups.go b/cmd/kops/get_instancegroups.go index 7a4b285115e20..f00505c01e08f 100644 --- a/cmd/kops/get_instancegroups.go +++ b/cmd/kops/get_instancegroups.go @@ -178,7 +178,7 @@ func igOutputTable(cluster *api.Cluster, instancegroups []*api.InstanceGroup, ou t.AddColumn("MAX", func(c *api.InstanceGroup) string { return int32PointerToString(c.Spec.MaxSize) }) - // SUBNETS is not not selected by default - not as useful as ZONES + // SUBNETS is not selected by default - not as useful as ZONES return t.Render(instancegroups, os.Stdout, "NAME", "ROLE", "MACHINETYPE", "MIN", "MAX", "ZONES") } diff --git a/dnsprovider/pkg/dnsprovider/providers/aws/route53/interface.go b/dnsprovider/pkg/dnsprovider/providers/aws/route53/interface.go index 60c5a35785ecd..54a3ce08bf9f5 100644 --- a/dnsprovider/pkg/dnsprovider/providers/aws/route53/interface.go +++ b/dnsprovider/pkg/dnsprovider/providers/aws/route53/interface.go @@ -29,7 +29,7 @@ type Interface struct { } // New builds an Interface, with a specified Route53API implementation. -// This is useful for testing purposes, but also if we want an instance with with custom AWS options. +// This is useful for testing purposes, but also if we want an instance with custom AWS options. func New(service stubs.Route53API) *Interface { return &Interface{service} } diff --git a/pkg/model/pki.go b/pkg/model/pki.go index 4ce5ac06d77fa..eb5c86e0d5900 100644 --- a/pkg/model/pki.go +++ b/pkg/model/pki.go @@ -306,7 +306,7 @@ func (b *PKIModelBuilder) Build(c *fi.ModelBuilderContext) error { Format: format, }) - // @note: we use this for mutual tls between between node and authorizer + // @note: we use this for mutual tls between node and authorizer c.AddTask(&fitasks.Keypair{ Name: fi.String("node-authorizer-client"), Subject: "cn=node-authorizer-client",