F5Networks / charts

Helm charts for using F5 products and services in Kubernetes and OpenShift environments.
Apache License 2.0
28 stars 36 forks source link

add columns to Transport Server CRD #44

Open chen23 opened 3 years ago

chen23 commented 3 years ago

This changes the format to add columns to the output for TransportServers i.e.:

$ kubectl get ts -n cluster1
NAME              VIRTUALSERVERADDRESS   VIRTUALSERVERPORT   POOL          POOLPORT   AGE
frontend1         10.1.10.82             8081                frontend1     80         3h20m
frontend2         10.1.10.82             8082                frontend2     80         3h20m
frontend3         10.1.10.82             8083                frontend3     80         3h20m
frontend4         10.1.10.82             8084                frontend4     80         3h20m
frontend5         10.1.10.82             8085                frontend5     80         3h20m
my-frontend-crd   10.1.10.82             8080                my-frontend   80         3h55m

this looks nicer than the default of

NAME              AGE
frontend1         3h21m
frontend2         3h21m
frontend3         3h21m
frontend4         3h21m
frontend5         3h21m
my-frontend-crd   3h55m
vklohiya commented 3 years ago

Hi Eric,

You can create a PR in f5networks/k8s-bigip-ctlr repo as well in CRD Schema File. This is the single place where we are updating and maintaining the schemas. These schemas are then downstream to chart and operator release.

vklohiya commented 3 years ago

@chen23 , We have updated the schema as part of this PR-46., which is taken from k8s-bigip-ctlr repository.