diff --git a/README.md b/README.md index 723a374f..267d308d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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`