feat(k8s): add AUTO_INSTALL_KUBELOGIN option to freeleaps-cluster-authenticator help message
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
02a06cc6f8
commit
1cd0c6c792
@ -40,6 +40,7 @@ help() {
|
|||||||
echo " KUBECTL_VERSION: Version of kubectl to install. Default: v1.30.3"
|
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 " 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_KUBECTL: Automatically install kubectl if not found. Default: true"
|
||||||
|
echo " AUTO_INSTALL_KUBELOGIN: Automatically install kubelogin if not found. Default: true"
|
||||||
}
|
}
|
||||||
|
|
||||||
gather_os_environment() {
|
gather_os_environment() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user