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

This PR adds additionalPrinterColumns to "kubectl get redb" #163

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 26, 2021

  1. This PR adds additionalPrinterColumns to "kubectl get redb"

    This PR adds additionalPrinterColumns to "kubectl get redb" to show useful spec status, particularly HOST:PORT, CLUSTER and SHARDS. It's specially usef
    
    This is the output generated:
        
    ``` 
    $ kubectl -n redis-kweb get redb
    NAME                HOST                                                     PORT    CLUSTER         SHARDS   STATUS   SPEC STATUS   AGE
    redis-db-caches     redis-12484.redis-cluster.redis-kweb.svc.cluster.local   12484   redis-cluster   1        active   Valid         6d22h
    redis-db-sessions   redis-13649.redis-cluster.redis-kweb.svc.cluster.local   13649   redis-cluster   1        active   Valid         6d23h
    
    ```
    caiobegotti committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    aa16a3d View commit details
    Browse the repository at this point in the history