-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
kdash: add page #17154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
kdash: add page #17154
Conversation
The build for this PR failed with the following error(s):
Please fix the error(s) and push again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for your contribution
|
||
- Set the tick rate: | ||
|
||
`kdash -t 100` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`kdash -t 100` | |
`kdash -t {{100}}` |
|
||
- Set the polling rate: | ||
|
||
`kdash -p 200` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`kdash -p 200` | |
`kdash -p {{200}}` |
Consider submitting the translation after the english page has been merged so that we don't have to wait for translation maintainers to approve and so that fixes don't have to be applied multiple times. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also apply these changes to the Japanese translation.
|
||
- Show dashboard as debug mode and write logs: | ||
|
||
`kdash -d` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`kdash -d` | |
`kdash {{[-d|--debug]}}` |
|
||
- Set the tick rate: | ||
|
||
`kdash -t 100` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`kdash -t 100` | |
`kdash {{[-t|--tick-rate]}} 100` |
- Set the polling rate: | ||
|
||
`kdash -p 200` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Polling rate must be used together with tick rate, where polling rate is a multiple of the tick rate (e.g. kdash -t 200 -p 400
).
Please also add the long form option for -p
(--poll-rate
).
$ kdash -p 400
Error: 'Poll rate must be multiple of tick-rate' at src/main.rs:95:5
# kdash | ||
|
||
> A simple terminal dashboard for Kubernetes. | ||
> Mode information: <https://github.com/kdash-rs/kdash/>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> Mode information: <https://github.com/kdash-rs/kdash/>. | |
> Mode information: <https://github.com/kdash-rs/kdash/#usage>. |
Quite a lot of scrolling to get to the usage instructions. Consider this.
Co-authored-by: Wiktor Perskawiec <[email protected]>
Thank you for your review. |
common
,linux
,osx
,windows
,sunos
,android
, etc.