Skip to content

Commit

Permalink
Removing workaround for kubernetes#241
Browse files Browse the repository at this point in the history
  • Loading branch information
krisnova committed Dec 11, 2016
1 parent 016b9f3 commit 195007b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions upup/pkg/fi/cloudup/awstasks/autoscalinggroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,6 @@ func (_ *AutoscalingGroup) RenderAWS(t *awsup.AWSAPITarget, a, e, changes *Autos
changes.Subnets = nil
}

// Temporary workaround for user-added tags, until we have #241
// TODO: Remove once we have #241
if changes.Tags != nil {
glog.Warning("Ignoring tag changes until we have #241: %v", changes.Tags)
changes.Tags = nil
}

empty := &AutoscalingGroup{}
if !reflect.DeepEqual(empty, changes) {
glog.Warningf("cannot apply changes to AutoScalingGroup: %v", changes)
Expand Down

0 comments on commit 195007b

Please sign in to comment.