Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes/kops
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4317f552b46a9489720116dce73a98fcec3866ce
Choose a base ref
..
head repository: kubernetes/kops
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4070f09bef8fdc0aea773c2cbeb39e13a434a236
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 upup/pkg/fi/cloudup/awstasks/autoscalinggroup.go
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/awstasks/autoscalinggroup.go
Original file line number Diff line number Diff line change
@@ -457,7 +457,7 @@ func (v *AutoscalingGroup) RenderAWS(t *awsup.AWSAPITarget, a, e, changes *Autos
if changes.LaunchTemplate != nil {
spec := &autoscaling.LaunchTemplateSpecification{
LaunchTemplateId: changes.LaunchTemplate.ID,
Version: aws.String("$Latest"),
Version: &launchTemplateVersion,
}
if e.UseMixedInstancesPolicy() {
setup(request).LaunchTemplate = &autoscaling.LaunchTemplate{LaunchTemplateSpecification: spec}