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