Skip to content

Commit

Permalink
Default image location
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Feb 22, 2024
1 parent abb210f commit a284e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/k8s/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const clientRole = "client-local"
const clientAcrossRole = "client-across"
const hostNetServerRole = "host-server"
const hostNetClientRole = "host-client"
const k8sNetperfImage = "quay.io/rsevilla/k8s-netperf:latest"
const k8sNetperfImage = "quay.io/cloud-bulldozer/k8s-netperf:latest"

// BuildSUT Build the k8s env to run network performance tests
func BuildSUT(client *kubernetes.Clientset, s *config.PerfScenarios) error {
Expand Down

0 comments on commit a284e09

Please sign in to comment.