From 88f03655ea1c36dae860fbde37d16dd2b4d5ee33 Mon Sep 17 00:00:00 2001 From: Hidetake Iwata Date: Wed, 2 Sep 2020 12:05:56 +0900 Subject: [PATCH] Add Chocolatey installation (#374) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79963980..e656d737 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Take a look at the diagram: ### Setup -Install the latest release from [Homebrew](https://brew.sh/), [Krew](https://github.com/kubernetes-sigs/krew) or [GitHub Releases](https://github.com/int128/kubelogin/releases). +Install the latest release from [Homebrew](https://brew.sh/), [Krew](https://github.com/kubernetes-sigs/krew), [Chocolatey](https://chocolatey.org/packages/kubelogin) or [GitHub Releases](https://github.com/int128/kubelogin/releases). ```sh # Homebrew (macOS and Linux) @@ -26,6 +26,9 @@ brew install int128/kubelogin/kubelogin # Krew (macOS, Linux, Windows and ARM) kubectl krew install oidc-login + +# Chocolatey (Windows) +choco install kubelogin ``` You need to set up the OIDC provider, cluster role binding, Kubernetes API server and kubeconfig.