Use go install for installing sonobuoy (#3272)

Signed-off-by: Jonas Riedel <jonasriedel@pm.me>
This commit is contained in:
jonasrdl 2024-06-26 23:32:41 +02:00 committed by GitHub
parent 9f7ca837b9
commit e40cba7bf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ currently supported versions of kubernetes.
Download a [binary release](https://github.com/vmware-tanzu/sonobuoy/releases) of the CLI, or build it yourself by running:
```
go get -u -v github.com/vmware-tanzu/sonobuoy
go install github.com/vmware-tanzu/sonobuoy@latest
```
Deploy a Sonobuoy pod to your cluster with:
@ -170,7 +170,7 @@ Combining the steps provided here, the process looks like this:
$ k8s_version=vX.Y
$ prod_name=example
$ go get -u -v github.com/vmware-tanzu/sonobuoy
$ go install github.com/vmware-tanzu/sonobuoy@latest
$ sonobuoy run --mode=certified-conformance --wait
$ outfile=$(sonobuoy retrieve)