From 5d94c2014a91239f33ec19fd855f899558ca50f5 Mon Sep 17 00:00:00 2001 From: Alex Rowley Date: Fri, 18 Aug 2017 19:08:41 +0100 Subject: [PATCH] Fix typo in comment --- pkg/cloudprovider/providers/aws/aws.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cloudprovider/providers/aws/aws.go b/pkg/cloudprovider/providers/aws/aws.go index 217fbcad45..389c8d1439 100644 --- a/pkg/cloudprovider/providers/aws/aws.go +++ b/pkg/cloudprovider/providers/aws/aws.go @@ -413,7 +413,7 @@ type CloudConfig struct { // KubernetesClusterTag is the legacy cluster id we'll use to identify our cluster resources KubernetesClusterTag string - // KubernetesClusterTag is the cluster id we'll use to identify our cluster resources + // KubernetesClusterID is the cluster id we'll use to identify our cluster resources KubernetesClusterID string //The aws provider creates an inbound rule per load balancer on the node security