From 1cd0c6c792a03bbaa690c030c97616c2cd164c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=8C=AF=E5=AE=87?= <> Date: Tue, 14 Jan 2025 17:19:26 +0800 Subject: [PATCH] feat(k8s): add AUTO_INSTALL_KUBELOGIN option to freeleaps-cluster-authenticator help message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙振宇 <> --- bin/freeleaps-cluster-authenticator | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/freeleaps-cluster-authenticator b/bin/freeleaps-cluster-authenticator index 1fa5073c..6cc72f11 100755 --- a/bin/freeleaps-cluster-authenticator +++ b/bin/freeleaps-cluster-authenticator @@ -40,6 +40,7 @@ help() { echo " KUBECTL_VERSION: Version of kubectl to install. Default: v1.30.3" echo " KUBELOGIN_VERSION: Version of kubelogin to install. Default: v1.31.1" echo " AUTO_INSTALL_KUBECTL: Automatically install kubectl if not found. Default: true" + echo " AUTO_INSTALL_KUBELOGIN: Automatically install kubelogin if not found. Default: true" } gather_os_environment() {