Skip to content

Commit

Permalink
Update label in node distribution test (issues/#540) (#528)
Browse files Browse the repository at this point in the history
Update the label topology.scs.openstack.org/host-id in the node distribution test to topology.scs.community/host-id.

Signed-off-by: Hannes Baum <[email protected]>
Authored-by: Hannes Baum <[email protected]>
  • Loading branch information
mbuechse authored Mar 18, 2024
1 parent 692e65e commit 5eda3e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ async def main(argv):
labels = (
"topology.kubernetes.io/region",
"topology.kubernetes.io/zone",
"topology.scs.openstack.org/host-id",
"topology.scs.community/host-id",
)

nodes = await get_k8s_cluster_labelled_nodes(config.kubeconfig, labels + ("node-role.kubernetes.io/control-plane", ))
Expand Down

0 comments on commit 5eda3e4

Please sign in to comment.