mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 09:15:44 +02:00
kdash: add page (#17154)
Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
82eb0aa1b6
commit
18e7e69493
2 changed files with 40 additions and 0 deletions
20
pages.ja/common/kdash.md
Normal file
20
pages.ja/common/kdash.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# kdash
|
||||
|
||||
> ターミナル上でKubernetesのダッシュボードを作成するためのコマンドラインインターフェイス。
|
||||
> もっと詳しく: <https://github.com/kdash-rs/kdash/#usage>。
|
||||
|
||||
- ダッシュボードの起動:
|
||||
|
||||
`kdash`
|
||||
|
||||
- デバッグモードで起動しログをファイルに書き込む:
|
||||
|
||||
`kdash {{[-d|--debug]}}`
|
||||
|
||||
- ティックレートを設定する:
|
||||
|
||||
`kdash {{[-t|--tick-rate]}} {{100}}`
|
||||
|
||||
- ポーリングレートを設定する(ポーリングレートはティックレートの倍数である必要があります):
|
||||
|
||||
`kdash {{[-t|--tick-rate]}} {{200}} {{[-p|--poll-rate]}} {{400}}`
|
20
pages/common/kdash.md
Normal file
20
pages/common/kdash.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# kdash
|
||||
|
||||
> A simple terminal dashboard for Kubernetes.
|
||||
> Mode 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}}`
|
Loading…
Add table
Reference in a new issue