From 4ad77cd5f8cf4ea0d67f3b9bbbbdee02443430a2 Mon Sep 17 00:00:00 2001 From: Hidetake Iwata Date: Mon, 19 Aug 2019 23:24:23 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37e40451..72e2dd3c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ brew install kubelogin kubectl krew install oidc-login # GitHub Releases -curl -LO https://github.com/int128/kubelogin/releases/download/v1.14.1/kubelogin_linux_amd64.zip +curl -LO https://github.com/int128/kubelogin/releases/download/v1.14.2/kubelogin_linux_amd64.zip unzip kubelogin_linux_amd64.zip ln -s kubelogin kubectl-oidc_login ``` @@ -34,7 +34,7 @@ See the following documents for more: You can run kubelogin as the following methods: -- Credential plugin mode +- Credential plugin mode (recommended) - Standalone mode