You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, the scaling group is using MixedInstances (since it switched), however the instances are still using the launchConfig, so launchTemplate is nil.
The text was updated successfully, but these errors were encountered:
Looks like we need more protection around NPE in the case of switching between launchConfig and launchTemplate:
This happens here:
instance-manager/controllers/provisioners/eks/upgrade.go
Lines 143 to 145 in 1f80293
In this case, the scaling group is using MixedInstances (since it switched), however the instances are still using the launchConfig, so launchTemplate is nil.
The text was updated successfully, but these errors were encountered: