From 29107247b146194309a7e0bc723890e2eafc205f Mon Sep 17 00:00:00 2001 From: icecheng Date: Fri, 4 Jul 2025 09:38:54 +0800 Subject: [PATCH] docs:add Tips section with service auth commands and links --- cluster/bin/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/cluster/bin/README.md b/cluster/bin/README.md index ad5c517d..ada2c90e 100644 --- a/cluster/bin/README.md +++ b/cluster/bin/README.md @@ -234,3 +234,16 @@ infra-auth-retriver list | `get-token` | `-gt`,`--get-token` | Retrieve authentication token for specified service | | `list` | `-l`,`--list` | List all available services | | `help` | `-h`,`--help` | Show help message | + +### Tips + +Here are some useful tips for working with the Freeleaps Cluster Toolchains: + +**[Jenkins](https://jenkins.mathmast.com/) and [Grafana](https://grafana.mathmast.com/) Accounts and Passwords**: You can obtain Jenkins and Grafana accounts and passwords by executing the follow command. +``` +infra-auth-retriver grafana +``` +**[Argo](https://argo.mathmast.com/) Account and Password**: You can obtain Argo account and password by executing the follow command. +``` +infra-auth-retriver argocd +``` \ No newline at end of file