Skip to content

Commit

Permalink
Skip amd64 specific check for topology
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jun 17, 2024
1 parent 8759f7c commit af86ba6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/v1/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,6 @@ func DetectTopology(ctx context.Context, mc metadata.Interface) (*Topology, erro
if os != "linux" {
return nil
}
arch, _ := meta_util.GetStringValueForKeys(labels, core.LabelArchStable, "beta.kubernetes.io/arch")
if arch != "amd64" {
return nil
}

region, _ := meta_util.GetStringValueForKeys(labels, topology.LabelRegion)
zone, _ := meta_util.GetStringValueForKeys(labels, topology.LabelZone)
Expand Down

0 comments on commit af86ba6

Please sign in to comment.