Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

additional printer columns for CRDs #653

Merged
merged 3 commits into from
Aug 16, 2019
Merged

additional printer columns for CRDs #653

merged 3 commits into from
Aug 16, 2019

Conversation

FxKu
Copy link
Member

@FxKu FxKu commented Aug 16, 2019

Show some more infos when listing postgresql or OperatorConfiguration resources. We can discuss in this PR which columns to print.

kubectl get pg                                         
NAME                TEAM   VERSION   PODS   VOLUME   CPU-REQUEST   MEMORY-REQUEST   AGE   STATUS
acid-test-cluster   ACID   10        2      1Gi      10m           100Mi            6s    Creating

kubectl get opconfig
NAME                                        IMAGE                                               CLUSTER-LABEL   SERVICE-ACCOUNT   MIN-INSTANCES   AGE
postgresql-operator-default-configuration   registry.opensource.zalan.do/acid/spilo-11:1.5-p9   cluster-name    operator          -1              2s

Closes #635

@hjacobs
Copy link
Contributor

hjacobs commented Aug 16, 2019

Cool, thanks!

@Jan-M
Copy link
Member

Jan-M commented Aug 16, 2019

👍

@Jan-M
Copy link
Member

Jan-M commented Aug 16, 2019

Looks good.

@FxKu
Copy link
Member Author

FxKu commented Aug 16, 2019

👍

@FxKu FxKu merged commit abdb003 into master Aug 16, 2019
@FxKu FxKu added this to the v1.3 milestone Aug 19, 2019
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.

CRD: add additionalPrinterColumns for kubectl/kube-web-view
3 participants