George Gaál
George Gaál
another application: It is also multi container app. Consisting of main java app + several additional sidecars (with python and bash).
It seems that the idea of having a single “main” container by default may not be entirely correct. My arguments are: There are pods with several important containers, each serving...
The reason I used the term main container in the original issue was simply because, in my case, it was trivial to see which one mattered more: the application container...
@eabykov So this means that all pods should be properly mapped with labels. I think that’s fair enough, even if it introduces the new idea of a “default” or “main”...
Let it be, please proceed. I think we already have discussed everything.
maybe it is worth to make a Type column also filterable by type. Because now if I want to get postgreses I need to something like this: but in fact...
and what if there are multiple SANs? It is common case if we are using, let's say, wildcard.
I believe the issue is that the crd extractor does not consider the possibility of having the same Kind in different API groups, that could be confirmed by existence only...
should be fixed by #506 but as was not released it is effectively impossible to guess that one needs the script from `main` branch
I believe should be resolved via #550