Skip to content

Commit

Permalink
Add brew installation to README, fix broken plugin link
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Ji <[email protected]>
  • Loading branch information
xtreme-jon-ji authored and joyvuu-dave committed Jan 19, 2023
1 parent bd5465d commit 69f7154
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ more about the new release cycles in [our blog][decoupling-sonobuoy-k8s].

## Installation

The following methods exist for installing Sonobuoy:

### Install binary

1. Download the [latest release][releases] for your client platform.
2. Extract the tarball:

Expand All @@ -46,6 +50,14 @@ more about the new release cycles in [our blog][decoupling-sonobuoy-k8s].

Move the extracted `sonobuoy` executable to somewhere on your `PATH`.

### Install with Hombrew (MacOS)

1. Run the command:

```
brew install sonobuoy
```

## Getting Started

To launch conformance tests (ensuring [CNCF][cncf] conformance) and wait until they are finished run:
Expand Down
12 changes: 12 additions & 0 deletions site/content/docs/main/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ more about the new release cycles in [our blog][decoupling-sonobuoy-k8s].

## Installation

The following methods exist for installing Sonobuoy:

### Install binary

1. Download the [latest release][releases] for your client platform.
2. Extract the tarball:

Expand All @@ -52,6 +56,14 @@ more about the new release cycles in [our blog][decoupling-sonobuoy-k8s].

Move the extracted `sonobuoy` executable to somewhere on your `PATH`.

### Install with Hombrew (MacOS)

1. Run the command:

```
brew install sonobuoy
```

## Getting Started

To launch conformance tests (ensuring [CNCF][cncf] conformance) and wait until they are finished run:
Expand Down
2 changes: 1 addition & 1 deletion site/content/plugins/list/02-end-to-end-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ link: https://sonobuoy.io/docs/main/e2eplugin/

The Kubernetes end-to-end testing plugin (the e2e plugin) is used to run tests which are maintained by the upstream Kubernetes community in the [kubernetes/kubernetes][1] repo.

[1]: https://github.com/kubernetes/kubernetes/tree/main/cluster/images/conformance
[1]: https://github.com/kubernetes/kubernetes/tree/master/test/conformance/image

0 comments on commit 69f7154

Please sign in to comment.