From 18e7e694931de7a232c709177162af6d2804dac8 Mon Sep 17 00:00:00 2001 From: Daisuke Akagawa Date: Sun, 20 Jul 2025 15:56:01 +0900 Subject: [PATCH] kdash: add page (#17154) Co-authored-by: Wiktor Perskawiec 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> --- pages.ja/common/kdash.md | 20 ++++++++++++++++++++ pages/common/kdash.md | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 pages.ja/common/kdash.md create mode 100644 pages/common/kdash.md diff --git a/pages.ja/common/kdash.md b/pages.ja/common/kdash.md new file mode 100644 index 0000000000..04e4532510 --- /dev/null +++ b/pages.ja/common/kdash.md @@ -0,0 +1,20 @@ +# kdash + +> ターミナル上でKubernetesのダッシュボードを作成するためのコマンドラインインターフェイス。 +> もっと詳しく: 。 + +- ダッシュボードの起動: + +`kdash` + +- デバッグモードで起動しログをファイルに書き込む: + +`kdash {{[-d|--debug]}}` + +- ティックレートを設定する: + +`kdash {{[-t|--tick-rate]}} {{100}}` + +- ポーリングレートを設定する(ポーリングレートはティックレートの倍数である必要があります): + +`kdash {{[-t|--tick-rate]}} {{200}} {{[-p|--poll-rate]}} {{400}}` diff --git a/pages/common/kdash.md b/pages/common/kdash.md new file mode 100644 index 0000000000..2693e2fc79 --- /dev/null +++ b/pages/common/kdash.md @@ -0,0 +1,20 @@ +# kdash + +> A simple terminal dashboard for Kubernetes. +> Mode information: . + +- 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}}`