Remove obsolete comment

arch is not hardcoded anymore
This commit is contained in:
Alexander Block 2021-05-23 22:13:15 +02:00
parent 8f11490c0c
commit 6d84abf0de
1 changed files with 0 additions and 1 deletions

View File

@ -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