Skip to content
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

upgrade-manager-v2: Add a duration column for the rolling-upgrade #263

Open
shreyas-badiger opened this issue Jun 23, 2021 · 0 comments
Open

Comments

@shreyas-badiger
Copy link
Collaborator

shreyas-badiger commented Jun 23, 2021

At present:

sbadiger$ kubectl get ru
NAME            STATUS      TOTALNODES   NODESPROCESSED   COMPLETE
test-rollup-1   completed   3            3                100%

Add a Duration Column to indicate for how long the rolling-upgrade is running.

sbadiger$ kubectl get ru
NAME            STATUS      TOTALNODES   NODESPROCESSED   COMPLETE   DURATION
test-rollup-1   completed   3            3                100%       15m8s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant