Skip to content

Commit

Permalink
Merge pull request #901 from gthao313/sonobuoy
Browse files Browse the repository at this point in the history
sonobuoy: pass progress report URL
  • Loading branch information
gthao313 authored Jun 18, 2024
2 parents f5715b1 + e273995 commit d9f5f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottlerocket/agents/src/sonobuoy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ where
.args(k8s_image_arg)
.args(e2e_repo_arg)
.args(sonobuoy_image_arg)
.arg("--plugin-env=e2e.E2E_EXTRA_ARGS=--non-blocking-taints=sonobuoy,node-role.kubernetes.io/control-plane,node-role.kubernetes.io/master")
.arg("--plugin-env=e2e.E2E_EXTRA_ARGS=--non-blocking-taints=sonobuoy,node-role.kubernetes.io/control-plane,node-role.kubernetes.io/master --progress-report-url=http://localhost:8099/progress")
.status()
.context(error::SonobuoyProcessSnafu)?;

Expand Down

0 comments on commit d9f5f10

Please sign in to comment.