Skip to content

Commit

Permalink
bugfix for 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
adieu committed Mar 17, 2017
1 parent c6ea1b0 commit 2cbac0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloudprovider/providers/aws/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ func (p *awsCloud) createSubnet(an *AWSNetwork, network *cluster.Network) (subne
return
}

if _, ok := an.Labels[k8saws.TagNameKubernetesCluster]; ok {
if _, ok := an.Labels[k8saws.TagNameKubernetesClusterLegacy]; ok {
params3 := &ec2.CreateTagsInput{
Resources: []*string{
r.Subnet.SubnetId,
Expand Down

0 comments on commit 2cbac0d

Please sign in to comment.