Skip to content

Commit a988242

Browse files
authored
Release v0.57.3 (#2008)
* Release v0.57.3
1 parent 453a020 commit a988242

File tree

101 files changed

+2890
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+2890
-57
lines changed

README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following methods exist for installing Sonobuoy:
5353
### Install with Hombrew (MacOS)
5454

5555
1. Run the command:
56-
56+
5757
```
5858
brew install sonobuoy
5959
```
@@ -138,11 +138,6 @@ user interface to work around this. Until then, this is the recommended approach
138138
### Sonobuoy Pod
139139

140140
Sonobuoy by default pulls from Docker Hub for [`sonobuoy/sonobuoy` image](https://hub.docker.com/r/sonobuoy/sonobuoy).
141-
If you're encountering rate limit on this, you can use VMware-provided mirror with:
142-
143-
```bash
144-
sonobuoy run --sonobuoy-image projects.registry.vmware.com/sonobuoy/sonobuoy:<VERSION>
145-
```
146141

147142
### Conformance
148143

@@ -156,7 +151,7 @@ dockerLibraryRegistry: mirror.gcr.io/library
156151
Then on running conformance:
157152
158153
```bash
159-
sonobuoy run --sonobuoy-image projects.registry.vmware.com/sonobuoy/sonobuoy:<VERSION> --e2e-repo-config conformance-image-config.yaml
154+
sonobuoy run --sonobuoy-image sonobuoy/sonobuoy:<VERSION> --e2e-repo-config conformance-image-config.yaml
160155
```
161156

162157
Technically `dockerGluster` is also a registry pulling from Docker Hub, but it's not part of Conformance test suite at
@@ -289,4 +284,4 @@ See [the list of releases][releases] to find out about feature changes.
289284

290285
[aggregator-permissions]: https://sonobuoy.io/docs/aggregator-permissions
291286

292-
[roadmap]: https://github.com/vmware-tanzu/sonobuoy/wiki
287+
[roadmap]: https://github.com/vmware-tanzu/sonobuoy/wiki

pkg/buildinfo/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ package buildinfo
2121

2222
// Version is the current version of Sonobuoy, set by the go linker's -X flag at build time.
2323
// Ensure that this is bumped manually as well so that Sonobuoy, as a library, also has the right version.
24-
var Version = "v0.57.2"
24+
var Version = "v0.57.3"
2525

2626
// GitSHA is the actual commit that is being built, set by the go linker's -X flag at build time.
2727
var GitSHA string

site/config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ params:
3232
docs_search_index_name: index_name
3333
docs_search_api_key: api_key
3434
docs_versioning: true
35-
docs_latest: v0.57.2
35+
docs_latest: v0.57.3
3636
docs_versions:
3737
- main
38+
- v0.57.3
3839
- v0.57.2
3940
- v0.57.1
4041
- v0.57.0

site/content/docs/main/_index.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The following methods exist for installing Sonobuoy:
5959
### Install with Hombrew (MacOS)
6060

6161
1. Run the command:
62-
62+
6363
```
6464
brew install sonobuoy
6565
```
@@ -144,11 +144,6 @@ user interface to work around this. Until then, this is the recommended approach
144144
### Sonobuoy Pod
145145

146146
Sonobuoy by default pulls from Docker Hub for [`sonobuoy/sonobuoy` image](https://hub.docker.com/r/sonobuoy/sonobuoy).
147-
If you're encountering rate limit on this, you can use VMware-provided mirror with:
148-
149-
```bash
150-
sonobuoy run --sonobuoy-image projects.registry.vmware.com/sonobuoy/sonobuoy:<VERSION>
151-
```
152147

153148
### Conformance
154149

@@ -162,7 +157,7 @@ dockerLibraryRegistry: mirror.gcr.io/library
162157
Then on running conformance:
163158
164159
```bash
165-
sonobuoy run --sonobuoy-image projects.registry.vmware.com/sonobuoy/sonobuoy:<VERSION> --e2e-repo-config conformance-image-config.yaml
160+
sonobuoy run --sonobuoy-image sonobuoy/sonobuoy:<VERSION> --e2e-repo-config conformance-image-config.yaml
166161
```
167162

168163
Technically `dockerGluster` is also a registry pulling from Docker Hub, but it's not part of Conformance test suite at
@@ -295,4 +290,4 @@ See [the list of releases][releases] to find out about feature changes.
295290

296291
[aggregator-permissions]: aggregator-permissions
297292

298-
[roadmap]: https://github.com/vmware-tanzu/sonobuoy/wiki
293+
[roadmap]: https://github.com/vmware-tanzu/sonobuoy/wiki

site/content/docs/main/cli/sonobuoy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ sonobuoy [flags]
3535
* [sonobuoy version](sonobuoy_version.md) - Print sonobuoy version
3636
* [sonobuoy wait](sonobuoy_wait.md) - Waits on the Sonobuoy run in the targeted namespace.
3737

38-
###### Auto generated by spf13/cobra on 27-Aug-2024
38+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_delete.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ sonobuoy delete [flags]
3030

3131
* [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins
3232

33-
###### Auto generated by spf13/cobra on 27-Aug-2024
33+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_e2e.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ sonobuoy e2e [flags]
2929

3030
* [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins
3131

32-
###### Auto generated by spf13/cobra on 27-Aug-2024
32+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_gen.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sonobuoy gen [flags]
4040
--service-account-name string Name of the service account to be used by sonobuoy. (default "sonobuoy-serviceaccount")
4141
--show-default-podspec If true, include the default pod spec used for plugins in the output.
4242
--skip-preflight strings[=true] Skips the specified preflight checks. Valid values are [dnscheck, versioncheck, existingnamespace] or true to skip all of the checks.
43-
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.2")
43+
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.3")
4444
--ssh-key yamlFile Path to the private key enabling SSH to cluster nodes. May be required by some tests from the e2e plugin.
4545
--ssh-user envModifier SSH user for ssh-key. Required if running e2e plugin with certain tests that require SSH access to nodes.
4646
--systemd-logs-image image Container image override for the systemd-logs plugin. Shorthand for --plugin-image=systemd-logs:<string> (default map[])
@@ -62,4 +62,4 @@ sonobuoy gen [flags]
6262
* [sonobuoy gen default-image-config](sonobuoy_gen_default-image-config.md) - Generates the default image registry config for the e2e plugin
6363
* [sonobuoy gen plugin](sonobuoy_gen_plugin.md) - Generates the manifest Sonobuoy uses to define a plugin
6464

65-
###### Auto generated by spf13/cobra on 27-Aug-2024
65+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_gen_config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sonobuoy gen config [flags]
4040
--service-account-name string Name of the service account to be used by sonobuoy. (default "sonobuoy-serviceaccount")
4141
--show-default-podspec If true, include the default pod spec used for plugins in the output.
4242
--skip-preflight strings[=true] Skips the specified preflight checks. Valid values are [dnscheck, versioncheck, existingnamespace] or true to skip all of the checks.
43-
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.2")
43+
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.3")
4444
--ssh-key yamlFile Path to the private key enabling SSH to cluster nodes. May be required by some tests from the e2e plugin.
4545
--ssh-user envModifier SSH user for ssh-key. Required if running e2e plugin with certain tests that require SSH access to nodes.
4646
--systemd-logs-image image Container image override for the systemd-logs plugin. Shorthand for --plugin-image=systemd-logs:<string> (default map[])
@@ -59,4 +59,4 @@ sonobuoy gen config [flags]
5959

6060
* [sonobuoy gen](sonobuoy_gen.md) - Generates a sonobuoy manifest for submission via kubectl
6161

62-
###### Auto generated by spf13/cobra on 27-Aug-2024
62+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_gen_default-image-config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ sonobuoy gen default-image-config [flags]
2424

2525
* [sonobuoy gen](sonobuoy_gen.md) - Generates a sonobuoy manifest for submission via kubectl
2626

27-
###### Auto generated by spf13/cobra on 27-Aug-2024
27+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_gen_plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ sonobuoy gen plugin -n myPlugin -i myregistry/myimage:v0
4242
* [sonobuoy gen plugin e2e](sonobuoy_gen_plugin_e2e.md) - Generates the e2e plugin definition based on the given options
4343
* [sonobuoy gen plugin systemd-logs](sonobuoy_gen_plugin_systemd-logs.md) - Generates the systemd-logs plugin definition based on the given options
4444

45-
###### Auto generated by spf13/cobra on 27-Aug-2024
45+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_gen_plugin_e2e.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sonobuoy gen plugin e2e [flags]
4141
--service-account-name string Name of the service account to be used by sonobuoy. (default "sonobuoy-serviceaccount")
4242
--show-default-podspec If true, include the default pod spec used for plugins in the output.
4343
--skip-preflight strings[=true] Skips the specified preflight checks. Valid values are [dnscheck, versioncheck, existingnamespace] or true to skip all of the checks.
44-
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.2")
44+
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.3")
4545
--ssh-key yamlFile Path to the private key enabling SSH to cluster nodes. May be required by some tests from the e2e plugin.
4646
--ssh-user envModifier SSH user for ssh-key. Required if running e2e plugin with certain tests that require SSH access to nodes.
4747
--systemd-logs-image image Container image override for the systemd-logs plugin. Shorthand for --plugin-image=systemd-logs:<string> (default map[])
@@ -60,4 +60,4 @@ sonobuoy gen plugin e2e [flags]
6060

6161
* [sonobuoy gen plugin](sonobuoy_gen_plugin.md) - Generates the manifest Sonobuoy uses to define a plugin
6262

63-
###### Auto generated by spf13/cobra on 27-Aug-2024
63+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_gen_plugin_systemd-logs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sonobuoy gen plugin systemd-logs [flags]
4040
--service-account-name string Name of the service account to be used by sonobuoy. (default "sonobuoy-serviceaccount")
4141
--show-default-podspec If true, include the default pod spec used for plugins in the output.
4242
--skip-preflight strings[=true] Skips the specified preflight checks. Valid values are [dnscheck, versioncheck, existingnamespace] or true to skip all of the checks.
43-
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.2")
43+
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.3")
4444
--ssh-key yamlFile Path to the private key enabling SSH to cluster nodes. May be required by some tests from the e2e plugin.
4545
--ssh-user envModifier SSH user for ssh-key. Required if running e2e plugin with certain tests that require SSH access to nodes.
4646
--systemd-logs-image image Container image override for the systemd-logs plugin. Shorthand for --plugin-image=systemd-logs:<string> (default map[])
@@ -59,4 +59,4 @@ sonobuoy gen plugin systemd-logs [flags]
5959

6060
* [sonobuoy gen plugin](sonobuoy_gen_plugin.md) - Generates the manifest Sonobuoy uses to define a plugin
6161

62-
###### Auto generated by spf13/cobra on 27-Aug-2024
62+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_get.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Fetches Sonobuoy resources of a specified type
1919
* [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins
2020
* [sonobuoy get pod](sonobuoy_get_pod.md) - Fetch sonobuoy pods
2121

22-
###### Auto generated by spf13/cobra on 27-Aug-2024
22+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_get_pod.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ sonobuoy get pod [flags]
2424

2525
* [sonobuoy get](sonobuoy_get.md) - Fetches Sonobuoy resources of a specified type
2626

27-
###### Auto generated by spf13/cobra on 27-Aug-2024
27+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_images.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ sonobuoy images [flags]
3434
* [sonobuoy images pull](sonobuoy_images_pull.md) - Pulls images to local docker client for a specific plugin
3535
* [sonobuoy images push](sonobuoy_images_push.md) - Pushes images to docker registry for a specific plugin
3636

37-
###### Auto generated by spf13/cobra on 27-Aug-2024
37+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_images_delete.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ sonobuoy images delete [flags]
2929

3030
* [sonobuoy images](sonobuoy_images.md) - Manage images used in a plugin to facilitate running them in airgapped (or similar) environments. Supported plugins are: 'e2e'
3131

32-
###### Auto generated by spf13/cobra on 27-Aug-2024
32+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_images_download.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ sonobuoy images download [flags]
2929

3030
* [sonobuoy images](sonobuoy_images.md) - Manage images used in a plugin to facilitate running them in airgapped (or similar) environments. Supported plugins are: 'e2e'
3131

32-
###### Auto generated by spf13/cobra on 27-Aug-2024
32+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_images_inspect.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ sonobuoy images inspect [flags]
3131

3232
* [sonobuoy images](sonobuoy_images.md) - Manage images used in a plugin to facilitate running them in airgapped (or similar) environments. Supported plugins are: 'e2e'
3333

34-
###### Auto generated by spf13/cobra on 27-Aug-2024
34+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_images_list.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ sonobuoy images list [flags]
2727

2828
* [sonobuoy images](sonobuoy_images.md) - Manage images used in a plugin to facilitate running them in airgapped (or similar) environments. Supported plugins are: 'e2e'
2929

30-
###### Auto generated by spf13/cobra on 27-Aug-2024
30+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_images_pull.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ sonobuoy images pull [flags]
2929

3030
* [sonobuoy images](sonobuoy_images.md) - Manage images used in a plugin to facilitate running them in airgapped (or similar) environments. Supported plugins are: 'e2e'
3131

32-
###### Auto generated by spf13/cobra on 27-Aug-2024
32+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_images_push.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ sonobuoy images push [flags]
3030

3131
* [sonobuoy images](sonobuoy_images.md) - Manage images used in a plugin to facilitate running them in airgapped (or similar) environments. Supported plugins are: 'e2e'
3232

33-
###### Auto generated by spf13/cobra on 27-Aug-2024
33+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_logs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ sonobuoy logs [flags]
2727

2828
* [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins
2929

30-
###### Auto generated by spf13/cobra on 27-Aug-2024
30+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_modes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ sonobuoy modes [flags]
2323

2424
* [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins
2525

26-
###### Auto generated by spf13/cobra on 27-Aug-2024
26+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Manage your installed plugins
2222
* [sonobuoy plugin show](sonobuoy_plugin_show.md) - Print the full definition of the named plugin file
2323
* [sonobuoy plugin uninstall](sonobuoy_plugin_uninstall.md) - Uninstall a plugin. You can continue to run any plugin via specifying a file or URL.
2424

25-
###### Auto generated by spf13/cobra on 27-Aug-2024
25+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_plugin_install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ sonobuoy plugin install <save-as-filename> <source filename or URL> [flags]
2222

2323
* [sonobuoy plugin](sonobuoy_plugin.md) - Manage your installed plugins
2424

25-
###### Auto generated by spf13/cobra on 27-Aug-2024
25+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_plugin_list.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ sonobuoy plugin list [flags]
2222

2323
* [sonobuoy plugin](sonobuoy_plugin.md) - Manage your installed plugins
2424

25-
###### Auto generated by spf13/cobra on 27-Aug-2024
25+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_plugin_show.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ sonobuoy plugin show <plugin filename> [flags]
2222

2323
* [sonobuoy plugin](sonobuoy_plugin.md) - Manage your installed plugins
2424

25-
###### Auto generated by spf13/cobra on 27-Aug-2024
25+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_plugin_uninstall.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ sonobuoy plugin uninstall <plugin filename> [flags]
2222

2323
* [sonobuoy plugin](sonobuoy_plugin.md) - Manage your installed plugins
2424

25-
###### Auto generated by spf13/cobra on 27-Aug-2024
25+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_query.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ sonobuoy query [flags]
2424

2525
* [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins
2626

27-
###### Auto generated by spf13/cobra on 27-Aug-2024
27+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_results.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ sonobuoy results archive.tar.gz [flags]
2626

2727
* [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins
2828

29-
###### Auto generated by spf13/cobra on 27-Aug-2024
29+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_retrieve.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ sonobuoy retrieve [path] [flags]
2828

2929
* [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins
3030

31-
###### Auto generated by spf13/cobra on 27-Aug-2024
31+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_run.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sonobuoy run [flags]
4040
--service-account-name string Name of the service account to be used by sonobuoy. (default "sonobuoy-serviceaccount")
4141
--show-default-podspec If true, include the default pod spec used for plugins in the output.
4242
--skip-preflight strings[=true] Skips the specified preflight checks. Valid values are [dnscheck, versioncheck, existingnamespace] or true to skip all of the checks.
43-
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.2")
43+
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.3")
4444
--ssh-key yamlFile Path to the private key enabling SSH to cluster nodes. May be required by some tests from the e2e plugin.
4545
--ssh-user envModifier SSH user for ssh-key. Required if running e2e plugin with certain tests that require SSH access to nodes.
4646
--systemd-logs-image image Container image override for the systemd-logs plugin. Shorthand for --plugin-image=systemd-logs:<string> (default map[])
@@ -59,4 +59,4 @@ sonobuoy run [flags]
5959

6060
* [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins
6161

62-
###### Auto generated by spf13/cobra on 27-Aug-2024
62+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_status.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ sonobuoy status [flags]
2727

2828
* [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins
2929

30-
###### Auto generated by spf13/cobra on 27-Aug-2024
30+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_version.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ sonobuoy version [flags]
2525

2626
* [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins
2727

28-
###### Auto generated by spf13/cobra on 27-Aug-2024
28+
###### Auto generated by spf13/cobra on 18-Feb-2025

site/content/docs/main/cli/sonobuoy_wait.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sonobuoy wait [flags]
4040
--service-account-name string Name of the service account to be used by sonobuoy. (default "sonobuoy-serviceaccount")
4141
--show-default-podspec If true, include the default pod spec used for plugins in the output.
4242
--skip-preflight strings[=true] Skips the specified preflight checks. Valid values are [dnscheck, versioncheck, existingnamespace] or true to skip all of the checks.
43-
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.2")
43+
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.3")
4444
--ssh-key yamlFile Path to the private key enabling SSH to cluster nodes. May be required by some tests from the e2e plugin.
4545
--ssh-user envModifier SSH user for ssh-key. Required if running e2e plugin with certain tests that require SSH access to nodes.
4646
--systemd-logs-image image Container image override for the systemd-logs plugin. Shorthand for --plugin-image=systemd-logs:<string> (default map[])
@@ -59,4 +59,4 @@ sonobuoy wait [flags]
5959

6060
* [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins
6161

62-
###### Auto generated by spf13/cobra on 27-Aug-2024
62+
###### Auto generated by spf13/cobra on 18-Feb-2025

0 commit comments

Comments
 (0)