Skip to content

Commit

Permalink
Report zone via well-known topology key in NodeGetInfo
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Catlett <[email protected]>
  • Loading branch information
ConnorJC3 committed Feb 13, 2024
1 parent 56a4ff6 commit f59568d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/driver/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ func (d *nodeService) NodeGetInfo(ctx context.Context, req *csi.NodeGetInfoReque

segments := map[string]string{
TopologyKey: zone,
WellKnownTopologyKey: zone,
}

outpostArn := d.metadata.GetOutpostArn()
Expand Down

0 comments on commit f59568d

Please sign in to comment.