Skip to content

Commit

Permalink
Adds flag --label=loadbalanced to both NDT DaemonSets (#896)
Browse files Browse the repository at this point in the history
This will add a new server metadata field to all NDT measurements that will
make it possible to query NDT data for measurements that were made to MIGs
(i.e., load balanced).
  • Loading branch information
nkinkade authored Aug 15, 2024
1 parent a1e76a0 commit b5a8f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions k8s/daemonsets/experiments/ndt-virtual.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ exp.ExperimentNoIndex(expName, 'pusher-' + std.extVar('PROJECT_ID'), 'none', dat
'-label=network-tier=@' + exp.Metadata.path + '/network-tier',
'-label=zone=@' + exp.Metadata.path + '/zone',
'-label=managed=@' + exp.Metadata.path + '/managed',
'-label=loadbalanced=@' + exp.Metadata.path + '/loadbalanced',
],
env: [
{
Expand Down
1 change: 1 addition & 0 deletions k8s/daemonsets/experiments/ndt.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ exp.Experiment(expName, 2, 'pusher-' + std.extVar('PROJECT_ID'), "none", datatyp
'-label=type=physical',
'-label=deployment=stable',
'-label=managed=@' + exp.Metadata.path + '/managed',
'-label=loadbalanced=@' + exp.Metadata.path + '/loadbalanced',
],
env: [
{
Expand Down

0 comments on commit b5a8f65

Please sign in to comment.