From 0fd736349064e967b0abef992d874770c6d122f4 Mon Sep 17 00:00:00 2001 From: ChengHao Yang <17496418+tico88612@users.noreply.github.com> Date: Wed, 5 Feb 2025 23:54:39 +0800 Subject: [PATCH] Update Install description in README.md Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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`