diff --git a/pkg/eks/nodegroup_service.go b/pkg/eks/nodegroup_service.go index 239037b658..ad73d84447 100644 --- a/pkg/eks/nodegroup_service.go +++ b/pkg/eks/nodegroup_service.go @@ -269,7 +269,7 @@ func (m *NodeGroupService) ValidateExistingNodeGroupsForCompatibility(cfg *api.C numIncompatibleNodeGroups := len(incompatibleNodeGroups) if numIncompatibleNodeGroups == 0 { - logger.Info("all nodegroups have up-to-date configuration") + logger.Info("all nodegroups have up-to-date cloudformation templates") return nil }