cloudnative-pg / cloudnative-pg/plugin-barman-cloud

make a proper -owide kubectl output

Open
#406 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.