fix(k8s): update usage message in freeleaps-cluster-authenticator to include environment variable syntax

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-01-15 03:32:46 +08:00
parent ce9826d098
commit 3a6e22c7ef

View File

@ -22,7 +22,7 @@ AUTO_INSTALL_KUBELOGIN=${AUTO_INSTALL_KUBELOGIN:-true}
help() { help() {
echo "Freeleaps Cluster Authenticator (Version: ${VERSION})" echo "Freeleaps Cluster Authenticator (Version: ${VERSION})"
echo "" echo ""
echo "Usage: freeleaps-cluster-authenticator <sub-command>" echo "Usage: [environment-variable=value] freeleaps-cluster-authenticator <sub-command>"
echo "" echo ""
echo "Sub Commands:" echo "Sub Commands:"
echo " auth,-a,--auth Setup kubectl for freeleaps cluster with Mathmast account." echo " auth,-a,--auth Setup kubectl for freeleaps cluster with Mathmast account."