freeleaps-ops/migrate/README.md
zhenyus 17c9a1b16f docs: add README files for Freeleaps repo migrator and cluster authenticator
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-25 17:22:29 +08:00

18 lines
682 B
Markdown

# README
## How to debug with logs that services deployed on Freeleaps Kuberentes CLuster ?
First, you need authentication with Freeleaps Kubernetes Cluster using scripts under [freeleaps-cluster-authenticator](./freeleaps-cluster-authenticator).
You can using Kubernetes dashboard to debug with logs that services deployed on Freeleaps Kubernetes Cluster.
First you need open dashboard service on local port 8443:
```bash
freeleaps-cluster-authenticator dashboard
```
Now you can open [http://localhost:8443](http://localhost:8443) with your browser.
And you can get token from command `freeleaps-cluster-authenticator get-token` if dashboard requires token authentication.