Skip to content

Add Message column to TigeraStatus kubectl output#4503

Closed
rene-dekker wants to merge 1 commit intotigera:masterfrom
rene-dekker:ev-6449-tigerastatus-column
Closed

Add Message column to TigeraStatus kubectl output#4503
rene-dekker wants to merge 1 commit intotigera:masterfrom
rene-dekker:ev-6449-tigerastatus-column

Conversation

@rene-dekker
Copy link
Member

Display the Degraded condition's message when running `kubectl get tigerastatus`, making it easier to see error details at a glance without needing to describe the resource.

The output will now look like this:

$ k get tigerastatus
NAME                          AVAILABLE   PROGRESSING   DEGRADED   SINCE   MESSAGE
apiserver                     True        False         False      175m    All objects available
calico                        True        False         False      65s     All objects available
intrusion-detection           True        False         False      172m    All objects available
ippools                       True        False         False      3h9m    All objects available
log-collector                 True        False         False      174m    All objects available
log-storage                   True        False         False      3h9m    All objects available
log-storage-access            True        False         False      171m    All objects available
log-storage-dashboards        True        False         False      172m    All objects available
log-storage-elastic           True        False         False      172m    All objects available
log-storage-esmetrics         True        False         False      175m    All objects available
log-storage-kubecontrollers   True        False         False      171m    All objects available
log-storage-secrets           True        False         False      3h9m    All objects available
manager                       False       False         True       55s     Pod calico-system/calico-manager-7c7cb5b58-5bhg9 has crash looping container: calico-ui-apis
monitor                       True        False         False      115s    All objects available
policy-recommendation         True        False         False      175m    All objects available
tiers                         True        False         False      3h8m    All objects available

Display the Degraded condition's message when running
`kubectl get tigerastatus`, making it easier to see error
details at a glance without needing to describe the resource.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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

Successfully merging this pull request may close these issues.

2 participants