Brian Grant

Results 229 comments of Brian Grant

@phanimarupaka I described my use case above

kpt fn render still doesn't have --include-meta-resources? Is there another way to get that behavior? https://github.com/GoogleContainerTools/kpt/issues/1280#issuecomment-948887746

What I'm doing now is copying Kptfile info (current the name) into a ConfigMap so that it can be read during kpt fn render.

Example code that look for the package name copied into a ConfigMap and then uses it to change the namespace of the resources in the package. I'm calling this a...

I also think we may need to collect information from the environment and record it as local pseudo-resources, which kpt right now treats as meta-resources, to use as well known...

This happens all the time. Every time it tries to invoke `make` or run a test or `git add` files. It tries commands in the wrong directory, then tries to...

This looked like an infinite loop. It just kept going until I stopped it: ``` ⏺ Bash(cd ...) ⎿  Error: (eval):cd:1: no such file or directory: ... ⏺ Bash(cd ...)...

+1 to listing available functions for each registered catalog (I assume multiple catalogs will happen as soon as others start to write functions). Being able to filter according to relevant...