cloudnative-pg / cloudnative-pg/plugin-barman-cloud
make a proper -owide kubectl output
- 主要言語
- Go
- スター
- 191
- フォーク
- 72
- 平均マージ
- 2日 21時間
- マージ済み PR(30日)
- 21
説明
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.
コントリビューションガイド
調査の方向性
まず、現在の `kubectl get objectstore -A` の出力を、`kubectl get -oyaml` で表示されるフィールド、特にステータス情報と比較します。どのステータスインジケーターとバックアップのタイムスタンプを列にすべきかを判断し、その後、objectstore の出力でそれらが明確かつ一貫して表示されることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- kubernetes, postgresql
- 領域
- cli, databases
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100