Skip to content

Commit

Permalink
Merge pull request kubernetes#1989 from justinsb/dont_delete_cloudfor…
Browse files Browse the repository at this point in the history
…mation

Don't delete cloudformation stacks
  • Loading branch information
justinsb authored Feb 24, 2017
2 parents c4993f6 + 8e65cc1 commit 4b3054d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion upup/pkg/kutil/cluster_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ func (c *AwsCluster) ListResources() (map[string]*ResourceTracker, error) {
listFunctions := []listFn{

// CloudFormation
ListCloudFormationStacks,
// Note - temporarily disabled while we figure out how to filter these
// ListCloudFormationStacks,

// EC2
ListInstances,
Expand Down

0 comments on commit 4b3054d

Please sign in to comment.