upgrade-manager
upgrade-manager copied to clipboard
Rolling-upgrade CRD should have a field for the asg name in default console output
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