Jorge Morales Pou
Jorge Morales Pou
Whether to project the whole resource as a data values file, or just a specific value via a selector is fine with me.
More concrete examples I do use: - If contour is installed, use HTTPProxy instead of Ingress resources in my package - If cert-manager is available and there's a clusterIssuer of...
A huge one that I missed: - being able to query the kubernetes version of the cluster and capabilities. I know there is going to be in Tanzu Community Edition...
I would just start simple, and maybe, if needed, iterate from there. Right now, being just able to load the whole document/resource specified by a selector (gvk+name+ns) from the cluster...
Agreed. The usage of the stdout/stderr and writing to files throughout the Carvel toolsuite makes it really hard to consistently know what to expect. (e.g. https://github.com/vmware-tanzu/carvel-kapp/issues/239#issuecomment-870161141) where you have a...
Use case is that we have seen that most of the Packages define a namespace and that the namespace is configurable. There's a big problem when a user in a...
I don't think end users understand what packages do internally, they only understand what values can be provided, and sadly, there's nowhere in any package that I have seen any...
Shouldn't this be a decision of the user and not of the tool. The tool should need to sort this use case, although maybe not make it the default (for...
What if we allow for a mapping file, so that we can (as the users) decide the name, registry, namespace of the target images when extracted? I understand the implications...