upgrade-manager icon indicating copy to clipboard operation
upgrade-manager copied to clipboard

Rolling-upgrade CRD should have a field for the asg name in default console output

Open shrinandj opened this issue 4 years ago • 0 comments

Is this a BUG REPORT or FEATURE REQUEST?: FEATURE REQUEST

What happened: Currently, the output of kubectl get ru is this:

NAME                                   STATUS      TOTALNODES   NODESPROCESSED
rolling-upgrade-nodes-20200616230859   completed   3            3
rolling-upgrade-nodes-20200616234910   completed   3            3

This doesn't tell us what the ASG names were for the rolling-upgrades. What you expected to happen: A better output would be:

NAME                                   STATUS      TOTALNODES   NODESPROCESSED   ASG
rolling-upgrade-nodes-20200616230859   completed   3            3            test-20200604-my-asg-1
rolling-upgrade-nodes-20200616234910   completed   3            3            test-20200604-my-asg-2

shrinandj avatar Jun 17 '20 16:06 shrinandj