Does ksonnet have a similar function like "helm list"?

5/26/2018

I used 'helm chart' before, and started to learn ksonnet recently. After reading https://ksonnet.io/docs/cli-reference#overview, I am confused that there is no "helm list" function in ksonnet. Please correct me if I misunderstand. And if my understanding is correct, please let me know why.

-- che yang
ksonnet
kubernetes-helm

1 Answer

6/17/2018

Yes, there is

ks registry list

to list configured registries and

ks pkg list 

which will list known packages.

-- Bryan Liles
Source: StackOverflow