mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
530 B
Plaintext
26 lines
530 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# kdash
|
|
|
|
> A simple dashboard for Kubernetes.
|
|
> More information: <https://github.com/kdash-rs/kdash/#usage>.
|
|
|
|
- Show dashboard:
|
|
|
|
`kdash`
|
|
|
|
- Show dashboard in debug mode and write logs to a file in the current directory:
|
|
|
|
`kdash {{[-d|--debug]}}`
|
|
|
|
- Set the tick rate:
|
|
|
|
`kdash {{[-t|--tick-rate]}} {{100}}`
|
|
|
|
- Set the polling rate (must be a multiple of the tick rate):
|
|
|
|
`kdash {{[-t|--tick-rate]}} {{200}} {{[-p|--poll-rate]}} {{400}}`
|