Skip to content

Commit

Permalink
Merge branch 'main' into capacity-benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuchalla authored Feb 5, 2025
2 parents c9de3ca + 587a474 commit 0ad6c07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cmd/config/udn-density-pods/udn-density-pods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/warn: privileged
k8s.ovn.org/primary-user-defined-network: ""
objects:
{{ if eq .ENABLE_LAYER_3 "true"}}
- objectTemplate: udn_l3.yml
Expand Down Expand Up @@ -85,6 +86,7 @@ jobs:
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/warn: privileged
k8s.ovn.org/primary-user-defined-network: ""
objects:

- objectTemplate: np-deny-all.yml
Expand Down
2 changes: 1 addition & 1 deletion virt-density.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func NewVirtDensity(wh *workloads.WorkloadHelper) *cobra.Command {
},
}
cmd.Flags().IntVar(&vmsPerNode, "vms-per-node", 245, "VMs per node")
cmd.Flags().DurationVar(&vmiRunningThreshold, "vmi-ready-threshold", 20*time.Second, "VMI ready timeout threshold")
cmd.Flags().DurationVar(&vmiRunningThreshold, "vmi-ready-threshold", 25*time.Second, "VMI ready timeout threshold")
cmd.Flags().StringSliceVar(&metricsProfiles, "metrics-profile", []string{"metrics.yml"}, "Comma separated list of metrics profiles to use")
return cmd
}

0 comments on commit 0ad6c07

Please sign in to comment.