-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LaunchTemplate Version Name Fix .. #7118
Conversation
…ates" This reverts commit eca2b0a.
/assign @KashifSaadat |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gambol99 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
fixes #6796 |
Reverting this will cause us to reintroduce #6751 where launchtemplate are not rolled correctly. I am looking over the code more to see why we are seeing different behavior. |
So having played about with the a terraform target things appears to be working as expected, updates to the launch_template and autoscaling_group are reflected. The main difference is the way terraform is handling the launch_template; in api target we aren't using versions, but instead follow the same pattern as launch_configurations and creating a new LG on change; terraform appears to create a new version and thanks to the ASG using |
Hey @granular-ryanbonham, any luck further debugging this? |
This is a clone of kubernetes#7118
/test pull-kops-verify-gomod |
is this no longer needed now that #7445 is merged? |
@gambol99: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@gambol99: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I'm fairly certain this is no longer needed but if it is, feel free to reopen /close |
@rifelpet: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The commit eca2b0a added the version to the name of the which created a loop on NeedUpdate, as the empty version will never be equal to the original name.
This reverts commit eca2b0a.