Skip to content

Commit

Permalink
Update Install description in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: ChengHao Yang <[email protected]>
  • Loading branch information
tico88612 committed Feb 5, 2025
1 parent a6ab571 commit 36fdc57
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 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,19 @@ 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
```

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 36fdc57

Please sign in to comment.