Open IGassmann opened 4 years ago
I fully agree as currently this is really a pain to consult knative services as k9s cannot find them
Example:
[snowdrop@h01-121 ~]$ kc get services.serving.knative.dev -n tap-demo
NAME URL LATESTCREATED LATESTREADY READY REASON
quarkus-app http://quarkus-app.tap-demo.94.130.111.125.nip.io quarkus-app-00001 quarkus-app-00001 True
rmq-sample-app-usecase-1 http://rmq-sample-app-usecase-1.tap-demo.94.130.111.125.nip.io rmq-sample-app-usecase-1-00003 rmq-sample-app-usecase-1-00003 True
tanzu-java-web-app http://tanzu-java-web-app.tap-demo.94.130.111.125.nip.io tanzu-java-web-app-00001 tanzu-java-web-app-00001 True
but
It would be nice for
k9s
to support Knative services (a.k.a.kservice
orksvc
).