-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3226 from KashifSaadat/fix-lifecycle-changes
Automatic merge from submit-queue Correctly set lifecycle on LB resources When the cluster is configured with an ELB, the following resources show up on every update as requiring changes: ``` Will modify resources: DNSName/api.kash-kops.example.com Lifecycle <nil> -> Sync LoadBalancer/api.kash-kops.example.com Lifecycle <nil> -> Sync LoadBalancerAttachment/api-master-eu-west-1a Lifecycle <nil> -> Sync LoadBalancerAttachment/api-master-eu-west-1b Lifecycle <nil> -> Sync LoadBalancerAttachment/api-master-eu-west-1c Lifecycle <nil> -> Sync ``` This PR sets the lifecycle property on the above awstask objects.
- Loading branch information
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters