Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
arch is not hardcoded anymore
  • Loading branch information
codablock committed May 23, 2021
1 parent 99289fb commit 06fa4ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cluster-autoscaler/cloudprovider/aws/aws_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ func (m *AwsManager) buildNodeFromTemplate(asg *asg, template *asgTemplate) (*ap
func buildGenericLabels(template *asgTemplate, nodeName string) map[string]string {
result := make(map[string]string)

// TODO: extract it somehow
result[apiv1.LabelArchStable] = template.InstanceType.Architecture
result[apiv1.LabelOSStable] = cloudprovider.DefaultOS

Expand Down

0 comments on commit 06fa4ea

Please sign in to comment.