Drop unused labels#255
Conversation
| "sigs.k8s.io/cluster-api-machine-type", | ||
| } | ||
| nodeMasterLabels := []string{ | ||
| masterLabels := []string{ |
There was a problem hiding this comment.
Does it make sense to check machine labels at all?
IMHO the only proper way is to check node labels that machine reference to.
There was a problem hiding this comment.
I agree. @vikaschoudhary16 as part of this effort can we drop labels here https://github.com/openshift/installer/tree/master/pkg/asset/machines/aws
And update https://github.com/openshift/origin/pull/22090/files#r267287918 to fetch from node accordingly cc @ingvagabund @derekwaynecarr
7d5906e to
2a60df1
Compare
|
/retest |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enxebre The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
…bels Drop unused labels
Depends on: openshift/cluster-api-provider-aws#182