Use go install for installing sonobuoy (#3272)
Signed-off-by: Jonas Riedel <jonasriedel@pm.me>
This commit is contained in:
parent
9f7ca837b9
commit
e40cba7bf2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue