Skip to content

Commit

Permalink
Revert "Apply cloud labels into ELB"
Browse files Browse the repository at this point in the history
This reverts commit b52c945.
  • Loading branch information
gambol99 committed Sep 25, 2018
1 parent 5ce8301 commit 2fc634c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions tests/integration/update_cluster/complex/kubernetes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ resource "aws_elb" "api-complex-example-com" {
tags = {
KubernetesCluster = "complex.example.com"
Name = "api.complex.example.com"
Owner = "John Doe"
"foo/bar" = "fib+baz"
}
}

Expand Down
3 changes: 0 additions & 3 deletions upup/pkg/fi/cloudup/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ func BuildCloud(cluster *kops.Cluster) (fi.Cloud, error) {
}

cloudTags := map[string]string{awsup.TagClusterName: cluster.ObjectMeta.Name}
for k, v := range cluster.Spec.CloudLabels {
cloudTags[k] = v
}

awsCloud, err := awsup.NewAWSCloud(region, cloudTags)
if err != nil {
Expand Down

0 comments on commit 2fc634c

Please sign in to comment.