diff --git a/pages.ja/common/kdash.md b/pages.ja/common/kdash.md new file mode 100644 index 00000000000000..04e4532510dc58 --- /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 00000000000000..2693e2fc795ee9 --- /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}}`