Skip to content

Commit

Permalink
Merge pull request #209 from tico88612/update/readme-brew
Browse files Browse the repository at this point in the history
Update install description in README.md
  • Loading branch information
k8s-ci-robot authored Feb 5, 2025
2 parents a6ab571 + 0fd7363 commit 76b19a2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Kubecon EU 2024 - [Keep Calm and Load Balance on KIND - Antonio Ojea & Benjamin

## Install

### Installing with `go install`

You can install `cloud-provider-kind` using `go install`:

```sh
Expand All @@ -28,6 +30,21 @@ can make it available elsewhere if appropriate:
sudo install ~/go/bin/cloud-provider-kind /usr/local/bin
```

### Installing With A Package Manager

The cloud-provider-kind community has enabled installation via the following package managers.

> [!NOTE]
> The following are community supported efforts. The `cloud-provider-kind` maintainers are not involved in the creation of these packages, and the upstream community makes no claims on the validity, safety, or content of them.
On macOS via Homebrew:

```sh
brew install cloud-provider-kind
```

### Running via Docker Image

Starting with v0.4.0, the docker image for cloud-provider-kind is available
at `registry.k8s.io/cloud-provider-kind/cloud-controller-manager`

Expand Down

0 comments on commit 76b19a2

Please sign in to comment.