kubernetes-ingress icon indicating copy to clipboard operation
kubernetes-ingress copied to clipboard

Add status field in GlobalConfiguration custom resource

Open vepatel opened this issue 1 year ago • 1 comments

Currently the GlobalConfiguration resource does not display any kind of Status field. In scenarios where a TransportServer or VirtualServer resource relies on the content in a GlobalConfiguration resource, it is useful to know if the GlobalConfiguration resource itself is miss-configured by checking the status of that GlobalConfiguration resource, rather than viewing the error in either the TransportServer or VirtualServer resource.

This update would allow an operations user to better debug a miss configured GlobalConfiguration resource on their own.

### Tasks
- [ ] Investigate how to add status to GC
- [ ] Update/Add pytests to assert GC status for those tests which currently test for events

vepatel avatar Apr 16 '24 15:04 vepatel

Hi @vepatel thanks for reporting!

Be sure to check out the docs and the Contributing Guidelines while you wait for a human to take a look at this :slightly_smiling_face:

Cheers!

github-actions[bot] avatar Apr 16 '24 15:04 github-actions[bot]