cloudnative-pg / cloudnative-pg/plugin-barman-cloud
make a proper -owide kubectl output
Open
- Dominant language
- Go
- Stars
- 191
- Forks
- 72
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 21
Description
current state:
```
$ kubectl get objectstore -A
NAMESPACE NAME AGE
keycloak keycloak 20h
postgresql quizservicedb 29m
```
But if I would invoke the kubectl get -oyaml I see additional information in status field like:
```
status:
serverRecoveryWindow:
quizservicedb: {}
```
I would like to get additional columns in `kubectl get` command output which would give me more understanding about the status of objectstore - does it work, are the credentials correct etc. Maybe the last database backup timestamp.
Contributor guide
Assessment
This issue has not been assessed yet.