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

CRD: added additionalPrinterColumns to GameServer for kubectl #444

Merged

Commits on Dec 17, 2018

  1. crd: show additional columns in kubectl get

    Output:
    
    ```
    $ kubectl get gameservers
    NAME                     STATE       ADDRESS        PORT   NODE                                     AGE
    simple-udp-lrw4k-6c8rg   Ready       35.247.xx.xx   7741   gke-test-cluster-default-405277ca-2fr0   15m
    simple-udp-lrw4k-78td7   Ready       35.247.xx.xx   7378   gke-test-cluster-default-405277ca-2fr0   15m
    simple-udp-lrw4k-8mcwk   Ready       35.247.xx.xx   7795   gke-test-cluster-default-405277ca-2fr0   15m
    simple-udp-lrw4k-wqwsn   Allocated   35.247.xx.xx   7301   gke-test-cluster-default-405277ca-2fr0   15m
    simple-udp-lrw4k-xxj2f   Ready       35.247.xx.xx   7052   gke-test-cluster-default-405277ca-2fr0   15m
    
    $ kubectl get gameserversets
    NAME               SCHEDULING   DESIRED   CURRENT   ALLOCATED   READY   AGE
    simple-udp-lrw4k   Packed       10        10        1           9       16m
    
    $ kubectl get fleets
    NAME         SCHEDULING   DESIRED   CURRENT   ALLOCATED   READY   AGE
    simple-udp   Packed       10        10        1           9       16m
    
    $ kubectl get fleetallocations
    NAME               STATE       ADDRESS        PORT   NODE                                     AGE
    simple-udp-sf66j   Allocated   35.247.xx.xx   7301   gke-test-cluster-default-405277ca-2fr0   16m
    
    ```
    jkowalski committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    345a888 View commit details
    Browse the repository at this point in the history