commands.sh

kdash

all

A simple dashboard for Kubernetes.

More info →

Options (3)

-d, --debugboolean

Show dashboard in debug mode and write logs to a file in the current directory

Example: kdash {{[-d|--debug]}}
-t, --tick-rateboolean

Set the tick rate

Example: kdash {{[-t|--tick-rate]}} {{100}}
-p, --poll-rateboolean

Set the polling rate (must be a multiple of the tick rate)

Example: kdash {{[-t|--tick-rate]}} {{200}} {{[-p|--poll-rate]}} {{400}}

Examples (4)

Show dashboard

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
made by @shridhargupta | data from tldr-pages